This is an experimental copy for testing Poikilos' issue mirroring system. Note that Gitea's migration tool can import issues, but the "Issues" checkbox is disabled when "This repository will be a mirror" is enabled (it is for this repo).
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

13 lines
408 B

#!/bin/sh
if [ "x$1" != "x" ]; then
LMK_MODE="$1"
fi
if [ "x$LMK_MODE" = "x" ]; then
echo "Error: (or LMK_MODE in environment). It should be classic, finetest, or trolltest."
exit 1
fi
if [ ! -d "linux-minetest-kit" ]; then
echo "Error: linux-minetest-kit is not a directory in `pwd`. Run get-lmk.sh first."
exit 1
fi
sudo -u minebest perl mtcompile-program.pl build --$LMK_MODE --server