Age | Commit message (Expand) | Author | Files | Lines |
2017-04-05 | lib/common.sh: Make it safe to include multiple times. | Luke Shumaker | 1 | -0/+3 |
2017-04-05 | lib/common.sh: Adjust to work properly with `set -u`. | Luke Shumaker | 1 | -3/+4 |
2017-04-05 | Avoid using string interpolation; use printf format strings instead. | Luke Shumaker | 1 | -5/+5 |
2017-04-05 | Add a "License:" tag to all code files. | Luke Shumaker | 1 | -0/+2 |
2017-04-05 | Add '#!/hint/bash' headers to non-executable bash files. | Luke Shumaker | 1 | -0/+2 |
2017-04-05 | lib/common.sh: Make setup_workdir()/cleanup() safe for programs to not use | Luke Shumaker | 1 | -4/+7 |
2017-04-05 | lib/common.sh: lock, slock: Create directories for locks if necessary. | Luke Shumaker | 1 | -0/+2 |
2017-04-05 | lib/common.sh: lock, slock: Allow locks to be inherited. | Luke Shumaker | 1 | -2/+10 |
2017-04-05 | lib/common.sh: add 'lock_close'; use it as appropriate. | Luke Shumaker | 1 | -0/+8 |
2017-03-07 | lib/archroot.sh: Simplify check_root | Jan Alexander Steffens (heftig) | 1 | -12/+0 |
2017-03-04 | lib: remove unused version, pkgparts | Jelle van der Waa | 1 | -1/+1 |
2017-03-04 | lib: remove unused left, right | Jelle van der Waa | 1 | -2/+0 |
2014-09-22 | common: remove unreachable statement | Dave Reisner | 1 | -2/+1 |
2014-09-22 | common.sh: propagate error through trap_exit | Dave Reisner | 1 | -1/+2 |
2014-05-10 | Switch to root when started as regular user | Sébastien Luttringer | 1 | -0/+13 |
2014-05-10 | get_full_version :: remove duplicated epoch check | BlackEagle | 1 | -1/+1 |
2014-05-10 | when cleanup is called without code exit with 0 | BlackEagle | 1 | -1/+1 |
2014-05-10 | abort and die are serious errors so throw 255 out | BlackEagle | 1 | -3/+3 |
2013-11-04 | find_cached_package: avoid adding duplicates | Dave Reisner | 1 | -2/+7 |
2013-11-01 | common: implement find_cached_package | Dave Reisner | 1 | -0/+69 |
2013-08-08 | common: Properly forward arguments from die to error | Dave Reisner | 1 | -1/+1 |
2013-05-03 | lib/common.sh: Introduce locking helper functions | Jan Alexander Steffens (heftig) | 1 | -0/+24 |
2012-10-27 | Fix return code handling | Jan Alexander Steffens (heftig) | 1 | -1/+1 |
2012-10-03 | Use dedicated trap functions to avoid unsetting the trap when e.g. cleanup is... | Pierre Schmitz | 1 | -4/+12 |
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 |
2011-11-04 | lib/common.sh: Use double brackets | Lukas Fleischer | 1 | -3/+3 |
2011-11-01 | Move common functions to a shared file | Pierre Schmitz | 1 | -0/+124 |