init
authorMichael Wallner <mike@php.net>
Thu, 6 Aug 2015 07:08:11 +0000 (09:08 +0200)
committerMichael Wallner <mike@php.net>
Thu, 6 Aug 2015 07:08:11 +0000 (09:08 +0200)
.gitmodules [new file with mode: 0644]
init.sh [new file with mode: 0755]
mdref [new submodule]
refs/apfd [new submodule]
refs/http [new submodule]
refs/json_post [new submodule]
refs/pq [new submodule]
refs/pq-gateway [new submodule]
refs/propro [new submodule]
refs/raphf [new submodule]

diff --git a/.gitmodules b/.gitmodules
new file mode 100644 (file)
index 0000000..8992f40
--- /dev/null
@@ -0,0 +1,24 @@
+[submodule "mdref"]
+       path = mdref
+       url = github.com:m6w6/mdref.git
+[submodule "mdref-http"]
+       path = refs/http
+       url = github.com:m6w6/mdref-http.git
+[submodule "mdref-pq"]
+       path = refs/pq
+       url = github.com:m6w6/mdref-pq.git
+[submodule "mdref-pq-gateway"]
+       path = refs/pq-gateway
+       url = github.com:m6w6/mdref-pq-gateway.git
+[submodule "mdref-raphf"]
+       path = refs/raphf
+       url = github.com:m6w6/mdref-raphf.git
+[submodule "mdref-propro"]
+       path = refs/propro
+       url = github.com:m6w6/mdref-propro.git
+[submodule "mdref-apfd"]
+       path = refs/apfd
+       url = github.com:m6w6/mdref-apfd.git
+[submodule "mdref-json_post"]
+       path = refs/json_post
+       url = github.com:m6w6/mdref-json_post.git
diff --git a/init.sh b/init.sh
new file mode 100755 (executable)
index 0000000..1220922
--- /dev/null
+++ b/init.sh
@@ -0,0 +1,4 @@
+#!/bin/sh
+git submodule update --init
+git submodule foreach "git pull -r origin master"
+test -L mdref/refs || ln -s ../refs mdref/refs
diff --git a/mdref b/mdref
new file mode 160000 (submodule)
index 0000000..7e4229e
--- /dev/null
+++ b/mdref
@@ -0,0 +1 @@
+Subproject commit 7e4229e92b7d26183f9099ba646b64528023ab8c
diff --git a/refs/apfd b/refs/apfd
new file mode 160000 (submodule)
index 0000000..c36d0e5
--- /dev/null
+++ b/refs/apfd
@@ -0,0 +1 @@
+Subproject commit c36d0e5d811d36038cd351ebd3a6712c63e48fe3
diff --git a/refs/http b/refs/http
new file mode 160000 (submodule)
index 0000000..8bd7702
--- /dev/null
+++ b/refs/http
@@ -0,0 +1 @@
+Subproject commit 8bd77023261d240ddd1649349f3cbf20d8a18965
diff --git a/refs/json_post b/refs/json_post
new file mode 160000 (submodule)
index 0000000..0e0ff26
--- /dev/null
@@ -0,0 +1 @@
+Subproject commit 0e0ff2647259f1c2f849bda730a79712bd806edc
diff --git a/refs/pq b/refs/pq
new file mode 160000 (submodule)
index 0000000..6cfe641
--- /dev/null
+++ b/refs/pq
@@ -0,0 +1 @@
+Subproject commit 6cfe641aec005ea350ab3ed7954da7f674c58c2d
diff --git a/refs/pq-gateway b/refs/pq-gateway
new file mode 160000 (submodule)
index 0000000..9231a1c
--- /dev/null
@@ -0,0 +1 @@
+Subproject commit 9231a1c04f14251920a42b4bfaa718d12e543722
diff --git a/refs/propro b/refs/propro
new file mode 160000 (submodule)
index 0000000..151a6f7
--- /dev/null
@@ -0,0 +1 @@
+Subproject commit 151a6f7702ed8f053389e3e886df79033f243136
diff --git a/refs/raphf b/refs/raphf
new file mode 160000 (submodule)
index 0000000..6d257da
--- /dev/null
@@ -0,0 +1 @@
+Subproject commit 6d257dac29210cc2e41fe12186a445a9d6969ab0