Changeset 5423


Ignore:
Timestamp:
Jun 24, 2008, 4:23:02 PM (17 years ago)
Author:
ole
Message:

Reinstated copying to the ANU

File:
1 edited

Legend:

Unmodified
Added
Removed
  • create_distribution.py

    r5068 r5423  
    291291
    292292    # Copy to the ANU
    293     #s = 'rsync -avz %s/* ole@datamining.anu.edu.au:public_html/software/anuga/%s' %(release_dir, 'anuga_%s' %revision)
    294     #print s
    295     #system(s)
    296    
    297    
     293    s = 'rsync -avz %s/* ole@datamining.anu.edu.au:public_html/software/anuga/%s' %(release_dir, 'anuga_%s' %revision)
     294    print s
     295    system(s)
     296   
     297   
Note: See TracChangeset for help on using the changeset viewer.