- Oct 03, 2012
-
-
Pierre Schmitz authored
-
- Jun 16, 2012
-
-
Pierre Schmitz authored
-
Pierre Schmitz authored
-
- Jun 12, 2012
-
-
Pierre Schmitz authored
/var/tmp is cleaned up by tmpfiels by default which we cannot handle gracefully.
-
- Jan 18, 2012
-
-
Pierre Schmitz authored
Commit ee4edefa reverted too much and left pacman.conf unset
-
Pierre Schmitz authored
-
- Dec 04, 2011
-
-
Dave Reisner authored
This fixes a compound command such as the one below from continuing even if the first fails. extra-x86_64-build && extra-i686-build The problem is that 'cleanup 0' is triggered in archbuild even after an unsucessful call to makechrootpkg. Since both archbuild and makechrootpkg share the exact same cleanup function (from lib/common), we simply force the shell to exit with the true return value by exec'ing the call to makechrootpkg. Signed-off-by:
Dave Reisner <dreisner@archlinux.org> Signed-off-by:
Pierre Schmitz <pierre@archlinux.de>
-
- Nov 06, 2011
-
-
Pierre Schmitz authored
-
- Nov 01, 2011
-
-
Pierre Schmitz authored
* common.sh is included on build time * most functions are copied from makepkg
-
- Oct 29, 2011
-
-
Pierre Schmitz authored
Pacman 3 refuses to work with the pacman 4 SigLevel config entry Also related: https://bugs.archlinux.org/task/26555
-
- Oct 07, 2011
-
-
Lukas Fleischer authored
This build system overhaul allows for adding (define-style) macros to our scripts. All source files are now suffixed with ".in" to clarify that they might contain unprocessed defines. The Makefile provides a new rule to preprocess source files and generate proper output scripts. Also, add a "@pkgdatadir@" define (as used in GNU Autotools) and use it instead of hardcoded paths to "/usr/share/devtools" everywhere. We missed this when adding PREFIX support to the build system in commit 35fc83ce. Signed-off-by:
Lukas Fleischer <archlinux@cryptocrack.de>
-
- Aug 29, 2011
-
-
Lukas Fleischer authored
Signed-off-by:
Lukas Fleischer <archlinux@cryptocrack.de> Signed-off-by:
Pierre Schmitz <pierre@archlinux.de>
-
Lukas Fleischer authored
Signed-off-by:
Lukas Fleischer <archlinux@cryptocrack.de> Signed-off-by:
Pierre Schmitz <pierre@archlinux.de>
-
Lukas Fleischer authored
Signed-off-by:
Lukas Fleischer <archlinux@cryptocrack.de> Signed-off-by:
Pierre Schmitz <pierre@archlinux.de>
-
- Mar 22, 2011
-
-
Jan Steffens authored
This is much faster than using Rsync to clone. Rsync stays available when the chroots are not on a Btrfs.
-
Jan Steffens authored
This prevents accidents when chroots are shared between multiple users.
-
- Mar 18, 2011
-
-
Jan Steffens authored
Archbuild should be called via sudo.
-
Jan Steffens authored
-
- Mar 14, 2011
-
-
Jan Steffens authored
No functional change.
-
- Dec 02, 2010
-
-
Pierre Schmitz authored
This avoids updating the chroot on every call. See https://bugs.archlinux.org/task/21930
-
- Nov 22, 2010
-
-
Andrea Scarpino authored
Signed-off-by:
Pierre Schmitz <pierre@archlinux.de>
-
- Nov 17, 2010
-
-
Pierre Schmitz authored
-
- Nov 16, 2010
-
-
Pierre Schmitz authored
-
Pierre Schmitz authored
This bypasses a strange pacman behaviour with the --noconfirm parameter.
-
- Oct 17, 2010
-
-
Pierre Schmitz authored
-
- Sep 11, 2010
-
-
Pierre Schmitz authored
-
- Aug 22, 2010
-
-
Pierre Schmitz authored
-
- Aug 20, 2010
-
-
Pierre Schmitz authored
This will create chroots on demand if needed.
-