Changeset 7406


Ignore:
Timestamp:
Aug 25, 2009, 3:55:38 PM (15 years ago)
Author:
ole
Message:

Modified create_distribution.py to copy ANUGA files to downloads area

File:
1 edited

Legend:

Unmodified
Added
Removed
  • create_distribution.py

    r7314 r7406  
    304304    print 'Attempt to rsync data to perlite and datamining'
    305305    # Copy to Georisk
    306     s = 'rsync -avz %s/* onielsen@cyclone:/d/cit/1/cit/natural_hazard_impacts/downloads/ANUGA_install/%s' %(release_dir, 'anuga_%s' %revision)
     306    s = 'rsync -avz %s/* onielsen@cyclone:georisk/downloads/ANUGA_install/%s' %(release_dir, 'anuga_%s' % revision)
    307307    print s
    308308    system(s)
Note: See TracChangeset for help on using the changeset viewer.