On 6 September 2014 19:25, Khem Raj <[email protected]> wrote: > On Sat, Sep 6, 2014 at 8:32 AM, Khem Raj <[email protected]> wrote: >> On Sat, Sep 6, 2014 at 6:32 AM, Burton, Ross <[email protected]> wrote: >>> Thanks Khem, much appreciated. >>> >>> Presumably the hooks to auto-mark merged patches haven't been >>> activated because the git server and the patchwork server are on >>> different machines. Has there been previous discussion to get this >>> resolved? >> >> it has been activated and was working in past. Do you see it not happening >> now ? > > update hooks were not working too since they use pwclient themselves > and pwclient > was not working thus far. So it should start working again. I have > updated the hooks > to reflect the latest changes from patchwork upstream as well
FYI, The current upstream pwclient can now operate on multiple IDs, e.g.: pwclient view 1 3 4 9 pwclient get 2 5 and you can configure a per-project or global "signoff" option for git-am (or on the command-line -- git-am -s 77): [options] default = my_project2 signoff = True [proj1] url = ... signoff = True cheers, -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
