diff options
author | HDF Admin <hdfadmin@ncsa.uiuc.edu> | 2005-12-08 16:46:10 (GMT) |
---|---|---|
committer | HDF Admin <hdfadmin@ncsa.uiuc.edu> | 2005-12-08 16:46:10 (GMT) |
commit | ee8efd25df8371af1547686900b4f41cfb0b7d14 (patch) | |
tree | dd07e0e014edb0c6e84b0c8dc9961b7d134a183b /bin | |
parent | b10cbe3cc9bf31f16a87f1751182aca2adf70c50 (diff) | |
download | hdf5-ee8efd25df8371af1547686900b4f41cfb0b7d14.zip hdf5-ee8efd25df8371af1547686900b4f41cfb0b7d14.tar.gz hdf5-ee8efd25df8371af1547686900b4f41cfb0b7d14.tar.bz2 |
[svn-r11769] Purpose:
Temporary fix.
Description:
Since the file format is unstable, we don't want the snapshot tarball
be readily available to any FTP users. Change the snapshot archived
location to a directory that is not accessible by Anon. FTP. If someone
wants to use one of these snapshot versions, give him/her a copy of these
files.
When file format is restored, switch this back to the previous default
location.
Platforms tested:
no test since change is pretty trivial. I have scheduled a snapshot
release tonight to see if it will put it in the right place.
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/snapshot | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/bin/snapshot b/bin/snapshot index 6ef1db0..5d6eeb4 100755 --- a/bin/snapshot +++ b/bin/snapshot @@ -50,7 +50,10 @@ printenv | sort echo ===Done Dumping environment variables=== # Where are the snapshots stored? -ARCHIVES_default=/afs/ncsa/ftp/HDF/pub/outgoing/hdf5/snapshots +#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=$ARCHIVES_default # Where is the zlib library? |