Age | Commit message (Expand) | Author | Files | Lines |
2011-11-06 | archbuild: Always use recent makepkg.conf and pacman.conf; Run namcap by default | Pierre Schmitz | 3 | -9/+18 |
2011-11-06 | makechrootpkg: Create separate namcap log for every single file | Pierre Schmitz | 1 | -3/+6 |
2011-11-06 | mkarchroot: Respect makepkg.conf and pacman.conf when running a command | Pierre Schmitz | 1 | -8/+10 |
2011-11-04 | commitpkg: Fix commit message | Lukas Fleischer | 1 | -1/+1 |
2011-11-04 | commitpkg: Make svn quieter | Eric Bélanger | 1 | -3/+3 |
2011-11-04 | Makefile: Add common library to build dependencies | Lukas Fleischer | 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-04 | Capitalize output messages | Eric Bélanger | 6 | -26/+26 |
2011-11-01 | Change version to date20111101 | Pierre Schmitz | 1 | -1/+1 |
2011-11-01 | Move common functions to a shared file | Pierre Schmitz | 14 | -171/+252 |
2011-10-31 | add libdepends script | Florian Pritz | 3 | -1/+105 |
2011-10-31 | Create signature for devtools source package | Pierre Schmitz | 1 | -1/+2 |
2011-10-31 | commitpkg: Require signatures for packages | Pierre Schmitz | 1 | -1/+1 |
2011-10-31 | commitpkg: Check signature if available | Pierre Schmitz | 1 | -0/+3 |
2011-10-31 | commitpkg: Skip signing if signature already exists | Pierre Schmitz | 1 | -3/+2 |
2011-10-31 | makechrootpkg: Handle install and changelog file the same way as in commitpkg | Pierre Schmitz | 1 | -4/+4 |
2011-10-31 | makechrootpkg: Do not export LANG | Pierre Schmitz | 1 | -1/+1 |
2011-10-29 | prepare release0.9.30 | Pierre Schmitz | 1 | -1/+1 |
2011-10-29 | temporary workaround until pacman 4.0 moves to [core] | Pierre Schmitz | 2 | -1/+8 |
2011-10-29 | makechrootpkg: Make host pubring.gpg available to check signed sources | Pierre Schmitz | 1 | -3/+13 |
2011-10-29 | commitpkg: Sync changelog/install check with makepkg(8) | Lukas Fleischer | 1 | -4/+3 |
2011-10-29 | makechrootpkg: Set the C locale system wide | Pierre Schmitz | 1 | -0/+3 |
2011-10-14 | prepare release0.9.29 | Pierre Schmitz | 1 | -1/+1 |
2011-10-14 | Disable pacman's CheckSpace option as it fails within a chroot | Pierre Schmitz | 5 | -5/+10 |
2011-10-14 | prepare release0.9.28 | Pierre Schmitz | 1 | -1/+1 |
2011-10-14 | Call locale-gen with full path in chroot environment | Pierre Schmitz | 1 | -1/+1 |
2011-10-14 | makechrootpkg: Avoid running namcap on non-package file like signatures | Pierre Schmitz | 1 | -1/+1 |
2011-10-14 | Merge remote-tracking branch 'cryptocrack/for-pierre' | Pierre Schmitz | 15 | -150/+160 |
2011-10-14 | Apply pacman 4.0 changes to our copies of makepkg.conf and pacman.conf | Pierre Schmitz | 7 | -38/+127 |
2011-10-13 | Honor TMPDIR environment variable | Lukas Fleischer | 2 | -2/+2 |
2011-10-13 | finddeps: Unset optdepends | Lukas Fleischer | 1 | -1/+1 |
2011-10-13 | finddeps: Use read builtin to iterate over packages | Lukas Fleischer | 1 | -1/+1 |
2011-10-13 | finddeps: Remove redundant cd(1) | Lukas Fleischer | 1 | -5/+2 |
2011-10-13 | finddeps: Proper quoting, use double brackets | Lukas Fleischer | 1 | -17/+11 |
2011-10-12 | archrelease: Fix SVN error when repository is empty | Lukas Fleischer | 1 | -1/+1 |
2011-10-07 | Always log builds in makechrootpkg | Allan McRae | 1 | -1/+1 |
2011-10-07 | archrelease: call 'svn copy' once for all files | Dan McGee | 1 | -3/+2 |
2011-10-07 | makechrootpkg: If chroot is missing, exit instead of usage | Jan Alexander Steffens (heftig) | 1 | -1/+1 |
2011-10-07 | makechrootpkg: Add option to explicitly run namcap | Jan Alexander Steffens (heftig) | 1 | -2/+8 |
2011-10-07 | makechrootpkg: Source PKGBUILD only once | Jan Alexander Steffens (heftig) | 1 | -11/+11 |
2011-10-07 | makechrootpkg: Use nullglob | Jan Alexander Steffens (heftig) | 1 | -2/+2 |
2011-10-07 | makechrootpkg: Always set PKGDEST and SRCDEST | Jan Alexander Steffens (heftig) | 1 | -10/+6 |
2011-10-07 | makechrootpkg: Replace $workdir with . ($PWD) | Jan Alexander Steffens (heftig) | 1 | -4/+3 |
2011-10-07 | makechrootpkg: Eliminate appname, only used once | Jan Alexander Steffens (heftig) | 1 | -2/+1 |
2011-10-07 | makechrootpkg: Bashify syntax | Jan Alexander Steffens (heftig) | 1 | -113/+111 |
2011-10-07 | Makefile: Add a cleanup target | Lukas Fleischer | 1 | -1/+4 |
2011-10-07 | Support non-standard install locations | Lukas Fleischer | 15 | -3/+22 |
2011-08-29 | zsh_completion: Fix package completion | Lukas Fleischer | 1 | -2/+2 |
2011-08-29 | commitpkg: Avoid unnecessary use of basename(1) | Lukas Fleischer | 1 | -1/+1 |