aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Kerr <jeremy.kerr@canonical.com>2012-05-15 16:31:13 +0800
committerJeremy Kerr <jeremy.kerr@canonical.com>2012-05-24 15:17:18 +0800
commit90c4c8718e17411a15c9e20ef656f911cefbc6e7 (patch)
tree6ff68e599e923f9e154303bbea680b70a00d5525
parent3e6c9347be205be03a44828d27f669470250bbc5 (diff)
downloadsbsigntools-90c4c8718e17411a15c9e20ef656f911cefbc6e7.tar.gz
Move ccan submodule
Move the ccan git submodule to lib/ccan.git, so we can use ccan's create-ccan-tree utility. Signed-off-by: Jeremy Kerr <jeremy.kerr@canonical.com>
-rw-r--r--.gitmodules5
m---------lib/ccan0
m---------lib/ccan.git0
3 files changed, 2 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules
index b7ba75c..747bb3d 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,4 +1,3 @@
-[submodule "lib/ccan"]
- path = lib/ccan
+[submodule "lib/ccan.git"]
+ path = lib/ccan.git
url = git://git.ozlabs.org/~ccan/ccan
- ignore = all
diff --git a/lib/ccan b/lib/ccan
deleted file mode 160000
-Subproject 5887216aa53cdb4709e9658462c4d4b2141ef91
diff --git a/lib/ccan.git b/lib/ccan.git
new file mode 160000
+Subproject a77cc2824a26305f9f8bfe1807cb85ae5403168