Age | Commit message (Expand) | Author | Files | Lines |
2013-08-08 | avoid injecting code into the format string | Dave Reisner | 1 | -7/+7 |
2013-05-25 | makechrootpkg: Add hack for svn sources and makepkg 4.1.1 | Jan Alexander Steffens (heftig) | 1 | -0/+11 |
2013-05-11 | makechrootpkg: Update comments to point out the bad hacks | Jan Alexander Steffens (heftig) | 1 | -3/+4 |
2013-05-11 | makechrootpkg: Split out chrootbuild into a function | Jan Alexander Steffens (heftig) | 1 | -28/+42 |
2013-05-06 | makechrootpkg: Ensure we have a writable PKGBUILD | Jan Alexander Steffens (heftig) | 1 | -0/+5 |
2013-05-03 | makechrootpkg: Avoid parsing PKGBUILD and support VCS sources | Jan Alexander Steffens (heftig) | 1 | -148/+173 |
2013-05-03 | makechrootpkg: Remove add_to_db feature | Jan Alexander Steffens (heftig) | 1 | -12/+1 |
2013-05-03 | lib/common.sh: Introduce locking helper functions | Jan Alexander Steffens (heftig) | 1 | -14/+2 |
2013-05-02 | mkarchroot: Refactor chroot running into a new script | Jan Alexander Steffens (heftig) | 1 | -3/+3 |
2013-04-08 | makechrootpkg: Add option to build in temp chroot | Sébastien Luttringer | 1 | -8/+25 |
2013-03-17 | makechrootpkg: Stat chrootdir type after existancy | Sébastien Luttringer | 1 | -3/+3 |
2013-03-17 | archbuild: only use base-devel to new chroot | Sébastien Luttringer | 1 | -2/+2 |
2013-03-10 | makechrootpkg: use var instead of file in $copydir | Sébastien Luttringer | 1 | -7/+4 |
2013-03-10 | makechrootpkg: Properly detect filesystem type | Sébastien Luttringer | 1 | -9/+10 |
2013-03-10 | makechrootpkg: Display uniform $copy in messages | Sébastien Luttringer | 1 | -2/+2 |
2013-03-10 | makechrootpkg: -I to handle multiple packages | Sébastien Luttringer | 1 | -8/+12 |
2013-01-20 | -I ends early if there is nothing to build | Sébastien Luttringer | 1 | -2/+2 |
2012-11-15 | Make sure the usage functions are consistent | Eric Bélanger | 1 | -1/+1 |
2012-10-27 | Fix return code handling | Jan Alexander Steffens (heftig) | 1 | -2/+2 |
2012-10-03 | makechrootpkg: do not run namcap as root | Pierre Schmitz | 1 | -1/+1 |
2012-09-14 | Fix ownership when copying files from chroot to system | Florian Pritz | 1 | -0/+4 |
2012-06-11 | Enable signature checking within build environment | Pierre Schmitz | 1 | -4/+0 |
2012-03-05 | makechrootpkg: Install the built packages before running namcap to reduce fal... | Pierre Schmitz | 1 | -1/+1 |
2012-01-18 | makechrootpkg: fix error message | Allan McRae | 1 | -3/+4 |
2012-01-18 | Fix up usage help, the Default line belongs to -l | Jan Alexander Steffens (heftig) | 1 | -1/+1 |
2011-12-04 | makearchroot: source /etc/profile before building | Allan McRae | 1 | -0/+1 |
2011-11-09 | makechrootpkg: fix repack | Ionut Biru | 1 | -1/+1 |
2011-11-06 | makechrootpkg: Create separate namcap log for every single file | Pierre Schmitz | 1 | -3/+6 |
2011-11-04 | Capitalize output messages | Eric Bélanger | 1 | -3/+3 |
2011-11-01 | Move common functions to a shared file | Pierre Schmitz | 1 | -17/+13 |
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 | makechrootpkg: Make host pubring.gpg available to check signed sources | Pierre Schmitz | 1 | -3/+13 |
2011-10-29 | makechrootpkg: Set the C locale system wide | Pierre Schmitz | 1 | -0/+3 |
2011-10-14 | makechrootpkg: Avoid running namcap on non-package file like signatures | Pierre Schmitz | 1 | -1/+1 |
2011-10-07 | Always log builds in makechrootpkg | Allan McRae | 1 | -1/+1 |
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 | Support non-standard install locations | Lukas Fleischer | 1 | -0/+305 |