- Oct 27, 2012
-
-
Jan Alexander Steffens (heftig) authored
Stop trap_exit from forcing a 0 exit code. This fixes makechrootpkg, which used to always return success, even if the build failed. Signed-off-by:
Pierre Schmitz <pierre@archlinux.de>
-
- Oct 03, 2012
-
-
Pierre Schmitz authored
-
- Sep 14, 2012
-
-
Florian Pritz authored
Previously files were always owned by nobody which means trying to write to them directly would fail because only the owner has +w. Signed-off-by:
Florian Pritz <bluewind@xinu.at> Signed-off-by:
Pierre Schmitz <pierre@archlinux.de>
-
- Jun 11, 2012
-
-
Pierre Schmitz authored
* bind /sys and /dev/pts from host * drop support for devtmpfs as it is no longer needed * add /run and /dev/rtc0 * clone own ipc, uts and mount namespaces for chroot * set localtime, timezone and locale within chroot environment * copy /etc/pacman.d/gnupg from host
-
- Mar 05, 2012
-
-
Pierre Schmitz authored
makechrootpkg: Install the built packages before running namcap to reduce false positives and check inter split package dependencies.
-
- Jan 18, 2012
-
-
Allan McRae authored
Passing a directory that does not exist to makechrootpkg results in an error message: ==> ERROR: No chroot dir defined, or invalid path '' The path is not being printed as the readlink command blanks it if the directory does not exist. Fix this. Signed-off-by:
Allan McRae <allan@archlinux.org> Signed-off-by:
Pierre Schmitz <pierre@archlinux.de>
-
Jan Alexander Steffens (heftig) authored
Signed-off-by:
Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> Signed-off-by:
Pierre Schmitz <pierre@archlinux.de>
-
- Dec 04, 2011
-
-
Allan McRae authored
This ensures the PATH used when building is the default path and not the value set by the user calling makechrootpkg. Signed-off-by:
Allan McRae <allan@archlinux.org> Signed-off-by:
Pierre Schmitz <pierre@archlinux.de>
-
- Nov 09, 2011
-
-
Ionut Biru authored
repack is defined as a boolean. set it true when -R is passed /usr/sbin/makechrootpkg: line 295: 1: command not found Signed-off-by:
Ionut Biru <ibiru@archlinux.org> Signed-off-by:
Pierre Schmitz <pierre@archlinux.de>
-
- Nov 06, 2011
-
-
Pierre Schmitz authored
-
- Nov 04, 2011
-
-
Eric Bélanger authored
Some of the output/error messages were capitalized, some were not. This patch capitalize everything for consistency sake. Other minor changes were done to the messages like removing the superfluous "error:" from die messages and adding a final period to messages that were complete sentences as appropriate. Signed-off-by:
Eric Bélanger <snowmaniscool@gmail.com> Signed-off-by:
Pierre Schmitz <pierre@archlinux.de>
-
- 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
-