1
0
Commit Graph

17 Commits

Author SHA1 Message Date
Mingye Wang (Arthur2e5)
8161d6f7f7 Shallow clone to the correct branch
Shallow clones are faster, and we always want the correct branch
to be cloned..
2016-03-15 22:01:29 -04:00
Mingye Wang (Arthur2e5)
d346ec2cf7 Sanity check (quoting, etc.) for compile.sh 2016-03-15 22:01:28 -04:00
Mingye Wang (Arthur2e5)
d2d7310909 compile: some portability-related tweaks
echo -n are not POSIX-sh-portable, so use printf.
Neither are parentheses inside [ ]. Some of the usage are
clearly better covered by `case`, so let's use it.
2016-03-15 21:55:24 -04:00
LogicParrot
945d3f6343 Remove nproc to allow BSD compilation 2016-02-08 14:31:33 +02:00
LogicParrot
08b4363330 compile.sh - posix-compatible program existence checking 2016-01-29 18:57:21 +02:00
LogicParrot
0affb47c7d compile.sh - 70 columns print limit 2016-01-13 12:12:39 +02:00
LogicParrot
847ee1ede2 compile.sh - added updating note 2016-01-13 08:48:48 +02:00
LogicParrot
c948e852c5 Made compile.sh more generic
kk
2016-01-12 19:04:28 +02:00
Benjamin Mintz
65c89f052b Put the entire compile.sh script in a code block for security
This makes sure that sh will error out if the connection is interrupted.
See here: https://www.seancassidy.me/dont-pipe-to-your-shell.html
2015-12-10 18:06:16 -06:00
Safwat Halaby
37921990a2 compile.sh is now sh-compatible. (Unix, etc.) 2015-11-21 18:59:02 +02:00
Safwat Halaby
acedc7f6d1 compile.sh - Automatically choose master branch 2015-11-21 15:50:25 +02:00
Safwat Halaby
2378e2a22e Fix compile.sh console commit version, see #2493 2015-09-26 08:47:51 +03:00
Safwat Halaby
f1270cb7a1 Compile.sh namechange to cuberite 2015-09-25 15:11:39 +03:00
Julian Laubstein
d06f7f19ce Updated compile.sh 2015-08-16 22:41:31 +02:00
Mattes D
d646c81eb7 Removed the MakeLuaAPI script.
It has been superseded by feeding commands to the server directly via stdin.
2015-06-30 09:52:46 +02:00
SafwatHalaby
e6ba181bd4 Removed stray "exit" from compile.sh 2015-05-28 22:39:39 +03:00
SafwatHalaby
9a6fb60c85 Easy compile script 2015-05-24 13:48:15 +03:00