From d197f287dd5c0eef91877334b22d0704f909adf4 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 26 Oct 2020 18:07:28 +0100 Subject: [PATCH] better way to clean git stuff --- mods-download | 9 ++++----- mods/Minetest-WorldEdit/worldedit_commands/.gitignore | 1 - mods/roads/.gitmodules | 3 --- 3 files changed, 4 insertions(+), 9 deletions(-) delete mode 100644 mods/Minetest-WorldEdit/worldedit_commands/.gitignore delete mode 100644 mods/roads/.gitmodules diff --git a/mods-download b/mods-download index 298d5889..7bd0d150 100755 --- a/mods-download +++ b/mods-download @@ -2,6 +2,7 @@ rm -rf mods mkdir mods cd mods + git clone --depth 1 --branch master https://github.com/minetest-mods/3d_armor.git git clone --depth 1 --branch master https://github.com/minetest-mods/unified_inventory.git git clone --depth 1 --branch master https://github.com/minetest-mods/unifiedbricks.git @@ -10,7 +11,6 @@ git clone --depth 1 --branch master https://github.com/minetest-mods/moreores.gi git clone --depth 1 --branch master https://github.com/minetest-mods/mywalls.git git clone --depth 1 --branch master https://github.com/minetest-mods/xdecor.git git clone --depth 1 --branch master https://github.com/minetest-mods/vehicle_mash.git -# for lib_mount exists branch called rotation_fix, lib_mount is needed for vehicle_mash git clone --depth 1 --branch master https://github.com/Panquesito7/lib_mount.git git clone --depth 1 --branch master https://github.com/minetest-mods/workbench.git git clone --depth 1 --branch master https://github.com/minetest-mods/ts_furniture.git @@ -99,10 +99,9 @@ git clone --depth 1 --branch master https://github.com/Uberi/Minetest-WorldEdit. git clone --depth 1 --branch master https://github.com/minetest-mods/realchess.git git clone --depth 1 --branch master https://github.com/Grizzly-Adam/BBQ.git git clone --depth 1 --branch master git://cheapiesystems.com/mail -rm */.git -rf -rm */.gitignore -f -rm */.gitattributes -f -rm */.github -rf + +#Clean git stuff +rm -rf $(find . -name .git*) #update skins-db cd skinsdb/updater diff --git a/mods/Minetest-WorldEdit/worldedit_commands/.gitignore b/mods/Minetest-WorldEdit/worldedit_commands/.gitignore deleted file mode 100644 index e4e5f6c8..00000000 --- a/mods/Minetest-WorldEdit/worldedit_commands/.gitignore +++ /dev/null @@ -1 +0,0 @@ -*~ \ No newline at end of file diff --git a/mods/roads/.gitmodules b/mods/roads/.gitmodules deleted file mode 100644 index 941fd5b9..00000000 --- a/mods/roads/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "streetsmod/libs/smartfs"] - path = streetsmod/libs/smartfs - url = https://github.com/rubenwardy/smartfs.git