From 15e9576d1b3e082c25e4e1d7aa89cb8c10e002da Mon Sep 17 00:00:00 2001 From: Vladimir Vitkov Date: Thu, 21 Sep 2017 12:55:17 +0300 Subject: [PATCH] reorganize slack-irc-sync --- .gitmodules | 2 +- communication/.gitignore | 1 + communication/matterbridge | 1 - communication/{ => slack-irc-sync}/config.toml | 0 communication/{ => slack-irc-sync}/matterbridge@.service | 0 5 files changed, 2 insertions(+), 2 deletions(-) delete mode 160000 communication/matterbridge rename communication/{ => slack-irc-sync}/config.toml (100%) rename communication/{ => slack-irc-sync}/matterbridge@.service (100%) diff --git a/.gitmodules b/.gitmodules index 58173d3..13f24f0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "communication/matterbridge"] - path = communication/matterbridge + path = communication/slack-irc-sync/bot url = git@github.com:zeridon/matterbridge.git diff --git a/communication/.gitignore b/communication/.gitignore index 14002e2..918f392 100644 --- a/communication/.gitignore +++ b/communication/.gitignore @@ -1 +1,2 @@ botconfig-2017.toml +of2017.toml diff --git a/communication/matterbridge b/communication/matterbridge deleted file mode 160000 index bd97357..0000000 --- a/communication/matterbridge +++ /dev/null @@ -1 +0,0 @@ -Subproject commit bd97357f8d30322dc9c9745c47b9461d862844ba diff --git a/communication/config.toml b/communication/slack-irc-sync/config.toml similarity index 100% rename from communication/config.toml rename to communication/slack-irc-sync/config.toml diff --git a/communication/matterbridge@.service b/communication/slack-irc-sync/matterbridge@.service similarity index 100% rename from communication/matterbridge@.service rename to communication/slack-irc-sync/matterbridge@.service