Merge "Add odlsign-bulk script"
[releng/builder.git] / jjb / autorelease / include-raw-autorelease-release-versions.sh
index 99c40872a5be5d4091caea858ef52d3fcf71788b..118ed71bebe1a42e6590d6a6d3902863bcbe0989 100644 (file)
@@ -10,8 +10,8 @@
 ##############################################################################
 
 # DATESTAMP=true  # Example
-# RELEASE_TAG=Helium-SR2  # Example
-# RELEASE_BRANCH=stable/helium  # Example
+# RELEASE_TAG=Beryllium-SR1  # Example
+# RELEASE_BRANCH=stable/beryllium  # Example
 
 # Directory to put git format-patches
 PATCH_DIR=`pwd`/patches
@@ -26,6 +26,7 @@ git submodule foreach "git commit -am \"Release $RELEASE_TAG\" || true"
 git commit -am "Release $RELEASE_TAG"
 
 mkdir patches
+mv taglist.log $PATCH_DIR
 modules=`xmlstarlet sel -N x=http://maven.apache.org/POM/4.0.0 -t -m '//x:modules' -v '//x:module' pom.xml`
 for module in $modules; do
     pushd $module