Changeset 6930
- Timestamp:
- Apr 29, 2009, 8:38:50 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/numpy_anuga_validation/automated_validation_tests/patong_beach_validation/validate.py
r6927 r6930 21 21 # try these in turn for each file 22 22 ## NOTE: It would be more reliable if we could somehow 'poll' Sourceforge 23 ## for a list of mirrors instead of hard-coding a list here. That may 24 ## be too difficult, as we only get the chance to select a mirror when 25 ## actually downloading a file. 26 #MIRRORS = ['http://transact.dl.sourceforge.net/sourceforge/anuga/', # au 27 # 'http://voxel.dl.sourceforge.net/sourceforge/anuga/', # us 28 # 'http://superb-west.dl.sourceforge.net/sourceforge/anuga/', # us 29 # 'http://jaist.dl.sourceforge.net/sourceforge/anuga/', # jp 30 # 'http://dfn.dl.sourceforge.net/sourceforge/anuga/' # de 31 # ] 32 MIRRORS = ['http://10.7.64.243/patong_validation_data/'] # local linux box 23 ## for a list of mirrors instead of hard-coding a list here. The only 24 ## way to do this at the moment is to 'screen-scrape' the data at 25 ## http://apps.sourceforge.net/trac/sourceforge/wiki/Mirrors 26 ## but that only gets the main web page for the entity, not the 27 ## Sourceforge download mirror server. 28 MIRRORS = ['http://transact.dl.sourceforge.net/sourceforge/anuga/', # au 29 'http://voxel.dl.sourceforge.net/sourceforge/anuga/', # us 30 'http://superb-west.dl.sourceforge.net/sourceforge/anuga/', # us 31 'http://jaist.dl.sourceforge.net/sourceforge/anuga/', # jp 32 'http://dfn.dl.sourceforge.net/sourceforge/anuga/' # de 33 ] 34 ### for testing 35 ##MIRRORS = ['http://10.7.64.243/patong_validation_data/'] # local linux box 33 36 34 37 # URL to hand-get data files, if required 35 DATA_FILES_URL = 'http://sourceforge.net/project/showfiles.php?group_id=172848' 38 DATA_FILES_URL = ('http://sourceforge.net/project/showfiles.php?' 39 'group_id=172848&package_id=319323&release_id=677531') 36 40 37 41 # sequence of mandatory local data objects
Note: See TracChangeset
for help on using the changeset viewer.