Changeset 28490 in osm for applications/editors/josm/i18n


Ignore:
Timestamp:
2012-07-14T14:23:08+02:00 (12 years ago)
Author:
stoecker
Message:

some sleep cycles to prevent race conditions

File:
1 edited

Legend:

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

    r28424 r28490  
    167167{
    168168    my $mech = dologin();
     169    print "Starting upload.\n"
     170    sleep(2);
    169171    $mech->get("https://translations.launchpad.net/josm/trunk/+translations-upload");
    170172    chdir("po");
    171173    $mech->submit_form(with_fields => {"file" => "josm.pot"});
     174    sleep(10);
     175    print "Trying to approve upload.\n";
    172176    $mech->get("https://translations.launchpad.net/josm/trunk/+imports?field.filter_status=NEEDS_REVIEW&field.filter_extension=pot");
    173177    my @links;
Note: See TracChangeset for help on using the changeset viewer.