Ignore:
Timestamp:
2012-10-14T15:02:27+02:00 (12 years ago)
Author:
stoecker
Message:

don't accidentially call upload

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/i18n/launchpad.pl

    r28769 r28806  
    3232    warn "No argument given (try Launchpad download URL, \"bzr\", \"bzronly\", \"upload\" or \"download\").";
    3333    system "ant";
    34     makeupload();
    3534}
    3635elsif($ARGV[0] eq "bzr" || $ARGV[0] eq "bzronly")
     
    5756elsif($ARGV[0] eq "approveall")
    5857{
    59   approveall(dologin());
     58    approveall(dologin());
    6059}
    6160elsif($ARGV[0] eq "download")
     
    7877    system "rm -rv build/josm_trans";
    7978    system "ant";
    80     makeupload();
    8179}
    8280
Note: See TracChangeset for help on using the changeset viewer.