From 287fa01879fb71b4745ad6d634637ccb38414f23 Mon Sep 17 00:00:00 2001 From: rylon Date: Sun, 17 May 2015 00:17:38 +0200 Subject: [PATCH] added system and webtorrent submodule --- .gitmodules | 6 ++++++ lib/system | 1 + lib/webtorrent | 1 + 3 files changed, 8 insertions(+) create mode 100644 .gitmodules create mode 160000 lib/system create mode 160000 lib/webtorrent diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..112ef8b --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "lib/system"] + path = lib/system + url = git@mojotrollz.eu:system.git +[submodule "lib/webtorrent"] + path = lib/webtorrent + url = git@github.com:feross/webtorrent.git diff --git a/lib/system b/lib/system new file mode 160000 index 0000000..a1f4459 --- /dev/null +++ b/lib/system @@ -0,0 +1 @@ +Subproject commit a1f44597a70dcd1d5ce74c35a8ce824159e9e3a2 diff --git a/lib/webtorrent b/lib/webtorrent new file mode 160000 index 0000000..659ea7d --- /dev/null +++ b/lib/webtorrent @@ -0,0 +1 @@ +Subproject commit 659ea7d3303f0259d963e954246aaf0d8aeb68a7