summaryrefslogtreecommitdiff
path: root/archbuild
AgeCommit message (Collapse)Author
2011-03-22Use Btrfs snapshots for chroot copies, when availableJan Steffens
This is much faster than using Rsync to clone. Rsync stays available when the chroots are not on a Btrfs.
2011-03-22Add flock-based locking to chrootsJan Steffens
This prevents accidents when chroots are shared between multiple users.
2011-03-18Remove sudo from archbuildJan Steffens
Archbuild should be called via sudo.
2011-03-18Use the multilib-devel groupJan Steffens
2011-03-14Syntax cleanupJan Steffens
No functional change.
2010-12-02archbuild: update the root install instead of the working copyPierre Schmitz
This avoids updating the chroot on every call. See https://bugs.archlinux.org/task/21930
2010-11-22Fetch the right architecture when a repo contains dashAndrea Scarpino
Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
2010-11-17archbuild: simplify multilib callPierre Schmitz
2010-11-16Don't try to guess users architecturePierre Schmitz
2010-11-16Explicitly install libtool-multilib when building multilib packagesPierre Schmitz
This bypasses a strange pacman behaviour with the --noconfirm parameter.
2010-10-17install gcc-multilib for multilib-build by defaultPierre Schmitz
2010-09-11ad support for multilib-testingPierre Schmitz
2010-08-22add initial [multilib] supportPierre Schmitz
2010-08-20Add archbuild helper script to create and build in chrootsPierre Schmitz
This will create chroots on demand if needed.