~mterry/duplicity/gdrive

« back to all changes in this revision

Viewing changes to dist/makeweb

  • Committer: Kenneth Loafman
  • Date: 2011-11-17 15:39:27 UTC
  • mfrom: (800.1.24 duplicity)
  • Revision ID: kenneth@loafman.com-20111117153927-5usgw14t1wt2b9ub
Merged in lp:~mterry/duplicity/ship-tests and moved a couple of things around to get manual tests working

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
def upload_new():
61
61
    run("scp %s %s %s bescoto@savannah.nongnu.org:/upload/duplicity"
62
62
        % (tarball, srcrpm, i386rpm))
63
 
    run("cp CHANGELOG duplicity.1 rdiffdir.1 %s" % (duplicity_mirror,))
64
 
    run("rman -f html duplicity.1 > %s/duplicity.1.html" % (duplicity_mirror,))
65
 
    run("rman -f html rdiffdir.1 > %s/rdiffdir.1.html" % (duplicity_mirror,))
 
63
    run("cp CHANGELOG bin/duplicity.1 bin/rdiffdir.1 %s" % (duplicity_mirror,))
 
64
    run("rman -f html bin/duplicity.1 > %s/duplicity.1.html" % (duplicity_mirror,))
 
65
    run("rman -f html bin/rdiffdir.1 > %s/rdiffdir.1.html" % (duplicity_mirror,))
66
66
 
67
67
def move_old():
68
68
    """Move old files from upload area to OLD directory