diff options
author | lrknox <lrknox> | 2016-10-31 17:48:04 (GMT) |
---|---|---|
committer | lrknox <lrknox> | 2016-10-31 17:48:04 (GMT) |
commit | 7a5b67e9b6b8eaa035e78ac5090d1b8958dad55f (patch) | |
tree | 6dabded0263513ff14d849a86d57726cb269446d /bin | |
parent | 7fef0a516651c2134b2b29867e22747d9342c91d (diff) | |
download | hdf5-7a5b67e9b6b8eaa035e78ac5090d1b8958dad55f.zip hdf5-7a5b67e9b6b8eaa035e78ac5090d1b8958dad55f.tar.gz hdf5-7a5b67e9b6b8eaa035e78ac5090d1b8958dad55f.tar.bz2 |
Translate svn co to git clone command.
Remove unnecessary references to svn.
Diffstat (limited to 'bin')
-rw-r--r-- | bin/pkgscrpts/build_and_package_hdf5_binaries.sh | 10 | ||||
-rw-r--r-- | bin/pkgscrpts/testbinaries.sh | 2 |
2 files changed, 1 insertions, 11 deletions
diff --git a/bin/pkgscrpts/build_and_package_hdf5_binaries.sh b/bin/pkgscrpts/build_and_package_hdf5_binaries.sh index 1f6699b..e0bf7f7 100644 --- a/bin/pkgscrpts/build_and_package_hdf5_binaries.sh +++ b/bin/pkgscrpts/build_and_package_hdf5_binaries.sh @@ -140,16 +140,6 @@ fi #(tail -4 $LOGFILE | grep -s "^*** finished .* in $HOSTNAME ***" > /dev/null 2>&1) || # (echo "****snaptest launcher FAILED to complete in $HOSTNAME****" >> $FAILEDLOG) -#CURRENT_DIR=`pwd` -#cd $HOME/snapshots-bin-${sw}${SWVERSTR}/current -#pwd -#SVN_URL=`svn info | grep URL` -#BRANCHNAME=`echo $SVN_URL | sed -e 's/URL:.*\///' | sed -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` -#REVISION=`svn info | grep Revision` -#LAST_INFO=`svn info | grep "Last Changed"` -#TEST_TITLE="$HOSTNAME ${BRANCHNAME}${SWVERSTR}_Daily_Tests_${TODAY}" -#TITLE="${BRANCHNAME} Tests on $TODAY" -#cd $CURRENT_DIR # Check result if [ -f $FAILEDLOG ]; then diff --git a/bin/pkgscrpts/testbinaries.sh b/bin/pkgscrpts/testbinaries.sh index eb6279f..b93c7d9 100644 --- a/bin/pkgscrpts/testbinaries.sh +++ b/bin/pkgscrpts/testbinaries.sh @@ -444,7 +444,7 @@ for f in $FILE_LIST ; do if test -d hdf5-examples ; then rm -rf hdf5-examples fi - svn co https://svn.hdfgroup.uiuc.edu/hdf5-examples/trunk/ hdf5-examples > checkout.log + git clone https://git@bitbucket.hdfgroup.org/scm/hdffv/hdf5-examples.git hdf5-examples > checkout.log CC=$THIS_DIR/$EXTRACTED/bin/h5cc export CC |