Changeset 18781 in osm


Ignore:
Timestamp:
2009-11-24T16:59:32+01:00 (15 years ago)
Author:
stoecker
Message:

somehow keys got josm on launchpad, so change it here as well, as keys was anyway a dumb name :-)

File:
1 edited

Legend:

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

    r16973 r18781  
    2525my $outdate = `date -u +"%Y-%m-%dT%H_%M_%S"`;
    2626chomp $outdate;
    27 mkdir "keys";
    28 system "cp po/*.po keys";
    29 system "cp po/josm.pot keys/keys.pot";
    30 system "tar -czf launchpad_upload_josm_$outdate.tgz keys";
    31 system "rm -rv keys new";
     27mkdir "josm";
     28system "cp po/*.po po/josm.pot josm";
     29system "tar -czf launchpad_upload_josm_$outdate.tgz josm";
     30system "rm -rv josm new";
Note: See TracChangeset for help on using the changeset viewer.