Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-11 | arch-nspawn: add a table of CARCH/setarch overrides (just armv7h->armv7llibretools-20160511 | Luke Shumaker | |
for now) | |||
2016-05-11 | Revert "remove setarch for non-i686 to support qemu-static" since Libretools ↵ | André Fabian Silva Delgado | |
arch-nspawn has the `-s` flag to turn off setarch This reverts commit c3819bb4224622c6d10ab7a3511472f314e026ba. | |||
2016-05-10 | remove setarch for non-i686 to support qemu-static | coadde [Márcio Alexandre Silva Delgado] | |
2016-05-09 | arch-nspawn: two spaces after a periodlibretools-20160510 | Luke Shumaker | |
2016-02-04 | Merge tag '20151129'libretools-20160208 | Luke Shumaker | |
tag 20151129 | |||
2015-11-29 | Bump version to 2015112920151129 | Evangelos Foutras | |
2015-11-29 | arch-nspawn: preserve systemd-nspawn's stderr | Evangelos Foutras | |
It is passed down to the container when stdin/stdout is not a tty; this is the case when archbuild's output is redirected to a pipe or file. | |||
2015-10-02 | Bump version to 2015100220151002 | Evangelos Foutras | |
2015-10-02 | Sync makepkg.conf files with pacman 4.2.1-4 | Evangelos Foutras | |
2015-09-25 | Layer gnome-unstable above staging, not testing | Jan Alexander Steffens (heftig) | |
2015-06-06 | Reverse the previous commit--passing in makepkg_args as args is better.libretools-20150607 | Luke Shumaker | |
2015-06-06 | makechrootpkg: remove extra arguments to /chrootbuild | Luke Shumaker | |
They have been part of the file itself via %q for a while. | |||
2015-06-06 | Merge branch 'archlinux' | Luke Shumaker | |
2015-06-06 | Bump version to 2015060620150606 | Evangelos Foutras | |
2015-06-06 | makechrootpkg: verify sources before preparing chroot | Evangelos Foutras | |
This is needed in order to use GPG's auto-key-retrieve keyserver option, otherwise the keyring will get copied to the chroot before the required keys are retrieved during 'makepkg --verifysource'. | |||
2015-06-06 | commitpkg: Force unarmored signatures | Johannes Löthberg | |
Pacman cannot handle armored signatures, so force a generation of a binary one using the --no-armor flag. | |||
2015-05-17 | Merge branch 'archlinux'libretools-20150526 | Luke Shumaker | |
2015-05-14 | Prepare release20150514 | Pierre Schmitz | |
2015-05-14 | fix handling of public keyring | Christian Hesse | |
Chances are that pubring.kbx has been created by gpgsm but pubring.gpg is still around with valid data. We do not know what file contains what we need, so just copy both. Signed-off-by: Christian Hesse <mail@eworm.de> Signed-off-by: Pierre Schmitz <pierre@archlinux.de> | |||
2015-04-13 | Merge branch 'archlinux' | Luke Shumaker | |
2015-02-28 | prepare 20150228 release20150228 | Dave Reisner | |
2015-02-28 | handle gnupg 2.1.x public keyring | Christian Hesse | |
2015-02-15 | makechrootpkg: keep all function defs together | Dave Reisner | |
2015-01-01 | Merge branch 'archlinux'libretools-20150104 | Luke Shumaker | |
2014-12-24 | prepare 20141224 release20141224 | Dave Reisner | |
It's an xmas miracle! | |||
2014-12-23 | makepkg-*.conf: add VCSCLIENTS definition | Dave Reisner | |
Needed for makepkg 4.2 | |||
2014-11-05 | Merge branch 'archlinux'libretools-20141128 | Luke Shumaker | |
Conflicts: arch-nspawn.in archbuild.in makechrootpkg.in | |||
2014-10-25 | checkpkg: mask errors from lib-provides | Dave Reisner | |
bsdtar doesn't consider it an error when your --include doesn't match anything in the archive, so we're forced to dump stderr to /dev/null here. Fixes: https://bugs.archlinux.org/task/42551 | |||
2014-10-25 | find-libdeps: cleanup some quoting/array concerns | Dave Reisner | |
2014-10-24 | prepare release 2014102420141024 | Dave Reisner | |
2014-10-20 | makechrootpkg: treat makepkg_args as array | Dave Reisner | |
2014-10-20 | makechrootpkg: don't run namcap if makepkg fails | Dave Reisner | |
Fixes a regression introduced by 285a4e94cd, which made namcap a "compile time" option. | |||
2014-10-19 | makechroot: die if we encounter an unexpected option | Dave Reisner | |
2014-10-19 | save and reuse original argv when auto-elevating | Dave Reisner | |
Fixes FS#42277. | |||
2014-10-01 | checkpkg: improve soname checking | Doug Newgard | |
This makes soname checking much more robust and is explicit when a soname change is found. | |||
2014-09-30 | makechrootpkg: make running namcap a "compile time" choice | Dave Reisner | |
We don't need to pass _chrootbuild this information at runtime -- we can just generate the build script to do exactly what we want. | |||
2014-09-30 | makechrootpkg: build as same UID as invoker | Dave Reisner | |
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. | |||
2014-09-22 | makechrootpkg: Use the btrfs mountpoint/subvolume check consistently. | Luke Shumaker | |
Commit 59e348fc3c5dd086331d884a6dd76fb43a92b7eb added a btrfs subvolume check, but only used it in create_chroot(); it missed clean_temporary(). | |||
2014-09-22 | mkarchroot: Correct "Usage:" text. | Luke Shumaker | |
The "app" hasn't been an option since arch-nspawn was created. | |||
2014-09-22 | archbuild: Fix a variable name mistake. ($copydir -> $copy) | Luke Shumaker | |
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. | |||
2014-09-22 | common: remove unreachable statement | Dave Reisner | |
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. | |||
2014-09-22 | makechrootpkg: use a simpler/safer expression with eval | Dave Reisner | |
2014-09-22 | arch-nspawn: Fix a grammar mistake (a/an) in an error message. | Luke Shumaker | |
2014-09-22 | nspawn: skip machine registration | Dave Reisner | |
No need to do this since we don't run an init system in the build root. | |||
2014-09-22 | common.sh: propagate error through trap_exit | Dave Reisner | |
Fixes a breakage introduced in 6db31cc16a80442 which leads to errors being masked from makechrootpkg. | |||
2014-07-05 | commitpkg: Use printf-formatterslibretools-testing-20140726libretools-20141001 | Luke Shumaker | |
Also, the quoting on one line confused xgettext. | |||
2014-05-15 | arch-nspawn: use getconf to find HOST_NAME_MAX at runtime.libretools-20140515 | Luke Shumaker | |
This is at the suggestion of Roman Neuhauser, who emailed Dave Reisner and me. | |||
2014-05-11 | Add changes discussed with Dave Reisner on the arch-projects list.libretools-20140511 | Luke Shumaker | |
- Simplify the commented out call to find HOST_NAME_MAX - Use `systemd-nspawn -q` instead of 2>/dev/null - Use Bash 4.1's new {var}>&- syntax in lock_close() | |||
2014-05-10 | Tidy up. | Luke Shumaker | |
2014-05-10 | arch-nspawn: go back to hiding stderr | Luke Shumaker | |