What git feature am I using that prevents a launchpad import of lp:~moonshot/gssweb/plugin

Asked by Sam Hartman

Hi. I tried to set up an import of git://git.project-moonshot.org/gssweb.git as lp:~moonshot/gssweb/plugin
Launchpad claims that because of a limitation in bazar it cannot import the repository. What is the limitation? I'm not using git submodules, and I *thought* that repo was very streight-forward.

Question information

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

The repository has a submodule in its history:

"""
diff --git a/test b/test
new file mode 160000
index 0000000..6f5ecf5
--- /dev/null
+++ b/test
@@ -0,0 +1 @@
+Subproject commit 6f5ecf58ea38c883da6532dc3fb5c1eb4fa9baff
"""

Revision history for this message
Sam Hartman (hartmans) said :
#2

Thanks, and my apologies. I have no idea why we have a submodule commit, guess it's time for a rebase:-(