mckaygerhard
a261b4edc0
* minetest developers were so stupid or what? why not a simple submodule from git? so easy! * do as: * `sed s#.*games/minetest#!games/minetest#g .gitignore` * `git add .gitignore && git commit -m "submodule step 1"` * `git submodule add -b stable-5.2 https://codeberg.org/minenux/minetest-game-minetest game/minetest` * `git add --all && git commit --amend -m "ubmodule step 2` * `sed s#.*games/minetest#games/minetest#g .gitignore` * `git add --all && git commit --amend -m "ubmodule step 3 final` * update CI for gitlab to use the submodule and setup the game also