On 04/09/2013 10:46 PM, Feng Yang wrote: > for i in 49756 49757 49758 49759 49760 49761 49762 49763 49764 49765; do > /usr/code/patchwork/apps/patchwork/bin/pjw patch mbox -r $i | git am && > echo $i|| git am --abort; done
I use to do something similar as well. However I just learned from lmr that our check_patch.py script can do this as well using the https://github.com/autotest/autotest/pull/<number>.patch links! Since the current state of pull request will always be wrapped up into a single patch, it will be much easier than dealing with a bunch of patchwork ID's. Also, keep in mind this was an internal patchwork instance, so nobody outside Red Hat benefited from it. Moving to github addresses this and other issues. _______________________________________________ Virt-test-devel mailing list [email protected] https://www.redhat.com/mailman/listinfo/virt-test-devel
