- 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>
-
- Jul 25, 2011
-
-
Florian Pritz authored
Signed-off-by: Florian Pritz <bluewind@xinu.at> Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
-
Andrea Scarpino authored
Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
-
- May 03, 2011
-
-
Pierre Schmitz authored
This reverts commit 9b33a29e. This was a bad idea as bsdtar cannot read pacakges create with this locale.
-
Pierre Schmitz authored
-
- Apr 17, 2011
-
-
Allan McRae authored
Signed-off-by: Allan McRae <allan@archlinux.org> Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
-
- Apr 01, 2011
-
-
Dan McGee authored
Signed-off-by: Dan McGee <dan@archlinux.org> Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
-
- Mar 26, 2011
-
-
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
Eases usage when chroots are shared between multiple users.
-
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
Repeatedly reusing the same chroot kept adding lines to makepkg.conf.
-
Lukas Fleischer authored
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
-
- Mar 14, 2011
-
-
Jan Steffens authored
-
- Dec 09, 2010
-
-
Pierre Schmitz authored
-
Allan McRae authored
It is often useful to go back through build logs after building a package and it is removed at the start of the next run anyway. Signed-off-by: Allan McRae <allan@archlinux.org> Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
-
- Oct 17, 2010
-
-
Andrea Scarpino authored
Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
-
- Aug 20, 2010
-
-
Pierre Schmitz authored
This makes it possible to use e.g. install=$pkgname.install
-
- Aug 18, 2010
-
-
Pierre Schmitz authored
also set some sane default options
-
- Jul 01, 2010
-
-
Pierre Schmitz authored
Fixes FS#20041
-
- Jun 28, 2010
-
-
Pierre Schmitz authored
-
Pierre Schmitz authored
-
Pierre Schmitz authored
Thise code was copied from makepkg
-
Andrea Scarpino authored
Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
-
Eric Bélanger authored
Signed-off-by: Eric Bélanger <snowmaniscool@gmail.com> Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
-
- Jun 24, 2010
-
-
Pierre Schmitz authored
-
- May 02, 2010
-
-
Pierre Schmitz authored
-
Pierre Schmitz authored
CARCH might be used within the PKGBUILD to select correct sources
-
Pierre Schmitz authored
-
- Mar 03, 2010
-
-
Pierre Schmitz authored
implementes FS#18437
-
Pierre Schmitz authored
-
- Feb 13, 2010
-
-
Pierre Schmitz authored
-
Pierre Schmitz authored
this fixes commit 7ce9cd69
-
Pierre Schmitz authored
-
- Feb 11, 2010
-
-
Pierre Schmitz authored
-
Pierre Schmitz authored
-
Pierre Schmitz authored
Use rsync to create a (clean) working copy of the root dir instead of using aufs.
-
Pierre Schmitz authored
-
- Jan 11, 2010
-
-
Nezmer authored
In makechrootpkg, build dirs are chowned to nobody before we move files to "$uniondir/build". This could lead to failure If the files are supposed to be dynamically upgraded when we run makepkg. A common use-case is when we upgrade $pkgver in git,svn PKGBUILDS. Signed-off-by: Nezmer <Nezmer@allurelinux.org> Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
-
Byron Clark authored
This prevents problems when running with a umask that masks permissions for others. Signed-off-by: Byron Clark <byron@theclarkfamily.name> Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
-