Changeset 3991
- Timestamp:
- Nov 14, 2006, 3:47:42 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
create_distribution.py
r3990 r3991 200 200 # Copy to the ANU 201 201 202 s = 'rsync -avz %s/* ole@datamining.anu.edu.au:public_html/software/ %s' %(release_dir, 'anuga_%s' %revision)202 s = 'rsync -avz %s/* ole@datamining.anu.edu.au:public_html/software/anuga/%s' %(release_dir, 'anuga_%s' %revision) 203 203 print s 204 204 system(s)
Note: See TracChangeset
for help on using the changeset viewer.