summaryrefslogtreecommitdiffstats
path: root/makechrootpkg.in
AgeCommit message (Expand)AuthorFilesLines
2017-07-05makechrootpkg: sync_chroot: Make more general.Luke Shumaker1-13/+19
2017-07-05makechrootpkg: sync_chroot: make usage easier to understand.Luke Shumaker1-10/+5
2017-07-05makechrootpkg: delete_chroot: Fix the is-btrfs-subvolume check.Luke Shumaker1-1/+1
2017-04-17makechrootpkg: Avoid having code floating around outside of a function.Luke Shumaker1-122/+130
2017-04-09makechrootpkg: Delete chroot subvols recursively when using -TJan Alexander Steffens (heftig)1-1/+1
2017-04-05makechrootpkg: Unindent as suggested in 2fd5931Jan Alexander Steffens (heftig)1-19/+17
2017-04-05makechrootpkg: Improve status messages.Luke Shumaker1-3/+4
2017-04-05makechrootpkg: Adjust to have the functions work with `set -u`.Luke Shumaker1-4/+4
2017-04-05makechrootpkg: Have functions be more function-y.Luke Shumaker1-13/+75
2017-04-05makechrootpkg: install_pkg was an unused variableLuke Shumaker1-1/+0
2017-04-05makechrootpkg: Quote directory passed to `rm -rf`.Luke Shumaker1-1/+1
2017-04-05makechrootpkg: /chrootbuild: accept makepkg_args as arguments rather than emb...Luke Shumaker1-4/+2
2017-04-05makechrootpkg: usage(): Display the actual default makepkg flags.Luke Shumaker1-2/+3
2017-04-05Avoid using string interpolation; use printf format strings instead.Luke Shumaker1-3/+3
2017-04-05Add a "License:" tag to all code files.Luke Shumaker1-0/+2
2017-04-05lib/common.sh: add 'lock_close'; use it as appropriate.Luke Shumaker1-1/+1
2017-03-07archbuild/makechrootpkg: Delete subvolumes in rootsJan Alexander Steffens (heftig)1-4/+2
2017-03-07lib/archroot.sh: Add is_btrfs helperJan Alexander Steffens (heftig)1-5/+2
2017-03-07lib/archroot.sh: Simplify check_rootJan Alexander Steffens (heftig)1-3/+2
2017-03-07makechrootpkg: run makepkg as specified userAlad Wenter1-6/+10
2017-03-07makechrootpkg: explain load_varsAlad Wenter1-0/+4
2017-03-04makechrootpkg: fix potential non-writable directories of builduser in /buildLevente Polyak1-1/+0
2017-03-04makechrootpkg: Simplify symlink replacementJan Alexander Steffens (heftig)1-2/+1
2017-03-04makechrootpkg: Fix broken symlink because of temporary chroot PKGDEST /pkgdestNicoHood1-0/+6
2016-10-08makechrootpkg: Reset environment for builduserJan Alexander Steffens (heftig)1-3/+1
2016-06-13makechrootpkg: Shorten user-config loading codeJan Alexander Steffens (heftig)1-6/+1
2016-06-13makechrootpkg: Use XDG_CONFIG_HOME for makepkg.confJohannes Löthberg1-1/+6
2016-05-28makechrootpkg: Install packages in one stepJan Alexander Steffens (heftig)1-11/+8
2016-05-28makechrootpkg: Simplify chroot preparation (v2)Jan Alexander Steffens (heftig)1-101/+43
2016-01-09makechrootpkg: set builduser's shell to /bin/bashEvangelos Foutras1-1/+1
2016-01-09makechrootpkg: use /build as HOME for the builduserLevente Polyak1-1/+1
2015-06-06makechrootpkg: verify sources before preparing chrootEvangelos Foutras1-2/+2
2015-05-14fix handling of public keyringChristian Hesse1-1/+2
2015-02-28handle gnupg 2.1.x public keyringChristian Hesse1-4/+5
2015-02-15makechrootpkg: keep all function defs togetherDave Reisner1-54/+54
2014-10-21makechrootpkg: treat makepkg_args as arrayDave Reisner1-8/+11
2014-10-21makechrootpkg: don't run namcap if makepkg failsDave Reisner1-1/+1
2014-10-20makechroot: die if we encounter an unexpected optionDave Reisner1-1/+1
2014-10-19save and reuse original argv when auto-elevatingDave Reisner1-2/+4
2014-10-01makechrootpkg: make running namcap a "compile time" choiceDave Reisner1-14/+14
2014-10-01makechrootpkg: build as same UID as invokerDave Reisner1-9/+15
2014-09-22makechrootpkg: Use the btrfs mountpoint/subvolume check consistently.Luke Shumaker1-1/+1
2014-09-22makechrootpkg: use a simpler/safer expression with evalDave Reisner1-1/+1
2014-05-10Switch to root when started as regular userSĂ©bastien Luttringer1-1/+1
2014-05-10Update mtime of chroot when buildingJan Alexander Steffens (heftig)1-0/+3
2014-05-10Remove broken unknown arguments check and fix usageJoel Teichroeb1-3/+2
2013-11-07FS#37656 - [devtools] add SRCPKGDEST to makechrootpkgMarkus M. May1-5/+16
2013-11-07makechrootpkg: Don't copy the logpipeJan Alexander Steffens (heftig)1-0/+1
2013-11-01Add support for building bzr packagesMaxime Gauduin1-6/+8
2013-11-01Add mountpoint check to btrfs subvol logicWorMzy Tykashi1-1/+1