[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.
This commit is contained in:
HDF Admin 2005-12-08 11:46:10 -05:00
parent b10cbe3cc9
commit ee8efd25df

View File

@ -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?