summaryrefslogtreecommitdiff
path: root/makechrootpkg.in
AgeCommit message (Expand)Author
2022-08-30refactor mksource() procedurebill-auger
2022-08-30declare main() local vars localbill-auger
2022-08-30use translatable libretools messages for usage() and parabola additionsbill-auger
2022-08-30replace arch-nspawn with chroot-run (nonsystemd compat)David P
2022-08-30verify mksource() source-balls, and handle them gracefullybill-auger
2018-08-04makechrootpkg: Create the source package when downloading sources, not buildi...Luke Shumaker
2018-08-03makechrootpkg: whitelist return code 14 from makepkgEli Schwartz via arch-projects
2018-08-03Revert "makechrootpkg: _chrootbuild: Split into _chroot{prepare,build}"Luke Shumaker
2018-05-29makechrootpkg: Also build --allsource packagesLuke Shumaker
2018-05-29makechrootpkg, arch-nspawn: Force-enable local '/repo/' repositoryLuke Shumaker
2018-05-29makechrootpkg: _chrootbuild: Split into _chroot{prepare,build}Luke Shumaker
2018-05-16Do not assume the makechrootpkg user's groupname is the same as the username20180528Eli Schwartz
2018-05-13makechrootpkg: Do not copy the user keyring into the chroot.Eli Schwartz
2018-05-12makechrootpkg: add /etc/shadow entry for builduserEvangelos Foutras
2018-03-24makechrootpkg: fix verifysource with pacman-gitEli Schwartz
2018-03-24makechrootpkg: respect GNUPGHOMEEmiel Wiedijk
2018-01-21makechrootpkg: make sure that makepkg.conf is always parsed as textBartłomiej Piotrowski
2018-01-21makechrootpkg: Adjust to work properly with `set -e`Luke Shumaker
2018-01-21makechrootpkg: Fix anti-pattern when checking for enabled featuresEli Schwartz
2018-01-21makechrootpkg: Fix unconditionally running namcapEli Schwartz
2017-12-27Revert "makechrootpkg: Reopen console to assign the CTTY"Evangelos Foutras
2017-11-22Support reproducible buildsEli Schwartz
2017-10-30makechrootpkg: Fix function usage commentsLuke Shumaker
2017-10-30makechrootpkg: move init_variables() to be part of main()Luke Shumaker
2017-09-14makechrootpkg: Reopen console to assign the CTTYJan Alexander Steffens (heftig)
2017-09-14makechrootpkg: Prevent collecting coredumpsJan Alexander Steffens (heftig)
2017-08-24makechrootpkg: Also look for -e as --noextractJan Alexander Steffens (heftig)
2017-08-24makechrootpkg: Prevent removing build dir when --noextract specifiedMartchus
2017-07-13makechrootpkg: Skip integrity checks inside the chrootJan Alexander Steffens (heftig)
2017-07-13makechrootpkg: Use long args for makepkgJan Alexander Steffens (heftig)
2017-07-13makechrootpkg: Move makepkg-as-root check to main()Jan Alexander Steffens (heftig)
2017-07-05makechrootpkg: Fix broken symlinks because of chroot SRCPKGDEST /srcpkgdestLuke Shumaker
2017-07-05Add `# shellcheck` directives to quiet shellcheck, add PKGBUILD.protoLuke Shumaker
2017-07-05Quote strings that shellcheck warns about.Luke Shumaker
2017-07-05Make purely stylistic changes to make shellcheck happier.Luke Shumaker
2017-07-05makechrootpkg: Add a comment warning about a bug in "sudo -i"Luke Shumaker
2017-07-05makechroot: download_sources: Accept makepkg_owner as an argumentLuke Shumaker
2017-07-05makechrootpkg: sync_chroot: Make more general.Luke Shumaker
2017-07-05makechrootpkg: sync_chroot: make usage easier to understand.Luke Shumaker
2017-07-05makechrootpkg: delete_chroot: Fix the is-btrfs-subvolume check.Luke Shumaker
2017-04-17makechrootpkg: Avoid having code floating around outside of a function.Luke Shumaker
2017-04-09makechrootpkg: Delete chroot subvols recursively when using -TJan Alexander Steffens (heftig)
2017-04-05makechrootpkg: Unindent as suggested in 2fd5931Jan Alexander Steffens (heftig)
2017-04-05makechrootpkg: Improve status messages.Luke Shumaker
2017-04-05makechrootpkg: Adjust to have the functions work with `set -u`.Luke Shumaker
2017-04-05makechrootpkg: Have functions be more function-y.Luke Shumaker
2017-04-05makechrootpkg: install_pkg was an unused variableLuke Shumaker
2017-04-05makechrootpkg: Quote directory passed to `rm -rf`.Luke Shumaker
2017-04-05makechrootpkg: /chrootbuild: accept makepkg_args as arguments rather than emb...Luke Shumaker
2017-04-05makechrootpkg: usage(): Display the actual default makepkg flags.Luke Shumaker