Changeset 4384
- Timestamp:
- Apr 17, 2007, 10:37:24 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
create_distribution.py
r4264 r4384 226 226 227 227 # Copy to RAMP 228 s = 'rsync -avz %s/* onielsen@cyclone:/d/cit/1/cit/ risk_assessment_methods_project/downloads/ANUGA_install/%s' %(release_dir, 'anuga_%s' %revision)228 s = 'rsync -avz %s/* onielsen@cyclone:/d/cit/1/cit/natural_hazard_impacts/downloads/ANUGA_install/%s' %(release_dir, 'anuga_%s' %revision) 229 229 print s 230 230 system(s)
Note: See TracChangeset
for help on using the changeset viewer.