summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/bbrelease8
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/bbrelease b/bin/bbrelease
index c94d7f2..fea498a 100755
--- a/bin/bbrelease
+++ b/bin/bbrelease
@@ -268,13 +268,15 @@ if [ X$revmode = Xyes ]; then
echo Private release of $VERS
bin/h5vers -s $VERS
HDF5_VERS=hdf5-$branch-r$revision
- HDF5_IN_VERS=hdf5src
+ # use a generic directory name for revision releases
+ HDF5_IN_VERS=hdfsrc
else
# Store hdf5-$VERS ("hdf5-1.7.51", e.g.) to a variable to avoid typos
HDF5_VERS=hdf5-$VERS
+ # directory name matches tar file name for non-revision releases
+ HDF5_IN_VERS=$HDF5_VERS
fi
-
test "$verbose" && echo "Releasing $HDF5_VERS to $DEST" 1>&2
if [ ! -d $DEST ]; then
echo " Destination directory $DEST does not exist" 1>&2
@@ -324,7 +326,6 @@ test "$verbose" && echo " Running tar..." 1>&2
tar cf $HDF5_VERS.tar $HDF5_IN_VERS/Makefile \
`sed 's/^\.\//'$HDF5_IN_VERS'\//' $MANIFEST` || exit 1 \
)
-# `sed 's/^\.\//hdf5-'$VERS'\//' $MANIFEST` || exit 1 \
# Compress
MD5file=$HDF5_VERS.md5
@@ -347,7 +348,6 @@ for comp in $methods; do
;;
zip)
test "$verbose" && echo " Creating zip ball..." 1>&2
-# tar2zip $HDF5_VERS $tmpdir/$HDF5_VERS.tar $DEST/$HDF5_VERS.zip 1>&2
tar2zip $HDF5_IN_VERS $tmpdir/$HDF5_VERS.tar $DEST/$HDF5_VERS.zip 1>&2
(cd $DEST; md5sum $HDF5_VERS.zip >> $MD5file)
;;
td>-0/+3 * [svn-r22291] Description:Quincey Koziol2012-04-173-30/+29 * [svn-r22281] Purpose:Jonathan Kim2012-04-119-23/+232 * [svn-r22248] Added new files and tests to CMakeLists.txtAllen Byrne2012-04-041-7/+63 * [svn-r22225] Description:Quincey Koziol2012-04-012-8/+33 * [svn-r22216] Description:Quincey Koziol2012-03-316-86/+124 * [svn-r22208] Purpose:Mike McGreevy2012-03-301-1/+1 * [svn-r22188] Purpose:Jonathan Kim2012-03-2918-291/+307 * [svn-r22177] Description:Quincey Koziol2012-03-288-109/+178 * [svn-r22148] Removed incorrect executable svn properties from text, source, i...Dana Robinson2012-03-2633-0/+0 * [svn-r22137] Purpose:Jonathan Kim2012-03-231-0/+3 * [svn-r22124] Purpose:Jonathan Kim2012-03-229-8/+174 * [svn-r22121] Purpose:Jonathan Kim2012-03-2210-1/+64 * [svn-r22113] Description:Quincey Koziol2012-03-211-16/+16 * [svn-r22099] Add reference file extensions in new tests.Allen Byrne2012-03-202-24/+21 * [svn-r22095] Correct test script errorsAllen Byrne2012-03-191-4/+3 * [svn-r22088] HDFFV-7957(7958): Correct use of ERROR_STACK for h5dump and tools.Allen Byrne2012-03-1920-155/+446 * [svn-r22060] Description:Quincey Koziol2012-03-13