diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2006-07-01 22:59:45 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2006-07-01 22:59:45 (GMT) |
commit | d582c7bc8ac8679911e4787f5f92cc37b1c9989c (patch) | |
tree | 93e239da37c4bf91fc4f7dfc5b3f345dd3dce3b6 /bin/snapshot | |
parent | 7c8a630054325690b9b24701dcda0d233a59e65d (diff) | |
download | hdf5-d582c7bc8ac8679911e4787f5f92cc37b1c9989c.zip hdf5-d582c7bc8ac8679911e4787f5f92cc37b1c9989c.tar.gz hdf5-d582c7bc8ac8679911e4787f5f92cc37b1c9989c.tar.bz2 |
[svn-r12450] Description:
The snapshot release directory was temporarily moved to a different
directory called unstable_format. Since the format is now back to
the normal one, reverse the release directory to the normal place too.
Platforms tested:
No test since it was a trivial change.
Diffstat (limited to 'bin/snapshot')
-rwxr-xr-x | bin/snapshot | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/bin/snapshot b/bin/snapshot index 8ca800d..a6c3494 100755 --- a/bin/snapshot +++ b/bin/snapshot @@ -50,10 +50,7 @@ printenv | sort echo ===Done Dumping environment variables=== # Where are the snapshots stored? -#ARCHIVES_default=/afs/ncsa/ftp/HDF/pub/outgoing/hdf5/snapshots -# Since file format is unstable, put snapshot files in a temporary non- -# anonymous ftp accessiable directory. -ARCHIVES_default=/afs/ncsa/ftp/HDF/pub/outgoing/hdf5/unstable_format +ARCHIVES_default=/afs/ncsa/ftp/HDF/pub/outgoing/hdf5/snapshots ARCHIVES=$ARCHIVES_default # Where is the zlib library? |