Importing git repo from http://git.participatoryculture.org/miro/ fails
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| Bazaar Git Plugin |
High
|
Jelmer Vernooij | ||
| Launchpad itself |
High
|
Tim Penhey |
Bug Description
After bug 438929 was fixed I thought we should be able to use http URL for miro player branches:
https:/
That part of it works, but mirroring the branch fails with the following traceback:
2010-04-27 13:58:09 INFO Starting job.
2010-04-27 13:58:09 INFO Getting exising bzr branch from central store.
2010-04-27 13:58:10 INFO 209 bytes transferred |
2010-04-27 13:58:11 INFO Importing foreign branch.
2010-04-27 13:58:12 INFO finding revisions to fetch 0
2010-04-27 13:58:45 INFO
Traceback (most recent call last):
File "/srv/importd.
sys.
File "/srv/importd.
return import_worker.run()
File "/srv/importd.
return self._doImport()
File "/srv/importd.
overwrite=True, **self.
File "/srv/importd.
stop_revision, overwrite=
File "/srv/importd.
determine_
File "/srv/importd.
target_
File "/srv/importd.
o = lookup_object(head)
File "/srv/importd.
return object_iter[sha]
File "/srv/importd.
type_num, uncomp = self.get_raw(sha)
File "/srv/importd.
for pack in self.packs:
File "/srv/importd.
if self._pack_cache is None or self._pack_
File "/srv/importd.
raise NotImplementedE
NotImplementedE
Import failed:
Traceback (most recent call last):
Failure: twisted.
(this is most likely bzr-git bug, but filing it here so those in the know reassign it where it belongs)
Related branches
- Paul Hummer (community): Approve (code) on 2010-04-28
-
Diff: 10 lines (+1/-1)1 file modifiedutilities/sourcedeps.conf (+1/-1)
- Michael Hudson-Doyle: Approve on 2010-05-23
-
Diff: 16 lines (+2/-2)1 file modifiedutilities/sourcedeps.conf (+2/-2)
Changed in launchpad-code: | |
status: | New → Triaged |
importance: | Undecided → High |
Michael Hudson-Doyle (mwhudson) wrote : | #1 |
Changed in bzr-git: | |
status: | New → Fix Released |
importance: | Undecided → High |
assignee: | nobody → Jelmer Vernooij (jelmer) |
Данило Шеган (danilo) wrote : | #2 |
I see Jelmer updated lp:~launchpad-pqm/bzr-git/devel — what else do we need to do to get the fix to our users?
Jelmer Vernooij (jelmer) wrote : Re: [Bug 570728] Re: Importing git repo from http://git.participatoryculture.org/miro/ fails | #3 |
On Wed, 2010-04-28 at 14:27 +0000, Данило Шеган wrote:
> I see Jelmer updated lp:~launchpad-pqm/bzr-git/devel — what else do we
> need to do to get the fix to our users?
I've committed a fix to lp:bzr-git, but before it's used on Launchpad we
need to merge a newer version of bzr-git into
lp:~launchpad-pqm/bzr-git/devel and update the revision number in
sourcedeps.conf.
Cheers,
Jelmer
Данило Шеган (danilo) wrote : | #4 |
That's exactly why I am asking: lp:bzr-git has last seen a commit ~40h ago, and lp:~launchpad-pqm/bzr-git/devel was synced with it ~16h ago. So you either missed to commit a fix there, or you've already synced LP branch and we only need to update sourcedeps.conf?
Changed in launchpad-code: | |
assignee: | nobody → Данило Шеган (danilo) |
status: | Triaged → In Progress |
Данило Шеган (danilo) wrote : | #5 |
Ok, so it was mwhudson who updated the lp:~launchpad-pqm/bzr-git/devel: sorry about the confusion. I'm upping sourcedeps.conf as well.
Данило Шеган (danilo) wrote : | #6 |
I am sending this through ec2 land: Tim, Michael, if you don't like that, just let me know and I'll revert it.
Changed in launchpad-code: | |
milestone: | none → 10.04 |
assignee: | Данило Шеган (danilo) → Tim Penhey (thumper) |
Michael Hudson-Doyle (mwhudson) wrote : | #7 |
unfortunately trying to land the update to dulwich through PQM blew up with some kind of bzr error from PQM :/
Not sure what to do now.
Tim Penhey (thumper) wrote : | #8 |
Gah, with all the confusion and issues around the end of week three, it looks like we missed this.
I'll try to get it cherry picked and rolled soon.
Changed in launchpad-code: | |
milestone: | 10.04 → 10.05 |
Jelmer Vernooij (jelmer) wrote : | #9 |
I think this was fixed on the 18th, should it be marked fixcommitted?
I just retried updating the branch and it failed with the same error message.
Branch:
https:/
Error log:
http://
2010-05-27 23:44:32 INFO Starting job.
2010-05-27 23:44:32 INFO Getting exising bzr branch from central store.
2010-05-27 23:44:33 INFO 209 bytes transferred |
2010-05-27 23:44:34 INFO Importing foreign branch.
2010-05-27 23:44:35 INFO finding revisions to fetch 0
2010-05-27 23:45:12 INFO
Traceback (most recent call last):
File "/srv/importd.
sys.
File "/srv/importd.
return import_worker.run()
File "/srv/importd.
return self._doImport()
File "/srv/importd.
overwrite=True, **self.
File "/srv/importd.
stop_revision, overwrite=
File "/srv/importd.
determine_
File "/srv/importd.
target_
File "/srv/importd.
o = lookup_object(head)
File "/srv/importd.
return object_iter[sha]
File "/srv/importd.
type_num, uncomp = self.get_raw(sha)
File "/srv/importd.
for pack in self.packs:
File "/srv/importd.
if self._pack_cache is None or self._pack_
File "/srv/importd.
raise NotImplementedE
NotImplementedE
Import failed:
Traceback (most recent call last):
Failure: twisted.
So it seems like it's not fixed.
Jelmer Vernooij (jelmer) wrote : | #11 |
The changes from the 15th haven't been rolled out yet so that branch wouldn't work until the next Launchpad release anyway.
Changed in launchpad-code: | |
status: | In Progress → Fix Committed |
Changed in launchpad-code: | |
status: | Fix Committed → Fix Released |
FWIW, I think an upgrade to dulwich and/or bzr-git should fix this.