summaryrefslogtreecommitdiffstats
path: root/archbuild
AgeCommit message (Collapse)AuthorFilesLines
2011-03-22Use Btrfs snapshots for chroot copies, when availableJan Steffens1-0/+1
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 Steffens1-0/+13
This prevents accidents when chroots are shared between multiple users.
2011-03-18Remove sudo from archbuildJan Steffens1-5/+10
Archbuild should be called via sudo.
2011-03-18Use the multilib-devel groupJan Steffens1-1/+1
2011-03-14Syntax cleanupJan Steffens1-2/+2
No functional change.
2010-12-02archbuild: update the root install instead of the working copyPierre Schmitz1-1/+5
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 Scarpino1-1/+1
Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
2010-11-17archbuild: simplify multilib callPierre Schmitz1-6/+2
2010-11-16Don't try to guess users architecturePierre Schmitz1-5/+0
2010-11-16Explicitly install libtool-multilib when building multilib packagesPierre Schmitz1-2/+2
This bypasses a strange pacman behaviour with the --noconfirm parameter.
2010-10-17install gcc-multilib for multilib-build by defaultPierre Schmitz1-1/+5
2010-09-11ad support for multilib-testingPierre Schmitz1-5/+3
2010-08-22add initial [multilib] supportPierre Schmitz1-2/+12
2010-08-20Add archbuild helper script to create and build in chrootsPierre Schmitz1-0/+41
This will create chroots on demand if needed.