diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-08-20 21:05:42 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-08-20 21:05:42 -0300 |
commit | 2c4ac4987566920532bca3821ade1bdd7c00721f (patch) | |
tree | 0fb415a6f4b4e2c087e86920e5552f470506153d | |
parent | fb92f992c865be528af5969d972712923cfa598e (diff) | |
download | apps-2c4ac4987566920532bca3821ade1bdd7c00721f.tar.gz apps-2c4ac4987566920532bca3821ade1bdd7c00721f.tar.bz2 |
Fix: move some scripts into separate, thematic repositories (2)
-rw-r--r-- | .gitmodules | 9 | ||||
m--------- | scripts | 0 | ||||
m--------- | utils-calendar | 0 | ||||
m--------- | utils-sys | 0 | ||||
m--------- | utils-weather | 0 | ||||
m--------- | utils-web | 0 | ||||
m--------- | utils-x11 | 0 |
7 files changed, 9 insertions, 0 deletions
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 -Subproject e851401694daacaf1aba2c87ed557e5dbf00af0 +Subproject 0220c9924c6fb633e7cd55be548a1604fdf4f63 diff --git a/utils-calendar b/utils-calendar -Subproject 34cf7e6bca3938e42a4ebd70f4e763d9e356f19 +Subproject ea891f24aaa8c6b1ca446ea6e29beb382762368 diff --git a/utils-sys b/utils-sys new file mode 160000 +Subproject 045d76eadd078b7cd9247fdc27ee00242d3782a diff --git a/utils-weather b/utils-weather new file mode 160000 +Subproject 827e804567b78eb7f8e2bdcfc1a9b7714699229 diff --git a/utils-web b/utils-web new file mode 160000 +Subproject c3a1bf60e9694b6ac725016a15f19f49905e541 diff --git a/utils-x11 b/utils-x11 -Subproject a09a77ee87df69b1e9fe9fba98c21b11983d015 +Subproject d8cb07b0e53e6757c42d7ad5adcfee2cef5826c |