[Iofsl-commits] branch, master, updated. merge-start-358-g58015f3
mysql vizuser
noreply at mcs.anl.gov
Fri Sep 6 18:21:41 CDT 2013
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "".
The branch, master has been updated
via 58015f342359ede0af334b8e0efdfecc6ee2c536 (commit)
from 5d65391ac1d5aae7e5a3d549a6d9302223baa08c (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 58015f342359ede0af334b8e0efdfecc6ee2c536
Author: Dries Kimpe <dkimpe at mcs.anl.gov>
Date: Fri Sep 6 18:21:38 2013 -0500
Fix files.fetch
-----------------------------------------------------------------------
Summary of changes:
autobuild/files.fetch | 2 +-
autobuild/functions.sh | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
Diff of changes:
diff --git a/autobuild/files.fetch b/autobuild/files.fetch
index ef5110c..7ccfda0 100644
--- a/autobuild/files.fetch
+++ b/autobuild/files.fetch
@@ -1,8 +1,8 @@
# Structure of this file:
# md5sum filename URL
-15cb8c0803064faef0c4ddf5bc5ca279 boost.tar.bz2 .tar.bz2 http://sourceforge.net/projects/boost/files/boost/1.54.0/boost_1_54_0.tar.bz2/download
3ad998bb26ac84ee7de262db94dd7656 openpa.tar.gz https://trac.mcs.anl.gov/projects/openpa/raw-attachment/wiki/Downloads/openpa-1.0.4.tar.gz
# Version is broken!
#54d1323d1431311024c01a69913e7b0b bmi.tar.gz http://www.mcs.anl.gov/~dkimpe/bmi-2.8.7-orangefs.tar.gz
82a8efe604a80c80d18dab76dfc13c38 bmi.tar.gz http://www.mcs.anl.gov/~dkimpe/bmi-2.8.1pre1-2009-10-06-175201.tar.gz
+15cb8c0803064faef0c4ddf5bc5ca279 boost.tar.bz2 http://sourceforge.net/projects/boost/files/boost/1.54.0/boost_1_54_0.tar.bz2/download
diff --git a/autobuild/functions.sh b/autobuild/functions.sh
index f6147e5..9ff0ab2 100755
--- a/autobuild/functions.sh
+++ b/autobuild/functions.sh
@@ -46,7 +46,7 @@ function fetch_deps () {
echo -n "(fetching) "
# file doesn't exist; fetch it
rm -f "${CACHED}"
- wget -q -O "${CACHED}" "${url}" || exit 1
+ wget -q -O "${CACHED}" "${url}" || exit 1
fi
hooks/post-receive
--
More information about the Iofsl-commits
mailing list