summaryrefslogtreecommitdiffstats
path: root/makechrootpkg.in
AgeCommit message (Expand)AuthorFilesLines
2017-10-30makechrootpkg: Fix function usage commentsLuke Shumaker1-1/+1
2017-10-30makechrootpkg: move init_variables() to be part of main()Luke Shumaker1-24/+20
2017-09-14makechrootpkg: Reopen console to assign the CTTYJan Alexander Steffens (heftig)1-0/+3
2017-09-14makechrootpkg: Prevent collecting coredumpsJan Alexander Steffens (heftig)1-0/+4
2017-08-24makechrootpkg: Also look for -e as --noextractJan Alexander Steffens (heftig)1-6/+6
2017-08-24makechrootpkg: Prevent removing build dir when --noextract specifiedMartchus1-7/+7
2017-07-13makechrootpkg: Skip integrity checks inside the chrootJan Alexander Steffens (heftig)1-1/+1
2017-07-13makechrootpkg: Use long args for makepkgJan Alexander Steffens (heftig)1-2/+2
2017-07-13makechrootpkg: Move makepkg-as-root check to main()Jan Alexander Steffens (heftig)1-8/+8
2017-07-05makechrootpkg: Fix broken symlinks because of chroot SRCPKGDEST /srcpkgdestLuke Shumaker1-0/+5
2017-07-05Add `# shellcheck` directives to quiet shellcheck, add PKGBUILD.protoLuke Shumaker1-0/+1
2017-07-05Quote strings that shellcheck warns about.Luke Shumaker1-3/+3
2017-07-05Make purely stylistic changes to make shellcheck happier.Luke Shumaker1-7/+9
2017-07-05makechrootpkg: Add a comment warning about a bug in "sudo -i"Luke Shumaker1-0/+4
2017-07-05makechroot: download_sources: Accept makepkg_owner as an argumentLuke Shumaker1-5/+5
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