summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2022-05-07 12:07:25 (GMT)
committerGitHub <noreply@github.com>2022-05-07 12:07:25 (GMT)
commit74c19ef1810ce8644e6369fa45d691f3126cc0b6 (patch)
tree5252b6d508e3afae2dfee87bd4b1ed05844fdbed
parent518e8c67b7e80cc39809b9faacf66ebea70b8703 (diff)
downloadhdf5-74c19ef1810ce8644e6369fa45d691f3126cc0b6.zip
hdf5-74c19ef1810ce8644e6369fa45d691f3126cc0b6.tar.gz
hdf5-74c19ef1810ce8644e6369fa45d691f3126cc0b6.tar.bz2
Update package scripts (#1746)
-rwxr-xr-xbin/bbrelease3
-rwxr-xr-xbin/release6
2 files changed, 5 insertions, 4 deletions
diff --git a/bin/bbrelease b/bin/bbrelease
index 0e5f3fa..10d9310 100755
--- a/bin/bbrelease
+++ b/bin/bbrelease
@@ -274,8 +274,9 @@ if [ X$revmode = Xyes ]; then
# (h5vers does not correctly handle just m.n.r-$today.)
VERS=`echo $VERS | sed -e s/-.*//`-$revision
echo Private release of $VERS
- bin/h5vers -s $VERS
HDF5_VERS=hdf5-$branch-$revision
+ echo file base of $HDF5_VERS
+ bin/h5vers -s $VERS
# use a generic directory name for revision releases
HDF5_IN_VERS=hdfsrc
else
diff --git a/bin/release b/bin/release
index c8b31a6..79dfe66 100755
--- a/bin/release
+++ b/bin/release
@@ -227,7 +227,7 @@ tar2cmakezip()
# step 3: add LIBAEC.tar.gz, ZLib.tar.gz and cmake files
cp /mnt/scr1/pre-release/hdf5/CMake/LIBAEC.tar.gz $cmziptmpsubdir
cp /mnt/scr1/pre-release/hdf5/CMake/ZLib.tar.gz $cmziptmpsubdir
- cp /mnt/scr1/pre-release/hdf5/CMake/HDF5Examples-1.8.14-Source.tar.gz $cmziptmpsubdir
+ cp /mnt/scr1/pre-release/hdf5/CMake/HDF5Examples-1.8.15-Source.tar.gz $cmziptmpsubdir
cp /mnt/scr1/pre-release/hdf5/CMake/hdf5_plugins-1_8_23.zip $cmziptmpsubdir
cp $cmziptmpsubdir/$version/config/cmake/scripts/CTestScript.cmake $cmziptmpsubdir
cp $cmziptmpsubdir/$version/config/cmake/scripts/HDF5config.cmake $cmziptmpsubdir
@@ -323,7 +323,7 @@ tar2cmaketgz()
# step 3: add LIBAEC.tar.gz, ZLib.tar.gz and cmake files
cp /mnt/scr1/pre-release/hdf5/CMake/LIBAEC.tar.gz $cmgztmpsubdir
cp /mnt/scr1/pre-release/hdf5/CMake/ZLib.tar.gz $cmgztmpsubdir
- cp /mnt/scr1/pre-release/hdf5/CMake/HDF5Examples-1.8.14-Source.tar.gz $cmgztmpsubdir
+ cp /mnt/scr1/pre-release/hdf5/CMake/HDF5Examples-1.8.15-Source.tar.gz $cmgztmpsubdir
cp /mnt/scr1/pre-release/hdf5/CMake/hdf5_plugins-1_8_23.tar.gz $cmgztmpsubdir
cp $cmgztmpsubdir/$version/config/cmake/scripts/CTestScript.cmake $cmgztmpsubdir
cp $cmgztmpsubdir/$version/config/cmake/scripts/HDF5config.cmake $cmgztmpsubdir
@@ -342,7 +342,7 @@ tar2cmaketgz()
# step 3: add LIBAEC.tar.gz, ZLib.tar.gz and cmake files
cp /mnt/scr1/pre-release/hdf5/CMake/LIBAEC.tar.gz $cmgztmpsubdir
cp /mnt/scr1/pre-release/hdf5/CMake/ZLib.tar.gz $cmgztmpsubdir
- cp /mnt/scr1/pre-release/hdf5/CMake/HDF5Examples-1.8.14-Source.tar.gz $cmgztmpsubdir
+ cp /mnt/scr1/pre-release/hdf5/CMake/HDF5Examples-1.8.15-Source.tar.gz $cmgztmpsubdir
cp /mnt/scr1/pre-release/hdf5/CMake/hdf5_plugins-1_8_23.tar.gz $cmgztmpsubdir
cp $cmgztmpsubdir/$version/config/cmake/scripts/CTestScript.cmake $cmgztmpsubdir
cp $cmgztmpsubdir/$version/config/cmake/scripts/HDF5config.cmake $cmgztmpsubdir