X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=jjb%2Fautorelease%2Fbranch-cut.sh;h=6d74e78cf3b683e29244b9769e9cecae9d5fa7b7;hb=fb8aea9c9c29651f761019b325dee04957b3d293;hp=02df34e2214174dad41b8811c561c7a0fed7acfc;hpb=fee730e378c29833969b49e210a26ed5414279eb;p=releng%2Fbuilder.git diff --git a/jjb/autorelease/branch-cut.sh b/jjb/autorelease/branch-cut.sh index 02df34e22..6d74e78cf 100644 --- a/jjb/autorelease/branch-cut.sh +++ b/jjb/autorelease/branch-cut.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/bash -l # @License EPL-1.0 ############################################################################## # Copyright (c) 2017 The Linux Foundation and others. @@ -30,10 +30,14 @@ set -eu -o pipefail # Validate inputs if [ -z "$RELEASE" ]; then - echo "ERROR: RELEASE variable most be set to a release name. Eg Carbon" + echo "ERROR: RELEASE variable must be set to a release name. Eg Carbon" exit 1 fi +git config gitreview.username jenkins-releng +git submodule foreach git review -s +git review -s + # --- Start create new maintenance branch echo "---> Creating new mainenance branch" git submodule foreach git fetch origin