Changeset 5438


Ignore:
Timestamp:
Jun 26, 2008, 9:06:14 AM (16 years ago)
Author:
ole
Message:

rsync -> scp in regard to datamining.anu.edu.au

File:
1 edited

Legend:

Unmodified
Added
Removed
  • create_distribution.py

    r5423 r5438  
    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)
     293    #s = 'rsync -avz %s/* ole@datamining.anu.edu.au:public_html/software/anuga/%s' %(release_dir, 'anuga_%s' %revision)
     294    s = 'scp -r %s ole@datamining.anu.edu.au:public_html/software/anuga' %(release_dir)       
    294295    print s
    295296    system(s)
Note: See TracChangeset for help on using the changeset viewer.