https://bugzilla.wikimedia.org/show_bug.cgi?id=45715
--- Comment #4 from Siebrand <[email protected]> --- (In reply to comment #3) > That is true lot of extensions are missing tests and an associated > gate-and-submit job. To play it safe, maybe only do that for core for now. Can you please propose a change for this in our script, as that's what's currently being done after all patch sets for core and extensions have been submitted (repo: translatewiki, file: /bin/repocommit: 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 2 --submit done For clarity: "repocommit core" does not have a merge command, that's done in repocommit mediawiki-extensions. It may very well be possible to have the above command only select patch sets from extensions/ and have a similar set of commands for core/, but with different actions (I just don't know which to use in the SSH API). -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
