https://bugzilla.wikimedia.org/show_bug.cgi?id=35537
Siebrand <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |LATER --- Comment #16 from Siebrand <[email protected]> 2012-06-05 01:00:08 UTC --- Don't care anymore. This does the trick and was added to the translatewiki.net repocommit script: for i in `ssh [email protected] -p 29418 gerrit query --format=TEXT owner:l10n-bot status:open |grep " url:" |cut -d/ -f5` do echo "Merging ${i}..." ssh [email protected] -p 29418 gerrit review $i,1 --code-review 2 --verified 1 --submit done -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
