From 4ee82fbddc4142b6c5a171fa5226a7df4a15132a Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Thu, 6 Aug 2015 09:08:11 +0200 Subject: [PATCH] init --- .gitmodules | 24 ++++++++++++++++++++++++ init.sh | 4 ++++ mdref | 1 + refs/apfd | 1 + refs/http | 1 + refs/json_post | 1 + refs/pq | 1 + refs/pq-gateway | 1 + refs/propro | 1 + refs/raphf | 1 + 10 files changed, 36 insertions(+) create mode 100644 .gitmodules create mode 100755 init.sh create mode 160000 mdref create mode 160000 refs/apfd create mode 160000 refs/http create mode 160000 refs/json_post create mode 160000 refs/pq create mode 160000 refs/pq-gateway create mode 160000 refs/propro create mode 160000 refs/raphf 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 -- 2.30.2