diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2022-05-07 12:08:33 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-07 12:08:33 (GMT) |
commit | aef939b0bdc3bd7ac2ee8c40943cb25ee8b1f023 (patch) | |
tree | c306b50dc92d642e2a1cdbbce74d9dc94a0d4f8b /bin | |
parent | b4ffea501170767686309c5b2ca209446dde6199 (diff) | |
download | hdf5-aef939b0bdc3bd7ac2ee8c40943cb25ee8b1f023.zip hdf5-aef939b0bdc3bd7ac2ee8c40943cb25ee8b1f023.tar.gz hdf5-aef939b0bdc3bd7ac2ee8c40943cb25ee8b1f023.tar.bz2 |
Update package scripts (#1744)
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/bbrelease | 3 | ||||
-rwxr-xr-x | bin/release | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/bin/bbrelease b/bin/bbrelease index d056f6d..90cb72b 100755 --- a/bin/bbrelease +++ b/bin/bbrelease @@ -245,8 +245,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 6d2052e..ea3fec3 100755 --- a/bin/release +++ b/bin/release @@ -206,7 +206,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.12.9-Source.zip $cmziptmpsubdir + cp /mnt/scr1/pre-release/hdf5/CMake/HDF5Examples-1.12.10-Source.zip $cmziptmpsubdir cp /mnt/scr1/pre-release/hdf5/CMake/hdf5_plugins-1_12_2.zip $cmziptmpsubdir cp $cmziptmpsubdir/$version/config/cmake/scripts/CTestScript.cmake $cmziptmpsubdir cp $cmziptmpsubdir/$version/config/cmake/scripts/HDF5config.cmake $cmziptmpsubdir @@ -298,7 +298,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.12.9-Source.tar.gz $cmgztmpsubdir + cp /mnt/scr1/pre-release/hdf5/CMake/HDF5Examples-1.12.10-Source.tar.gz $cmgztmpsubdir cp /mnt/scr1/pre-release/hdf5/CMake/hdf5_plugins-1_12_2.tar.gz $cmgztmpsubdir cp $cmgztmpsubdir/$version/config/cmake/scripts/CTestScript.cmake $cmgztmpsubdir cp $cmgztmpsubdir/$version/config/cmake/scripts/HDF5config.cmake $cmgztmpsubdir @@ -377,7 +377,7 @@ tar2hpccmaketgz() # 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.12.9-Source.tar.gz $cmgztmpsubdir + cp /mnt/scr1/pre-release/hdf5/CMake/HDF5Examples-1.12.10-Source.tar.gz $cmgztmpsubdir cp /mnt/scr1/pre-release/hdf5/CMake/hdf5_plugins-1_12_2.tar.gz $cmgztmpsubdir cp $cmgztmpsubdir/$version/config/cmake/scripts/CTestScript.cmake $cmgztmpsubdir cp $cmgztmpsubdir/$version/config/cmake/scripts/HDF5config.cmake $cmgztmpsubdir |