mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[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:
parent
b10cbe3cc9
commit
ee8efd25df
@ -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?
|
||||
|
Loading…
x
Reference in New Issue
Block a user