Home
Packages
Forums
Bugs
Mailing List
Download
Arch Linux Official
Send patches - preferably formatted by
git format-patch
- to
patches at archlinux32 dot org
.
index
:
devtools32
aba
archlinuxewe
fix-proc-mount-in-lxc
i486
master
pentium4
upstreamMaster
Archlinux32 fork of devtools
gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
common.sh
Age
Commit message (
Expand
)
Author
2018-01-21
lib/common.sh: Adjust to work properly with `set -u`
Luke Shumaker
2017-10-30
use makepkg library instead of local function copies
Luke Shumaker
2017-07-05
Add `# shellcheck` directives to quiet shellcheck, add PKGBUILD.proto
Luke Shumaker
2017-07-05
Make slightly more involved changes to make shellcheck happy.
Luke Shumaker
2017-07-05
Quote strings that shellcheck warns about.
Luke Shumaker
2017-07-05
Make purely stylistic changes to make shellcheck happier.
Luke Shumaker
2017-04-05
lib/common.sh: Make it safe to include multiple times.
Luke Shumaker
2017-04-05
lib/common.sh: Adjust to work properly with `set -u`.
Luke Shumaker
2017-04-05
Avoid using string interpolation; use printf format strings instead.
Luke Shumaker
2017-04-05
Add a "License:" tag to all code files.
Luke Shumaker
2017-04-05
Add '#!/hint/bash' headers to non-executable bash files.
Luke Shumaker
2017-04-05
lib/common.sh: Make setup_workdir()/cleanup() safe for programs to not use
Luke Shumaker
2017-04-05
lib/common.sh: lock, slock: Create directories for locks if necessary.
Luke Shumaker
2017-04-05
lib/common.sh: lock, slock: Allow locks to be inherited.
Luke Shumaker
2017-04-05
lib/common.sh: add 'lock_close'; use it as appropriate.
Luke Shumaker
2017-03-07
lib/archroot.sh: Simplify check_root
Jan Alexander Steffens (heftig)
2017-03-04
lib: remove unused version, pkgparts
Jelle van der Waa
2017-03-04
lib: remove unused left, right
Jelle van der Waa
2014-09-22
common: remove unreachable statement
Dave Reisner
2014-09-22
common.sh: propagate error through trap_exit
Dave Reisner
2014-05-10
Switch to root when started as regular user
Sébastien Luttringer
2014-05-10
get_full_version :: remove duplicated epoch check
BlackEagle
2014-05-10
when cleanup is called without code exit with 0
BlackEagle
2014-05-10
abort and die are serious errors so throw 255 out
BlackEagle
2013-11-04
find_cached_package: avoid adding duplicates
Dave Reisner
2013-11-01
common: implement find_cached_package
Dave Reisner
2013-08-08
common: Properly forward arguments from die to error
Dave Reisner
2013-05-03
lib/common.sh: Introduce locking helper functions
Jan Alexander Steffens (heftig)
2012-10-27
Fix return code handling
Jan Alexander Steffens (heftig)
2012-10-03
Use dedicated trap functions to avoid unsetting the trap when e.g. cleanup is...
Pierre Schmitz
2012-06-16
mkarchroot: reset trap so it wont be called twice
Pierre Schmitz
2011-11-04
lib/common.sh: Revise setup_workdir()
Lukas Fleischer
2011-11-04
lib/common.sh: Use double brackets
Lukas Fleischer
2011-11-01
Move common functions to a shared file
Pierre Schmitz