- Nov 01, 2011
-
-
Pierre Schmitz authored
* common.sh is included on build time * most functions are copied from makepkg
-
- Oct 31, 2011
-
-
Pierre Schmitz authored
-
Pierre Schmitz authored
This is done by /etc/profile.d/locale.sh. By this we also ensure compatibility with systemd.
-
- Oct 29, 2011
-
-
Pierre Schmitz authored
-
Pierre Schmitz authored
makepkg sources /etc/profile before calling build(). This will change the locale from C to en_US.UTF8.
-
- Oct 14, 2011
-
-
Pierre Schmitz authored
We only use .xz or .gz compression for pacakges so we can be more specific and avoid a match of e.g. *.pkg.tar.xz.sig etc.
-
- Oct 07, 2011
-
-
Allan McRae authored
It is very helpful to always log the build output in makechrootpkg so pass "-L" as a standard option to makepkg. Signed-off-by: Allan McRae <allan@archlinux.org> Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
-
Jan Alexander Steffens (heftig) authored
I'm not sure why this was handled differently than the other error conditions. Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
-
Jan Alexander Steffens (heftig) authored
Installs namcap if needed, *after* building the package, contrary to the former way of having to have namcap installed, e.g. via makedepends. Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
-
Jan Alexander Steffens (heftig) authored
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
-
Jan Alexander Steffens (heftig) authored
Use nullglob instead of checking for existence. If the glob doesn't match any files, it will be removed instead of staying unexpanded. Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
-
Jan Alexander Steffens (heftig) authored
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
-
Jan Alexander Steffens (heftig) authored
$workdir is never used when we change directory, so it's superfluous. Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
-
Jan Alexander Steffens (heftig) authored
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
-
Jan Alexander Steffens (heftig) authored
No functional change. Eliminates unused variables RUN and FORCE. Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
-
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>
-