summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-10-30use makepkg library instead of local function copiesHEADmasterLuke Shumaker1-93/+7
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-09-13Revert "arch-nspawn: Hack to give the inner process a controlling terminal"Jan Alexander Steffens (heftig)1-1/+1
2017-09-13arch-nspawn: Hack to give the inner process a controlling terminalJan Alexander Steffens (heftig)1-1/+1
2017-09-12arch-nspawn: Pass --as-pid2Jan Alexander Steffens (heftig)1-1/+1
2017-09-11Version 2017091120170911Sébastien Luttringer1-1/+1
2017-09-11arch-nspawn: Force PATH to be the Arch defaultSébastien Luttringer1-0/+1
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-08-24arch-nspawn: Add --keep-unit to prevent scope conflictsJan Alexander Steffens (heftig)1-1/+1
2017-08-13Version 2017081320170813Jan Alexander Steffens (heftig)1-1/+1
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-05archrelease: Whitespace adjustmentJan Alexander Steffens (heftig)1-0/+1
2017-07-05archrelease: sync the repos directory before commiting changesLaurent Carlier via arch-projects1-0/+2
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 Shumaker14-1/+88
2017-07-05Make slightly more involved changes to make shellcheck happy.Luke Shumaker7-17/+20
2017-07-05Quote strings that shellcheck warns about.Luke Shumaker13-56/+58
2017-07-05Make purely stylistic changes to make shellcheck happier.Luke Shumaker10-24/+23
2017-07-05Makefile: Add a simple 'check' target that runs shellcheckLuke Shumaker1-1/+4
2017-07-05makechrootpkg: Add a comment warning about a bug in "sudo -i"Luke Shumaker1-0/+4
2017-07-05Makefile: m4_changequote([[[, ]]]) to avoid accidental quoting.Luke Shumaker1-1/+1
2017-07-05Makefile: add .DELETE_ON_ERROR:Luke Shumaker1-1/+1
2017-07-05makechroot: download_sources: Accept makepkg_owner as an argumentLuke Shumaker1-5/+5
2017-07-05lib/archroot.sh: subvolume_delete_recursive: support arbitrary recursionLuke Shumaker1-3/+6
2017-07-05makechrootpkg: sync_chroot: Make more general.Luke Shumaker2-13/+27
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 Shumaker2-2/+11
2017-07-04Sync makepkg.conf files with pacman 5.0.2-2Bartłomiej Piotrowski2-6/+6
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-05mkarchroot: Don't let the environment affect pacstrap (sans proxy settings).Luke Shumaker1-0/+5
2017-04-05makechrootpkg: Improve status messages.Luke Shumaker1-3/+4
2017-04-05mkarchroot, arch-nspawn: Add an `-s` flag to inhibit `setarch`.Luke Shumaker2-2/+9
2017-04-05mkarchroot, arch-nspawn: Add an `-f` flag to add files to copy.Luke Shumaker2-2/+21
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-05Handle makepkg.conf more consistentlylukeshu@parabola.nu3-4/+15
2017-04-05lib/common.sh: Make it safe to include multiple times.Luke Shumaker1-0/+3
2017-04-05lib/common.sh: Adjust to work properly with `set -u`.Luke Shumaker1-3/+4
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