From b8f1c4ed75e37cbfb8bd039c6bf5624ccee7ca00 Mon Sep 17 00:00:00 2001 From: schneefux Date: Sun, 22 May 2016 15:46:42 +0200 Subject: add projects as submodules --- .gitmodules | 9 +++++++++ static/downloads/internet-is-magic/source | 1 + static/downloads/music-led/source | 1 + static/downloads/weather-snowman/source | 1 + 4 files changed, 12 insertions(+) create mode 100644 .gitmodules create mode 160000 static/downloads/internet-is-magic/source create mode 160000 static/downloads/music-led/source create mode 160000 static/downloads/weather-snowman/source diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..a18a4ca --- /dev/null +++ b/.gitmodules @@ -0,0 +1,9 @@ +[submodule "static/downloads/internet-is-magic/source"] + path = static/downloads/internet-is-magic/source + url = git://schneefux.xyz/internet-is-magic +[submodule "static/downloads/music-led/source"] + path = static/downloads/music-led/source + url = git://schneefux.xyz/mpd-rgb-vis +[submodule "static/downloads/weather-snowman/source"] + path = static/downloads/weather-snowman/source + url = git://schneefux.xyz/weather-snowman diff --git a/static/downloads/internet-is-magic/source b/static/downloads/internet-is-magic/source new file mode 160000 index 0000000..f9a44a4 --- /dev/null +++ b/static/downloads/internet-is-magic/source @@ -0,0 +1 @@ +Subproject commit f9a44a45f6d294fa002eac5794138e143609e940 diff --git a/static/downloads/music-led/source b/static/downloads/music-led/source new file mode 160000 index 0000000..2ffb9ee --- /dev/null +++ b/static/downloads/music-led/source @@ -0,0 +1 @@ +Subproject commit 2ffb9ee51a868dde252a08b2989b73948696dbd8 diff --git a/static/downloads/weather-snowman/source b/static/downloads/weather-snowman/source new file mode 160000 index 0000000..8260a2a --- /dev/null +++ b/static/downloads/weather-snowman/source @@ -0,0 +1 @@ +Subproject commit 8260a2ac02123c3212302da257707e5a3a3e1188 -- cgit v1.3.1