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
Age
Commit message (
Expand
)
Author
2017-02-15
Apply patches from libretools.
Luke Shumaker
2017-02-15
Add a "License:" tag to all code files.
Luke Shumaker
2014-11-05
Merge branch 'archlinux'
libretools-20141128
Luke Shumaker
2014-09-22
common: remove unreachable statement
Dave Reisner
2014-09-22
common.sh: propagate error through trap_exit
Dave Reisner
2014-05-11
Add changes discussed with Dave Reisner on the arch-projects list.
libretools-20140511
Luke Shumaker
2014-05-10
Tidy up.
Luke Shumaker
2014-05-10
lib/common.sh: Use `[[ a -ef b ]]` instead of double calls to `readlink -f`
Luke Shumaker
2014-05-10
Merge remote-tracking branch 'arch/master'
Luke Shumaker
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
2014-01-04
Merge branch 'devtools'
Luke Shumaker
2013-11-04
find_cached_package: avoid adding duplicates
Dave Reisner
2013-11-01
common: implement find_cached_package
Dave Reisner
2013-10-09
This is embarrassing, I messed up the braces on $@ for lock/slock
libretools-20131015
Luke Shumaker
2013-08-16
support formatted messages to stat_busy, lock, and slock
Luke Shumaker
2013-08-16
Merge remote-tracking branch 'remotes/devtools/master'
Luke Shumaker
2013-08-08
common: Properly forward arguments from die to error
Dave Reisner
2013-06-15
Merge commit 'a7a0': merge our and their lock functions
Luke Shumaker
2013-06-15
redo the lock functions to not append .lock
Luke Shumaker
2013-06-03
lock_open_* fix possible bug caused symlinked directories
libretools-20130605
Luke Shumaker
2013-06-03
fix bugs with `set -u` in common.sh
Luke Shumaker
2013-05-27
common.sh: unset COLOR variables in a way that is `set -u` safe.
Luke Shumaker
2013-05-26
undo accidental change of permissions on lib/common.sh
Luke Shumaker
2013-05-03
lib/common.sh: Introduce locking helper functions
Jan Alexander Steffens (heftig)
2013-05-02
lib/common.sh: use gettext for WARNING/ERROR/done hardcoded text.
Luke Shumaker
2013-04-25
lib/common.sh: Make setup_workdir()/cleanup() safe for programs to not use
Luke Shumaker
2012-12-02
lib/common.sh: create directories for locks if they don't exist
Luke Shumaker
2012-11-25
Use common functions to handle file locking
Luke Shumaker
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
2012-02-12
archrelease: Validate tags before releasing
Lukas Fleischer
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