X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fautorelease%2Fprepare-release.sh;h=51248b15e3f104bf30c48644ad272e3ecd0d5d8c;hb=d3c70388cad6230a95ca760e7654bd1d5d5593a0;hp=0a694bd4e0c035571df12fce56a709a3964dc5fd;hpb=ff6ff81c8fd0a0d3b9e4d998c15f74c2bbd52d4e;p=releng%2Fbuilder.git diff --git a/jjb/autorelease/prepare-release.sh b/jjb/autorelease/prepare-release.sh index 0a694bd4e..51248b15e 100644 --- a/jjb/autorelease/prepare-release.sh +++ b/jjb/autorelease/prepare-release.sh @@ -33,7 +33,7 @@ echo autorelease "$(git rev-parse --verify HEAD)" "${RELEASE_TAG}" \ | tee -a "$PATCH_DIR/taglist.log" # Disable SC2154 because we want $path to be the submodule parameter not the shell. # shellcheck disable=SC2154 -git submodule foreach "echo \$path $(git rev-parse --verify HEAD) ${RELEASE_TAG} \ +git submodule foreach "echo \$path \$(git rev-parse --verify HEAD) ${RELEASE_TAG} \ | tee -a $PATCH_DIR/taglist.log" echo "$RELEASE_TAG" @@ -41,7 +41,7 @@ echo "$RELEASE_TAG" # Nitrogen onwards we do not want to use the release tag so simply need to # strip xml files of -SNAPSHOT tags. case "$RELEASE_TAG" in - Boron*|Carbon*) + Carbon*) lftools version release "$RELEASE_TAG" ;; *)