From 8f9104db6327786ae226d32e8904563d93424e98 Mon Sep 17 00:00:00 2001 From: OMGeeky Date: Sat, 25 May 2024 15:06:44 +0200 Subject: [PATCH] move submodules --- .gitmodules | 18 +++++++++--------- twba.backup_config => twba-backup_config | 0 twba.common => twba-common | 0 twba.downloader => twba-downloader | 0 twba.local_db => twba-local_db | 0 twba.notifier => twba-notifier | 0 twba.reqwest_backoff => twba-reqwest_backoff | 0 twba.splitter => twba-splitter | 0 twba.fetcher => twba-twitch-fetcher | 0 twba.uploader => twba-uploader | 0 10 files changed, 9 insertions(+), 9 deletions(-) rename twba.backup_config => twba-backup_config (100%) rename twba.common => twba-common (100%) rename twba.downloader => twba-downloader (100%) rename twba.local_db => twba-local_db (100%) rename twba.notifier => twba-notifier (100%) rename twba.reqwest_backoff => twba-reqwest_backoff (100%) rename twba.splitter => twba-splitter (100%) rename twba.fetcher => twba-twitch-fetcher (100%) rename twba.uploader => twba-uploader (100%) diff --git a/.gitmodules b/.gitmodules index b75090c..a800466 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,33 +1,33 @@ [submodule "twitch_fetcher"] - path = twba.fetcher + path = twba-twitch-fetcher url = git@github.com:OMGeeky/twba.twitch_fetcher.git [submodule "twitch_splitter"] - path = twba.splitter + path = twba-splitter url = git@github.com:OMGeeky/twba.splitter.git [submodule "twba_reqwest_backoff"] - path = twba.reqwest_backoff + path = twba-reqwest_backoff url = git@github.com:OMGeeky/twba_reqwest_backoff.git [submodule "twba.uploader"] - path = twba.uploader + path = twba-uploader url = git@github.com:OMGeeky/twba.uploader.git [submodule "twitch_backup.local_db"] - path = twba.local_db + path = twba-local_db url = git@github.com:OMGeeky/twitch_backup.local_db.git [submodule "twitch_data"] path = twitch_data url = git@github.com:OMGeeky/twitch_data.git [submodule "twba_downloader"] - path = twba.downloader + path = twba-downloader url = git@github.com:OMGeeky/twba_downloader.git [submodule "twba.backup_config"] - path = twba.backup_config + path = twba-backup_config url = git@github.com:OMGeeky/backup_config.git [submodule "twba-code-receiver"] path = twba-code-receiver url = git@github.com:OMGeeky/twba.code-receiver.git [submodule "twba.common"] - path = twba.common + path = twba-common url = git@github.com:OMGeeky/twba.common.git [submodule "twba-notifier"] - path = twba.notifier + path = twba-notifier url = git@github.com:OMGeeky/twba.notifier.git diff --git a/twba.backup_config b/twba-backup_config similarity index 100% rename from twba.backup_config rename to twba-backup_config diff --git a/twba.common b/twba-common similarity index 100% rename from twba.common rename to twba-common diff --git a/twba.downloader b/twba-downloader similarity index 100% rename from twba.downloader rename to twba-downloader diff --git a/twba.local_db b/twba-local_db similarity index 100% rename from twba.local_db rename to twba-local_db diff --git a/twba.notifier b/twba-notifier similarity index 100% rename from twba.notifier rename to twba-notifier diff --git a/twba.reqwest_backoff b/twba-reqwest_backoff similarity index 100% rename from twba.reqwest_backoff rename to twba-reqwest_backoff diff --git a/twba.splitter b/twba-splitter similarity index 100% rename from twba.splitter rename to twba-splitter diff --git a/twba.fetcher b/twba-twitch-fetcher similarity index 100% rename from twba.fetcher rename to twba-twitch-fetcher diff --git a/twba.uploader b/twba-uploader similarity index 100% rename from twba.uploader rename to twba-uploader