Age | Commit message (Expand) | Author |
2017-04-05 | makechrootpkg: Adjust to have the functions work with `set -u`. | Luke Shumaker |
2017-04-05 | makechrootpkg: Have functions be more function-y. | Luke Shumaker |
2017-04-05 | makechrootpkg: install_pkg was an unused variable | Luke Shumaker |
2017-04-05 | makechrootpkg: Quote directory passed to `rm -rf`. | Luke Shumaker |
2017-04-05 | makechrootpkg: /chrootbuild: accept makepkg_args as arguments rather than emb... | Luke Shumaker |
2017-04-05 | makechrootpkg: usage(): Display the actual default makepkg flags. | 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 | lib/common.sh: add 'lock_close'; use it as appropriate. | Luke Shumaker |
2017-03-07 | archbuild/makechrootpkg: Delete subvolumes in roots | Jan Alexander Steffens (heftig) |
2017-03-07 | lib/archroot.sh: Add is_btrfs helper | Jan Alexander Steffens (heftig) |
2017-03-07 | lib/archroot.sh: Simplify check_root | Jan Alexander Steffens (heftig) |
2017-03-07 | makechrootpkg: run makepkg as specified user | Alad Wenter |
2017-03-07 | makechrootpkg: explain load_vars | Alad Wenter |
2017-03-04 | makechrootpkg: fix potential non-writable directories of builduser in /build | Levente Polyak |
2017-03-04 | makechrootpkg: Simplify symlink replacement | Jan Alexander Steffens (heftig) |
2017-03-04 | makechrootpkg: Fix broken symlink because of temporary chroot PKGDEST /pkgdest | NicoHood |
2016-10-08 | makechrootpkg: Reset environment for builduser | Jan Alexander Steffens (heftig) |
2016-06-13 | makechrootpkg: Shorten user-config loading code | Jan Alexander Steffens (heftig) |
2016-06-13 | makechrootpkg: Use XDG_CONFIG_HOME for makepkg.conf | Johannes Löthberg |
2016-05-28 | makechrootpkg: Install packages in one step | Jan Alexander Steffens (heftig) |
2016-05-28 | makechrootpkg: Simplify chroot preparation (v2) | Jan Alexander Steffens (heftig) |
2016-01-09 | makechrootpkg: set builduser's shell to /bin/bash | Evangelos Foutras |
2016-01-09 | makechrootpkg: use /build as HOME for the builduser | Levente Polyak |
2015-06-06 | makechrootpkg: verify sources before preparing chroot | Evangelos Foutras |
2015-05-14 | fix handling of public keyring | Christian Hesse |
2015-02-28 | handle gnupg 2.1.x public keyring | Christian Hesse |
2015-02-15 | makechrootpkg: keep all function defs together | Dave Reisner |
2014-10-20 | makechrootpkg: treat makepkg_args as array | Dave Reisner |
2014-10-20 | makechrootpkg: don't run namcap if makepkg fails | Dave Reisner |
2014-10-19 | makechroot: die if we encounter an unexpected option | Dave Reisner |
2014-10-19 | save and reuse original argv when auto-elevating | Dave Reisner |
2014-09-30 | makechrootpkg: make running namcap a "compile time" choice | Dave Reisner |
2014-09-30 | makechrootpkg: build as same UID as invoker | Dave Reisner |
2014-09-22 | makechrootpkg: Use the btrfs mountpoint/subvolume check consistently. | Luke Shumaker |
2014-09-22 | makechrootpkg: use a simpler/safer expression with eval | Dave Reisner |
2014-05-10 | Switch to root when started as regular user | Sébastien Luttringer |
2014-05-10 | Update mtime of chroot when building | Jan Alexander Steffens (heftig) |
2014-05-10 | Remove broken unknown arguments check and fix usage | Joel Teichroeb |
2013-11-07 | FS#37656 - [devtools] add SRCPKGDEST to makechrootpkg | Markus M. May |
2013-11-07 | makechrootpkg: Don't copy the logpipe | Jan Alexander Steffens (heftig) |
2013-11-01 | Add support for building bzr packages | Maxime Gauduin |
2013-11-01 | Add mountpoint check to btrfs subvol logic | WorMzy Tykashi |
2013-11-01 | makechrootpkg: Look harder for -R argument | Dave Reisner |
2013-08-19 | makechrootpkg: add generic support for additional bind mounts | Dave Reisner |
2013-08-08 | avoid injecting code into the format string | Dave Reisner |
2013-05-25 | makechrootpkg: Add hack for svn sources and makepkg 4.1.1 | Jan Alexander Steffens (heftig) |
2013-05-11 | makechrootpkg: Update comments to point out the bad hacks | Jan Alexander Steffens (heftig) |
2013-05-11 | makechrootpkg: Split out chrootbuild into a function | Jan Alexander Steffens (heftig) |
2013-05-06 | makechrootpkg: Ensure we have a writable PKGBUILD | Jan Alexander Steffens (heftig) |