Age | Commit message (Expand) | Author |
2017-06-29 | archbuild: cross-mount cache directory, so inside it is /var/cache/pacman/pkg...v20170629archlinux32/v20170629 | Erich Eckner |
2017-06-27 | archbuild: use correct pacman config file for x86_64 | Erich Eckner |
2017-06-27 | makechrootpkg: put "keyserver-options auto-key-retrieve" into gpg.conf, so "g...v20170627archlinux32/v20170627 | Erich Eckner |
2017-06-27 | archbuild.in: clean up previous commit | Erich Eckner |
2017-06-27 | archbuild.in: delete old chroot more forcefully | Erich Eckner |
2017-06-22 | remove i486 to not confuse endusers (wasn't functional)v20170622archlinux32/v20170622 | Erich Eckner |
2017-06-22 | separate mirrorlist for i686 and x86_64 | Erich Eckner |
2017-06-16 | bugfixes concerning $CARCH, Architecture= and --cachev20170616archlinux32/v20170616 | Erich Eckner |
2017-06-16 | archbuild.in: set pacman cache dir to /var/cache/archbuild32 in case of non-x... | Erich Eckner |
2017-06-16 | archbuild.in: fix indentation | Erich Eckner |
2017-05-29 | arch-nspawn: also parse our mirror layout (http[s]://mirror.url/path/$arch/$r... | Erich Eckner |
2017-05-18 | force correct architecture in pacman | Erich Eckner |
2017-05-14 | archbuild: add --arch=$CARCH to pacman optionsv20170514archlinux32/v20170514 | Erich Eckner |
2017-05-13 | enable i486, add mirror.archlinux32.org as pacman mirror for i*86v20170513archlinux32/v20170513 | Erich Eckner |
2017-04-17 | makechrootpkg: Avoid having code floating around outside of a function. | Luke Shumaker |
2017-04-09 | makechrootpkg: Delete chroot subvols recursively when using -T | Jan Alexander Steffens (heftig) |
2017-04-05 | makechrootpkg: Unindent as suggested in 2fd5931 | Jan Alexander Steffens (heftig) |
2017-04-05 | mkarchroot: Don't let the environment affect pacstrap (sans proxy settings). | Luke Shumaker |
2017-04-05 | makechrootpkg: Improve status messages. | Luke Shumaker |
2017-04-05 | mkarchroot, arch-nspawn: Add an `-s` flag to inhibit `setarch`. | Luke Shumaker |
2017-04-05 | mkarchroot, arch-nspawn: Add an `-f` flag to add files to copy. | Luke Shumaker |
2017-04-05 | makechrootpkg: Adjust to have the functions work with `set -u`. | Luke Shumaker |
2017-04-05 | makechrootpkg: Have functions be more function-y. | Luke Shumaker |
2017-04-05 | Handle makepkg.conf more consistently | lukeshu@parabola.nu |
2017-04-05 | lib/common.sh: Make it safe to include multiple times. | Luke Shumaker |
2017-04-05 | lib/common.sh: Adjust to work properly with `set -u`. | Luke Shumaker |
2017-04-05 | makechrootpkg: install_pkg was an unused variable | Luke Shumaker |
2017-04-05 | makechrootpkg: Quote directory passed to `rm -rf`. | Luke Shumaker |
2017-04-05 | makechrootpkg: /chrootbuild: accept makepkg_args as arguments rather than emb... | Luke Shumaker |
2017-04-05 | makechrootpkg: usage(): Display the actual default makepkg flags. | Luke Shumaker |
2017-04-05 | Avoid using string interpolation; use printf format strings instead. | Luke Shumaker |
2017-04-05 | Add a "License:" tag to all code files. | Luke Shumaker |
2017-04-05 | commitpkg: Adjust fancy quoting/escaping to not confuse Emacs. | Luke Shumaker |
2017-04-05 | Add '#!/hint/bash' headers to non-executable bash files. | Luke Shumaker |
2017-04-05 | lib/common.sh: Make setup_workdir()/cleanup() safe for programs to not use | Luke Shumaker |
2017-04-05 | lib/common.sh: lock, slock: Create directories for locks if necessary. | Luke Shumaker |
2017-04-05 | lib/common.sh: lock, slock: Allow locks to be inherited. | Luke Shumaker |
2017-04-05 | lib/common.sh: add 'lock_close'; use it as appropriate. | Luke Shumaker |
2017-03-20 | Version 2017032020170320 | Jan Alexander Steffens (heftig) |
2017-03-07 | archbuild/makechrootpkg: Delete subvolumes in roots | Jan Alexander Steffens (heftig) |
2017-03-07 | lib/archroot.sh: Add is_btrfs helper | Jan Alexander Steffens (heftig) |
2017-03-07 | lib/archroot.sh: Simplify check_root | Jan Alexander Steffens (heftig) |
2017-03-07 | lib/archroot.sh: Move CHROOT_VERSION to a common file | Jan Alexander Steffens (heftig) |
2017-03-07 | makechrootpkg: run makepkg as specified user | Alad Wenter |
2017-03-07 | makechrootpkg: explain load_vars | Alad Wenter |
2017-03-04 | Version 2017030420170304 | Jan Alexander Steffens (heftig) |
2017-03-04 | makechrootpkg: fix potential non-writable directories of builduser in /build | Levente Polyak |
2017-03-04 | lib: remove unused version, pkgparts | Jelle van der Waa |
2017-03-04 | lib: remove unused left, right | Jelle van der Waa |
2017-03-04 | makechrootpkg: Simplify symlink replacement | Jan Alexander Steffens (heftig) |