Add first set of stands
authorPieter De Praetere <pieter.de.praetere@helptux.be>
Sun, 17 Jan 2021 15:08:27 +0000 (16:08 +0100)
committerPieter De Praetere <pieter.de.praetere@helptux.be>
Sun, 17 Jan 2021 15:08:27 +0000 (16:08 +0100)
12 files changed:
.gitmodules
content/stands/.gitkeep [new file with mode: 0644]
content/stands/checkmk [new submodule]
content/stands/kiwi_tcms [new submodule]
content/stands/pharo [new submodule]
scripts/submodules [new file with mode: 0644]
scripts/submodules.sh [new file with mode: 0755]
static/stands/.gitkeep [new file with mode: 0644]
static/stands/checkmk [new submodule]
static/stands/kiwi_tcms [new submodule]
static/stands/pharo [new submodule]
static/stands/postgresql [new submodule]

index b9704ec574afc59a4bf82cac839a5069cf6ab439..db8e79ed228cd55481dc0dd3ca17001a7ae4a556 100644 (file)
@@ -1,10 +1,10 @@
 [submodule "content/stands/checkmk"]
-path = content/stands/checkmk
-url = https://github.com/tribe29/checkmk-fosdem-content.git
+       path = content/stands/checkmk
+       url = https://github.com/tribe29/checkmk-fosdem-content.git
 
 [submodule "static/stands/checkmk"]
-path = static/stands/checkmk
-url = https://github.com/tribe29/checkmk-fosdem-static.git
+       path = static/stands/checkmk
+       url = https://github.com/tribe29/checkmk-fosdem-static.git
 
 [submodule "content/stands/free_software_foundation_europe"]
 path = content/stands/free_software_foundation_europe
@@ -15,24 +15,24 @@ path = static/stands/free_software_foundation_europe
 url = https://git.fsfe.org/FSFE/fosdem21-static.git
 
 [submodule "content/stands/kiwi_tcms"]
-path = content/stands/kiwi_tcms
-url = https://github.com/kiwitcms/fosdem-2021-stand-content.git
+       path = content/stands/kiwi_tcms
+       url = https://github.com/kiwitcms/fosdem-2021-stand-content.git
 
 [submodule "static/stands/kiwi_tcms"]
-path = static/stands/kiwi_tcms
-url = https://github.com/kiwitcms/fosdem-2021-stand-static.git
+       path = static/stands/kiwi_tcms
+       url = https://github.com/kiwitcms/fosdem-2021-stand-static.git
 
 [submodule "content/stands/pharo"]
-path = content/stands/pharo
-url = https://github.com/pharo-divulgation/pharo-fosdem-content.git
+       path = content/stands/pharo
+       url = https://github.com/pharo-divulgation/pharo-fosdem-content.git
 
 [submodule "static/stands/pharo"]
-path = static/stands/pharo
-url = https://github.com/pharo-divulgation/pharo-fosdem-static.git
+       path = static/stands/pharo
+       url = https://github.com/pharo-divulgation/pharo-fosdem-static.git
 
 [submodule "static/stands/postgresql"]
-path = static/stands/postgresql
-url = https://git.postgresql.org/git/fosdem2021-static.git
+       path = static/stands/postgresql
+       url = https://git.postgresql.org/git/fosdem2021-static.git
 
 [submodule "content/stands/postgresql"]
 path = content/stands/postgresql
diff --git a/content/stands/.gitkeep b/content/stands/.gitkeep
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/content/stands/checkmk b/content/stands/checkmk
new file mode 160000 (submodule)
index 0000000..33d3c4b
--- /dev/null
@@ -0,0 +1 @@
+Subproject commit 33d3c4b65f4b36a69c7f18ead2674af2d3eae498
diff --git a/content/stands/kiwi_tcms b/content/stands/kiwi_tcms
new file mode 160000 (submodule)
index 0000000..529ca40
--- /dev/null
@@ -0,0 +1 @@
+Subproject commit 529ca406a33b4f2845fe1d783ae2aeea035f446b
diff --git a/content/stands/pharo b/content/stands/pharo
new file mode 160000 (submodule)
index 0000000..3a2612c
--- /dev/null
@@ -0,0 +1 @@
+Subproject commit 3a2612c1e3deb44befcbfe288ba876a7ec3cfaac
diff --git a/scripts/submodules b/scripts/submodules
new file mode 100644 (file)
index 0000000..d9e31d1
--- /dev/null
@@ -0,0 +1,10 @@
+content/stands/checkmk https://github.com/tribe29/checkmk-fosdem-content.git
+static/stands/checkmk https://github.com/tribe29/checkmk-fosdem-static.git
+content/stands/free_software_foundation_europe https://git.fsfe.org/FSFE/fosdem21-content.git
+static/stands/free_software_foundation_europe https://git.fsfe.org/FSFE/fosdem21-static.git
+content/stands/kiwi_tcms https://github.com/kiwitcms/fosdem-2021-stand-content.git
+static/stands/kiwi_tcms https://github.com/kiwitcms/fosdem-2021-stand-static.git
+content/stands/pharo https://github.com/pharo-divulgation/pharo-fosdem-content.git
+static/stands/pharo https://github.com/pharo-divulgation/pharo-fosdem-static.git
+static/stands/postgresql https://git.postgresql.org/git/fosdem2021-static.git
+content/stands/postgresql https://git.postgresql.org/git/fosdem2021-content.git
\ No newline at end of file
diff --git a/scripts/submodules.sh b/scripts/submodules.sh
new file mode 100755 (executable)
index 0000000..6437f4d
--- /dev/null
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+while read submodule; do
+    path=$(echo "$submodule" | awk '{print $1}')
+    url=$(echo "$submodule" | awk '{print $2}')
+    git submodule add "$url" "$path"
+done <scripts/submodules
\ No newline at end of file
diff --git a/static/stands/.gitkeep b/static/stands/.gitkeep
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/static/stands/checkmk b/static/stands/checkmk
new file mode 160000 (submodule)
index 0000000..c26d6de
--- /dev/null
@@ -0,0 +1 @@
+Subproject commit c26d6de3ec19fee6949c3dfc287af027d30728f4
diff --git a/static/stands/kiwi_tcms b/static/stands/kiwi_tcms
new file mode 160000 (submodule)
index 0000000..ad4ad45
--- /dev/null
@@ -0,0 +1 @@
+Subproject commit ad4ad4522f034453bbbadef40476a3fd1d69b84b
diff --git a/static/stands/pharo b/static/stands/pharo
new file mode 160000 (submodule)
index 0000000..21233ff
--- /dev/null
@@ -0,0 +1 @@
+Subproject commit 21233fffe348bd178c65c7c87320a8a8c208822e
diff --git a/static/stands/postgresql b/static/stands/postgresql
new file mode 160000 (submodule)
index 0000000..b9bfeba
--- /dev/null
@@ -0,0 +1 @@
+Subproject commit b9bfeba8120bc739f05df4027318bac52a58c499