Is github regularly updated mirroring into a git repo supported already?

Asked by i30817

I need to switch to git based launchpad recipe for one project since they're using a gpgsig git plugin that bzr import on launchpad doesn't like. I'm seeing steps to convert my recipe and packaging bzr branch to use git; but my attempt to import a git based repo failed ignominiously.

 It seems that currently all git imports appear to first convert to bzr on launchpad, where it triggers the gpgsig problem and never actually gets the code.

Question information

Language:
English Edit question
Status:
Solved
For:
Launchpad itself Edit question
Assignee:
No assignee Edit question
Solved by:
Colin Watson
Solved:
Last query:
Last reply:
Revision history for this message
Best Colin Watson (cjwatson) said :
#1

It's not quite supported yet, but almost. I've finished writing the necessary code, and we just need to get the last couple of changes reviewed, deployed, and tested. I expect it to be available in the next week or two.

Revision history for this message
i30817 (i30817) said :
#2

Thanks Colin Watson, that solved my question.