Changeset 5748


Ignore:
Timestamp:
Sep 8, 2008, 4:58:15 PM (16 years ago)
Author:
ole
Message:

Tiny bug in create_distribution

File:
1 edited

Legend:

Unmodified
Added
Removed
  • create_distribution.py

    r5746 r5748  
    245245
    246246
    247     s = 'rsync -avP -e ssh *.tgz uniomni@frs.sourceforge.net:uploads/'
     247    s = 'rsync -avP -e ssh *.* uniomni@frs.sourceforge.net:uploads/'
    248248    print s
    249249    os.system(s)
Note: See TracChangeset for help on using the changeset viewer.