Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-03-22 | Use Btrfs snapshots for chroot copies, when available | Jan Steffens | 1 | -0/+1 | |
This is much faster than using Rsync to clone. Rsync stays available when the chroots are not on a Btrfs. | |||||
2011-03-22 | Add flock-based locking to chroots | Jan Steffens | 1 | -0/+13 | |
This prevents accidents when chroots are shared between multiple users. | |||||
2011-03-18 | Remove sudo from archbuild | Jan Steffens | 1 | -5/+10 | |
Archbuild should be called via sudo. | |||||
2011-03-18 | Use the multilib-devel group | Jan Steffens | 1 | -1/+1 | |
2011-03-14 | Syntax cleanup | Jan Steffens | 1 | -2/+2 | |
No functional change. | |||||
2010-12-02 | archbuild: update the root install instead of the working copy | Pierre Schmitz | 1 | -1/+5 | |
This avoids updating the chroot on every call. See https://bugs.archlinux.org/task/21930 | |||||
2010-11-22 | Fetch the right architecture when a repo contains dash | Andrea Scarpino | 1 | -1/+1 | |
Signed-off-by: Pierre Schmitz <pierre@archlinux.de> | |||||
2010-11-17 | archbuild: simplify multilib call | Pierre Schmitz | 1 | -6/+2 | |
2010-11-16 | Don't try to guess users architecture | Pierre Schmitz | 1 | -5/+0 | |
2010-11-16 | Explicitly install libtool-multilib when building multilib packages | Pierre Schmitz | 1 | -2/+2 | |
This bypasses a strange pacman behaviour with the --noconfirm parameter. | |||||
2010-10-17 | install gcc-multilib for multilib-build by default | Pierre Schmitz | 1 | -1/+5 | |
2010-09-11 | ad support for multilib-testing | Pierre Schmitz | 1 | -5/+3 | |
2010-08-22 | add initial [multilib] support | Pierre Schmitz | 1 | -2/+12 | |
2010-08-20 | Add archbuild helper script to create and build in chroots | Pierre Schmitz | 1 | -0/+41 | |
This will create chroots on demand if needed. |