[packagekit] PackageKit 0.6.18 released!

Richard Hughes hughsient at gmail.com
Mon Sep 5 08:04:09 PDT 2011


On 5 September 2011 15:58, Fabio Erculiani <lxnay at sabayon.org> wrote:
> Where did my commit 5d6419ac83883e4d2161032f65d565df8eb007ac go? It's
> not in 0.6.18.
> I guess there have been workflow changes but I can't find anything on
> this mailing list about it.
> Care to explain?

Did you cherry-pick the commit into PACKAGEKIT_0_6_X ?

When we created the PACKAGEKIT_0_6_X branch all the commits to master
just stay on master, and you have to explicitly pick commits into the
new stable branch.

Do do this you need to do:

git branch --track PACKAGEKIT_0_6_X origin/PACKAGEKIT_0_6_X
git checkout PACKAGEKIT_0_6_X
git cherry-pick 5d6419ac83883e4d2161032f65d565df8eb007ac
git push
git checkout master

Sorry if this wasn't communicated very well.

Richard.



More information about the PackageKit mailing list