summaryrefslogtreecommitdiffstats
path: root/archbuild
AgeCommit message (Collapse)AuthorFilesLines
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.