Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-10-03 | Use dedicated trap functions to avoid unsetting the trap when e.g. cleanup ↵ | Pierre Schmitz | 1 | -4/+12 | |
is called | |||||
2012-06-16 | mkarchroot: reset trap so it wont be called twice | Pierre Schmitz | 1 | -1/+1 | |
2011-11-04 | lib/common.sh: Revise setup_workdir() | Lukas Fleischer | 1 | -1/+1 | |
* Honor TMPDIR variable (just like we did in commit a0c6bf45). * Quote path properly. * Avoid unnecessary use of basename(1). Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de> Signed-off-by: Pierre Schmitz <pierre@archlinux.de> | |||||
2011-11-04 | lib/common.sh: Use double brackets | Lukas Fleischer | 1 | -3/+3 | |
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de> Signed-off-by: Pierre Schmitz <pierre@archlinux.de> | |||||
2011-11-01 | Move common functions to a shared file | Pierre Schmitz | 1 | -0/+124 | |
* common.sh is included on build time * most functions are copied from makepkg |