From: Michael Wallner Date: Thu, 6 Aug 2015 07:08:11 +0000 (+0200) Subject: init X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;ds=sidebyside;h=4ee82fbddc4142b6c5a171fa5226a7df4a15132a;p=mdref%2Fmdref.m6w6.name init --- 4ee82fbddc4142b6c5a171fa5226a7df4a15132a diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..8992f40 --- /dev/null +++ b/.gitmodules @@ -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 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 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 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 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 index 0000000..0e0ff26 --- /dev/null +++ b/refs/json_post @@ -0,0 +1 @@ +Subproject commit 0e0ff2647259f1c2f849bda730a79712bd806edc diff --git a/refs/pq b/refs/pq new file mode 160000 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 index 0000000..9231a1c --- /dev/null +++ b/refs/pq-gateway @@ -0,0 +1 @@ +Subproject commit 9231a1c04f14251920a42b4bfaa718d12e543722 diff --git a/refs/propro b/refs/propro new file mode 160000 index 0000000..151a6f7 --- /dev/null +++ b/refs/propro @@ -0,0 +1 @@ +Subproject commit 151a6f7702ed8f053389e3e886df79033f243136 diff --git a/refs/raphf b/refs/raphf new file mode 160000 index 0000000..6d257da --- /dev/null +++ b/refs/raphf @@ -0,0 +1 @@ +Subproject commit 6d257dac29210cc2e41fe12186a445a9d6969ab0