On Tue, Feb 4, 2014 at 11:19 AM, Łukasz Stelmach <[email protected]>wrote:
> It was <2014-02-03 pon 19:32>, when Patrick McCarty wrote: > > On Fri, Jan 31, 2014 at 12:24:06PM +0100, Łukasz Stelmach wrote: > >> This can be done today. There is just no (or is there) a way to create a > >> filter in gerrit that would find "tizen" branches without submit and/or > >> accepted tags. > > > > I don't see a way to do this with Gerrit searches, and it does appear > > that the REST API supports this type of query. > > > > See > > > https://gerrit-documentation.storage.googleapis.com/Documentation/2.8/rest-api-changes.html#get-included-in > > Close but no cigar. > > The way I see it done is: > > 1. For each repository (once in a while (while ~ 24h)): > 1.1 Take the tip of the tizen branch > 1.2 If it does not carry a submit/* tag turn on a big red lamp. > > Such script needs to access git repositories AND (which would porbably > make it suitable for integration with gerrit) provide its output on via > Gerrit interface because no-one will (I won't[2]) care about repeated mail > notifications. > IIRC we used to have origin/accepted/tizen/* branches to tell what's accepted in OBS. $ git log --oneline origin/accepted/tizen/generic..tizen -- Mikko
_______________________________________________ Dev mailing list [email protected] https://lists.tizen.org/listinfo/dev
