From 2c4ac4987566920532bca3821ade1bdd7c00721f Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 20 Aug 2024 21:05:42 -0300 Subject: Fix: move some scripts into separate, thematic repositories (2) --- .gitmodules | 9 +++++++++ scripts | 2 +- utils-calendar | 2 +- utils-sys | 1 + utils-weather | 1 + utils-web | 1 + utils-x11 | 2 +- 7 files changed, 15 insertions(+), 3 deletions(-) create mode 160000 utils-sys create mode 160000 utils-weather create mode 160000 utils-web diff --git a/.gitmodules b/.gitmodules index b54964f..c760799 100644 --- a/.gitmodules +++ b/.gitmodules @@ -169,3 +169,12 @@ [submodule "utils-android"] path = utils-android url = https://git.fluxo.info/utils-android +[submodule "utils-web"] + path = utils-web + url = https://git.fluxo.info/utils-web +[submodule "utils-weather"] + path = utils-weather + url = https://git.fluxo.info/utils-weather +[submodule "utils-sys"] + path = utils-sys + url = https://git.fluxo.info/utils-sys diff --git a/scripts b/scripts index e851401..0220c99 160000 --- a/scripts +++ b/scripts @@ -1 +1 @@ -Subproject commit e851401694daacaf1aba2c87ed557e5dbf00af02 +Subproject commit 0220c9924c6fb633e7cd55be548a1604fdf4f63c diff --git a/utils-calendar b/utils-calendar index 34cf7e6..ea891f2 160000 --- a/utils-calendar +++ b/utils-calendar @@ -1 +1 @@ -Subproject commit 34cf7e6bca3938e42a4ebd70f4e763d9e356f19c +Subproject commit ea891f24aaa8c6b1ca446ea6e29beb382762368f diff --git a/utils-sys b/utils-sys new file mode 160000 index 0000000..045d76e --- /dev/null +++ b/utils-sys @@ -0,0 +1 @@ +Subproject commit 045d76eadd078b7cd9247fdc27ee00242d3782ac diff --git a/utils-weather b/utils-weather new file mode 160000 index 0000000..827e804 --- /dev/null +++ b/utils-weather @@ -0,0 +1 @@ +Subproject commit 827e804567b78eb7f8e2bdcfc1a9b77146992292 diff --git a/utils-web b/utils-web new file mode 160000 index 0000000..c3a1bf6 --- /dev/null +++ b/utils-web @@ -0,0 +1 @@ +Subproject commit c3a1bf60e9694b6ac725016a15f19f49905e541f diff --git a/utils-x11 b/utils-x11 index a09a77e..d8cb07b 160000 --- a/utils-x11 +++ b/utils-x11 @@ -1 +1 @@ -Subproject commit a09a77ee87df69b1e9fe9fba98c21b11983d0150 +Subproject commit d8cb07b0e53e6757c42d7ad5adcfee2cef5826cc -- cgit v1.2.3