Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/makechrootpkg.in
AgeCommit message (Expand)Author
2017-02-19makechrootpkg: Avoid having code floating around outside of a function.Luke Shumaker
2017-02-19makechrootpkg: Adjust to have the functions work with `set -u`.Luke Shumaker
2017-02-19makechrootpkg, arch-nspawn: Force-enable local '/repo/' repository.Luke Shumaker
2017-02-19makechrootpkg: move_products: Mimic `makepkg` and symlink products into PWD.Luke Shumaker
2017-02-19makechrootpkg: _chrootbuild: Split into _chroot{prepare,build}.Luke Shumaker
2017-02-19makechrootpkg: Detect the chroottype in individual functions, not globally.Luke Shumaker
2017-02-19makechrootpkg: Have functions be more function-y.Luke Shumaker
2017-02-19makechrootpkg: Improve status messages.Luke Shumaker
2017-02-19makechrootpkg: Quote directory passed to `rm -rf`.Luke Shumaker
2017-02-16Add a "License:" tag to all code files.Luke Shumaker
2017-02-16makechrootpkg: Be recursive when deleting btrfs subvolumes.Luke Shumaker
2017-02-16makechrootpkg: /chrootbuild accept makepkg_args as arguments rather than embe...Luke Shumaker
2017-02-16makechrootpkg: usage(): Display the actual default makepkg flags.Luke Shumaker
2017-02-16Avoid using string interpolation; use printf format strings instead.Luke Shumaker
2017-02-06lib/common.sh: add 'lock_close'; use it as appropriate.Luke Shumaker
2016-10-08makechrootpkg: Reset environment for builduserJan Alexander Steffens (heftig)
2016-06-13makechrootpkg: Shorten user-config loading codeJan Alexander Steffens (heftig)
2016-06-13makechrootpkg: Use XDG_CONFIG_HOME for makepkg.confJohannes Löthberg
2016-05-28makechrootpkg: Install packages in one stepJan Alexander Steffens (heftig)
2016-05-28makechrootpkg: Simplify chroot preparation (v2)Jan Alexander Steffens (heftig)
2016-01-09makechrootpkg: set builduser's shell to /bin/bashEvangelos Foutras
2016-01-09makechrootpkg: use /build as HOME for the builduserLevente Polyak
2015-06-06makechrootpkg: verify sources before preparing chrootEvangelos Foutras
2015-05-14fix handling of public keyringChristian Hesse
2015-02-28handle gnupg 2.1.x public keyringChristian Hesse
2015-02-15makechrootpkg: keep all function defs togetherDave Reisner
2014-10-20makechrootpkg: treat makepkg_args as arrayDave Reisner
2014-10-20makechrootpkg: don't run namcap if makepkg failsDave Reisner
2014-10-19makechroot: die if we encounter an unexpected optionDave Reisner
2014-10-19save and reuse original argv when auto-elevatingDave Reisner
2014-09-30makechrootpkg: make running namcap a "compile time" choiceDave Reisner
2014-09-30makechrootpkg: build as same UID as invokerDave Reisner
2014-09-22makechrootpkg: Use the btrfs mountpoint/subvolume check consistently.Luke Shumaker
2014-09-22makechrootpkg: use a simpler/safer expression with evalDave Reisner
2014-05-10Switch to root when started as regular userSĂ©bastien Luttringer
2014-05-10Update mtime of chroot when buildingJan Alexander Steffens (heftig)
2014-05-10Remove broken unknown arguments check and fix usageJoel Teichroeb
2013-11-07FS#37656 - [devtools] add SRCPKGDEST to makechrootpkgMarkus M. May
2013-11-07makechrootpkg: Don't copy the logpipeJan Alexander Steffens (heftig)
2013-11-01Add support for building bzr packagesMaxime Gauduin
2013-11-01Add mountpoint check to btrfs subvol logicWorMzy Tykashi
2013-11-01makechrootpkg: Look harder for -R argumentDave Reisner
2013-08-19makechrootpkg: add generic support for additional bind mountsDave Reisner
2013-08-08avoid injecting code into the format stringDave Reisner
2013-05-25makechrootpkg: Add hack for svn sources and makepkg 4.1.1Jan Alexander Steffens (heftig)
2013-05-11makechrootpkg: Update comments to point out the bad hacksJan Alexander Steffens (heftig)
2013-05-11makechrootpkg: Split out chrootbuild into a functionJan Alexander Steffens (heftig)
2013-05-06makechrootpkg: Ensure we have a writable PKGBUILDJan Alexander Steffens (heftig)
2013-05-03makechrootpkg: Avoid parsing PKGBUILD and support VCS sourcesJan Alexander Steffens (heftig)
2013-05-03makechrootpkg: Remove add_to_db featureJan Alexander Steffens (heftig)