summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2017-04-05Avoid using string interpolation; use printf format strings instead.Luke Shumaker
2017-04-05Add a "License:" tag to all code files.Luke Shumaker
2017-04-05commitpkg: Adjust fancy quoting/escaping to not confuse Emacs.Luke Shumaker
2017-04-05Add '#!/hint/bash' headers to non-executable bash files.Luke Shumaker
2017-04-05lib/common.sh: Make setup_workdir()/cleanup() safe for programs to not useLuke Shumaker
2017-04-05lib/common.sh: lock, slock: Create directories for locks if necessary.Luke Shumaker
2017-04-05lib/common.sh: lock, slock: Allow locks to be inherited.Luke Shumaker
2017-04-05lib/common.sh: add 'lock_close'; use it as appropriate.Luke Shumaker
2017-03-20Version 2017032020170320Jan Alexander Steffens (heftig)
2017-03-07archbuild/makechrootpkg: Delete subvolumes in rootsJan Alexander Steffens (heftig)
2017-03-07lib/archroot.sh: Add is_btrfs helperJan Alexander Steffens (heftig)
2017-03-07lib/archroot.sh: Simplify check_rootJan Alexander Steffens (heftig)
2017-03-07lib/archroot.sh: Move CHROOT_VERSION to a common fileJan Alexander Steffens (heftig)
2017-03-07makechrootpkg: run makepkg as specified userAlad Wenter
2017-03-07makechrootpkg: explain load_varsAlad Wenter
2017-03-04Version 2017030420170304Jan Alexander Steffens (heftig)
2017-03-04makechrootpkg: fix potential non-writable directories of builduser in /buildLevente Polyak
2017-03-04lib: remove unused version, pkgpartsJelle van der Waa
2017-03-04lib: remove unused left, rightJelle van der Waa
2017-03-04makechrootpkg: Simplify symlink replacementJan Alexander Steffens (heftig)
2017-03-04makechrootpkg: Fix broken symlink because of temporary chroot PKGDEST /pkgdestNicoHood
2017-02-19Merge branch 'lukeshu/ng' into lukeshu/libretoolsLuke Shumaker
2017-02-19Merge branch 'lukeshu/libretools-to-upstream' into lukeshu/libretoolsLuke Shumaker
2017-02-19lib/common.sh: Tidy formatting.Luke Shumaker
2017-02-19lib/common.sh: simplify include-guardLuke Shumaker
2017-02-19makechrootpkg: re-add "main" callLuke Shumaker
2017-02-19makechrootpkg: tidyLuke Shumaker
2017-02-19makechrootpkg: re-indentLuke Shumaker
2017-02-19mkarchroot: Use librelib rather than PATH to find arch-nspawn.Luke Shumaker
2017-02-19lib/common.sh: Discourage use in favor of libremessages.Luke Shumaker
2017-02-19checkpkg, find-libdeps, finddeps, lddd: Use libremessages to add help text.Luke Shumaker
2017-02-19lib/common.sh: Internationalize.Luke Shumaker
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-19mkarchroot: Don't let the environment affect pacstrap (sans proxy settings).Luke Shumaker
2017-02-19mkarchroot, arch-nspawn: Add an `-s` flag to inhibit `setarch`.Luke Shumaker
2017-02-19mkarchroot, arch-nspawn: Add an `-f` flag to add files to copy.Luke Shumaker
2017-02-19lib/common.sh: Make it safe to include multiple times.Luke Shumaker
2017-02-19arch-nspawn: add a table of CARCH/setarch overrides (just armv7h->armv7lLuke Shumaker