Hi Andreas, Its as good as patching any debian patches on ubuntu.
You could do something like this on your 12.04: $ apt-get install devscripts $ apt-get build-dep pacemaker $ apt-get source pacemaker now you will have the pacemaker sources $ dch --local test (or whatever name you want labelled) <apply the patch changes manually> $ dpkg-source --commit (to get a patch) $ debuild -us -uc you should have all pacemaker packages & should be set at this step. --Shyam On Mon, Jul 2, 2012 at 3:42 PM, Stallmann, Andreas <[email protected]> wrote: > Hi Shyam, > > > > ----------------------------- > CONET Solutions GmbH, Theodor-Heuss-Allee 19, 53773 Hennef. > Registergericht/Registration Court: Amtsgericht Siegburg (HRB Nr. 9136) > Geschäftsführer/Managing Directors: Anke Höfer > ----------------------------- > > -----Ursprüngliche Nachricht----- > Von: Shyam [mailto:[email protected]] >> I tested this patch & this solves the original bug of #5072. But I also dont >> know what it means that the regression test suite is broken. > > That's good to hear (well, at least the first bit... ;-) ) > I'm new to github. How can you download the patch only (and not the full > source)? > > Cheers, > > Andreas > > _______________________________________________ > Pacemaker mailing list: [email protected] > http://oss.clusterlabs.org/mailman/listinfo/pacemaker > > Project Home: http://www.clusterlabs.org > Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf > Bugs: http://bugs.clusterlabs.org _______________________________________________ Pacemaker mailing list: [email protected] http://oss.clusterlabs.org/mailman/listinfo/pacemaker Project Home: http://www.clusterlabs.org Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf Bugs: http://bugs.clusterlabs.org
