- Oct 24, 2014
-
-
Dave Reisner authored
-
- Oct 21, 2014
-
-
Dave Reisner authored
-
- Oct 20, 2014
-
-
Dave Reisner authored
Fixes a regression introduced by 285a4e94, which made namcap a "compile time" option.
-
- Oct 19, 2014
-
-
Dave Reisner authored
-
Dave Reisner authored
Fixes FS#42277.
-
- Oct 02, 2014
-
-
Doug Newgard authored
This makes soname checking much more robust and is explicit when a soname change is found.
-
- Sep 30, 2014
-
-
Dave Reisner authored
We don't need to pass _chrootbuild this information at runtime -- we can just generate the build script to do exactly what we want.
-
Dave Reisner authored
Changing UID to that of 'nobody' is arbitrary at best, and an information leak at worst. Let's just drop back to the same UID of the invoker.
-
- Sep 22, 2014
-
-
Luke Shumaker authored
Commit 59e348fc added a btrfs subvolume check, but only used it in create_chroot(); it missed clean_temporary().
-
Luke Shumaker authored
The "app" hasn't been an option since arch-nspawn was created.
-
Luke Shumaker authored
It tried to lock `$copydir.lock`, which was the ONLY mention of $copydir in the entire file. Surely it meant `$copy.lock`; the line was probably originally copy/pasted from makechrootpkg or similar, where $copydir is used.
-
Dave Reisner authored
We run from a non-interactive shell, so the exec which is inevitably called will replace the current process and 'die' will never run under any circumstances. This also fixes a bug with the su fallback which would cause multiple arguments to be concatenated without any whitespace between them.
-
Dave Reisner authored
-
Luke Shumaker authored
-
Dave Reisner authored
No need to do this since we don't run an init system in the build root.
-
Dave Reisner authored
Fixes a breakage introduced in 6db31cc1 which leads to errors being masked from makechrootpkg.
-
- May 10, 2014
-
-
Pierre Schmitz authored
-
Sébastien Luttringer authored
In collaborative builder machine, these scripts are often allowed to become root via sudo. This patch avoid to prefix them by sudo each time or call su. Signed-off-by:
Pierre Schmitz <pierre@archlinux.de>
-
BlackEagle authored
Signed-off-by:
BlackEagle <ike.devolder@gmail.com> Signed-off-by:
Pierre Schmitz <pierre@archlinux.de>
-
BlackEagle authored
Signed-off-by:
BlackEagle <ike.devolder@gmail.com> Signed-off-by:
Pierre Schmitz <pierre@archlinux.de>
-
BlackEagle authored
Signed-off-by:
BlackEagle <ike.devolder@gmail.com> Signed-off-by:
Pierre Schmitz <pierre@archlinux.de>
-
Jan Alexander Steffens (heftig) authored
Makes the chroot mtime a useful indicator of last usage. Signed-off-by:
Pierre Schmitz <pierre@archlinux.de>
-
Joel Teichroeb authored
If getopts comes across an unknown argument, $arg it set to '?' and $OPTARG is unset. Therefore the getopts line detecting unknown arguments doesn't work. Arguments to pass to makepkg are already handled by passing all the aguments after the end-of-options marker (--), but this wasn't documented in the usage text. Signed-off-by:
Pierre Schmitz <pierre@archlinux.de>
-
- May 04, 2014
-
-
Allan McRae authored
Signed-off-by:
Allan McRae <allan@archlinux.org> Signed-off-by:
Pierre Schmitz <pierre@archlinux.de>
-
- Nov 07, 2013
-
-
Pierre Schmitz authored
-
Markus M. May authored
Signed-off-by:
Markus M. May <mmay@javafreedom.org> Signed-off-by:
Pierre Schmitz <pierre@archlinux.de>
-
Jan Alexander Steffens (heftig) authored
Signed-off-by:
Pierre Schmitz <pierre@archlinux.de>
-
- Nov 04, 2013
-
-
Dave Reisner authored
If PKGDEST is set when makepkg was run, the package will be present in find_cached_package's search path by default, causing an error. This also fixes a display bug which causes no output to be shown when multiple packages are found. Fixes FS#37626. Signed-off-by:
Dave Reisner <dreisner@archlinux.org> Signed-off-by:
Pierre Schmitz <pierre@archlinux.de>
-
- Nov 01, 2013
-
-
Pierre Schmitz authored
-
Pierre Schmitz authored
-
Maxime Gauduin authored
Fixes FS#36654: https://bugs.archlinux.org/task/36654 . Signed-off-by:
Maxime Gauduin <alucryd@gmail.com> Signed-off-by:
Pierre Schmitz <pierre@archlinux.de>
-
WorMzy Tykashi authored
Signed-off-by:
Pierre Schmitz <pierre@archlinux.de>
-
Dave Reisner authored
This function (currently) searches through $PWD and $PKGDEST looking for a tarball matching the requested package name, architecture, and pkgver. If found, it writes the full path to the located package to stdout and returns 0, else 1. If more than 1 match is found, it's treated as an error and the user will need to figure out what to do. Use this in checkpkg and commitpkg, which previously implemented their own less complete logic, to locate the build artifacts they rely on. Signed-off-by:
Dave Reisner <dreisner@archlinux.org> Signed-off-by:
Pierre Schmitz <pierre@archlinux.de>
-
Dave Reisner authored
Instead of dying at the first sight of an unversioned file, this lets commitpkg dump all known unversioned files at once. Signed-off-by:
Dave Reisner <dreisner@archlinux.org> Signed-off-by:
Pierre Schmitz <pierre@archlinux.de>
-
Dave Reisner authored
We shouldn't be in the business of reparsing makepkg's arguments, but since we have to treat the case of repackaging separately, do a better job of trying to find signs of it happening. This change lets you pass the longopt, --repackage, or multiple shortopts such as -RA, and still get the intended effect. Signed-off-by:
Dave Reisner <dreisner@archlinux.org> 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>
-
- Oct 27, 2013
-
-
Eric Bélanger authored
The bsdtar options were in the incorrect order and objdump couldn't find the files. Signed-off-by:
Eric Bélanger <snowmaniscool@gmail.com> 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>
-
- Oct 20, 2013
-
-
Pierre Schmitz authored
-
Pierre Schmitz authored
-