Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-12-19 | Updated links and docs (#3488) | mathiascode | 1 | -2/+2 | |
2016-08-04 | compile.sh rewrite. Commandline arguments and more. (#3255) | LogicParrot | 1 | -130/+363 | |
2016-03-16 | Shallow clone to the correct branch | Mingye Wang (Arthur2e5) | 1 | -1/+1 | |
Shallow clones are faster, and we always want the correct branch to be cloned.. | |||||
2016-03-16 | Sanity check (quoting, etc.) for compile.sh | Mingye Wang (Arthur2e5) | 1 | -18/+21 | |
2016-03-16 | compile: some portability-related tweaks | Mingye Wang (Arthur2e5) | 1 | -25/+32 | |
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-02-08 | Remove nproc to allow BSD compilation | LogicParrot | 1 | -1/+1 | |
2016-01-29 | compile.sh - posix-compatible program existence checking | LogicParrot | 1 | -1/+1 | |
2016-01-13 | compile.sh - 70 columns print limit | LogicParrot | 1 | -35/+42 | |
2016-01-13 | compile.sh - added updating note | LogicParrot | 1 | -0/+3 | |
2016-01-12 | Made compile.sh more generic | LogicParrot | 1 | -26/+52 | |
kk | |||||
2015-12-11 | Put the entire compile.sh script in a code block for security | Benjamin Mintz | 1 | -0/+2 | |
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-11-21 | compile.sh is now sh-compatible. (Unix, etc.) | Safwat Halaby | 1 | -31/+29 | |
2015-11-21 | compile.sh - Automatically choose master branch | Safwat Halaby | 1 | -0/+11 | |
2015-09-26 | Fix compile.sh console commit version, see #2493 | Safwat Halaby | 1 | -3/+3 | |
2015-09-25 | Compile.sh namechange to cuberite | Safwat Halaby | 1 | -4/+8 | |
2015-08-16 | Updated compile.sh | Julian Laubstein | 1 | -19/+16 | |
2015-06-30 | Removed the MakeLuaAPI script. | Mattes D | 1 | -1/+1 | |
It has been superseded by feeding commands to the server directly via stdin. | |||||
2015-05-28 | Removed stray "exit" from compile.sh | SafwatHalaby | 1 | -1/+0 | |
2015-05-24 | Easy compile script | SafwatHalaby | 1 | -0/+199 | |