Changeset 6426
- Timestamp:
- Feb 26, 2009, 10:51:59 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
create_distribution.py
r6124 r6426 280 280 281 281 282 # Copy to the ANU 283 #s = 'rsync -avz %s/* ole@datamining.anu.edu.au:public_html/software/anuga/%s' %(release_dir, 'anuga_%s' %revision) 284 s = 'scp -r %s ole@datamining.anu.edu.au:public_html/software/anuga' %(release_dir) 285 print s 286 system(s) 287 288 282 289 #---------------------------- 283 290 # Throw away code to drop all files into the RAMP download area … … 285 292 # automatically. 286 293 294 287 295 if get_user_name() == 'ole' and get_host_name() == 'nautilus': 288 296 289 297 290 answer = raw_input('Do you want to move this to perlite and ANU? Y/N [Y]')298 answer = raw_input('Do you want to move this to the GA NAS? Y/N [Y]') 291 299 if answer.lower() == 'n': 292 300 import sys; sys.exit() … … 303 311 304 312 305 # Copy to the ANU 306 #s = 'rsync -avz %s/* ole@datamining.anu.edu.au:public_html/software/anuga/%s' %(release_dir, 'anuga_%s' %revision) 307 s = 'scp -r %s ole@datamining.anu.edu.au:public_html/software/anuga' %(release_dir) 308 print s 309 system(s) 310 311 312 print 'Remember to update' 313 print ' anuga_whats_new.tex' 314 print ' sourceforge' 315 313 314 315 print 'Remember to update' 316 print ' anuga_whats_new.tex' 317 print ' sourceforge' 318
Note: See TracChangeset
for help on using the changeset viewer.