From ee8efd25df8371af1547686900b4f41cfb0b7d14 Mon Sep 17 00:00:00 2001 From: HDF Admin Date: Thu, 8 Dec 2005 11:46:10 -0500 Subject: [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. --- bin/snapshot | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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? -- cgit v0.12