Changeset 7406
- Timestamp:
- Aug 25, 2009, 3:55:38 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
create_distribution.py
r7314 r7406 304 304 print 'Attempt to rsync data to perlite and datamining' 305 305 # Copy to Georisk 306 s = 'rsync -avz %s/* onielsen@cyclone: /d/cit/1/cit/natural_hazard_impacts/downloads/ANUGA_install/%s' %(release_dir, 'anuga_%s' %revision)306 s = 'rsync -avz %s/* onielsen@cyclone:georisk/downloads/ANUGA_install/%s' %(release_dir, 'anuga_%s' % revision) 307 307 print s 308 308 system(s)
Note: See TracChangeset
for help on using the changeset viewer.