Changeset 3991


Ignore:
Timestamp:
Nov 14, 2006, 3:47:42 PM (17 years ago)
Author:
ole
Message:

nitnoy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • create_distribution.py

    r3990 r3991  
    200200    # Copy to the ANU
    201201
    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)
    203203    print s
    204204    system(s)
Note: See TracChangeset for help on using the changeset viewer.