Comment 9 for bug 1160411

Revision history for this message
Marc-Andre Laperle (malaperle) wrote :

I'm trying to backport the fix and push the branch to launchpad so that it can be proposed but I'm having a lot of trouble. I'm hoping someone can help me.

I did this:

bzr branch lp:ubuntu/saucy/webkit

Then got this error:

bzr: ERROR: Revision {<email address hidden>} not present in "Graph(StackedParentsProvider(bzrlib.repository._LazyListJoin(([CachingParentsProvider(None)], []))))".

I found out I could use -Olaunchpad.packaging_verbosity=off to bypass the error, so I did:

bzr branch lp:ubuntu/saucy/webkit -Olaunchpad.packaging_verbosity=off

But the code seems very out of date:

bzr log -r-1

revno: 46
tags: 1.9.2-1ubuntu4
fixes bug: https://launchpad.net/bugs/1028486
author: Micah Gersten <email address hidden>
committer: Package Import Robot <email address hidden>
branch nick: quantal-proposed
timestamp: Tue 2012-07-24 05:03:22 -0500

But the current version is actually 1.10.2-0ubuntu2. Is there an alternate way to do this? I'll attach the backported patch at least.