index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-10 | Switch to root when started as regular user | Sébastien Luttringer | |
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> | |||
2013-08-18 | arch-nspawn: allow oddly named directories | Dave Reisner | |
This fixes various errors one might encounter when trying to use a build root or cachedir with whitespace in it. Note that the cachedir fix is not a complete one, as pacman's output is unreliable (and not meant for parsing here). Signed-off-by: Dave Reisner <dreisner@archlinux.org> Signed-off-by: Pierre Schmitz <pierre@archlinux.de> | |||
2013-08-18 | arch-nspawn: avoid escaping mount_args | Dave Reisner | |
eval is no longer involved in the execution of systemd-nspawn, so we no longer need a layer of escaping on the arguments. Signed-off-by: Dave Reisner <dreisner@archlinux.org> Signed-off-by: Pierre Schmitz <pierre@archlinux.de> | |||
2013-08-08 | avoid injecting code into the format string | Dave Reisner | |
Now that die() properly forwards arguments to error(), we can expect that the first arg is a format string and not the entirety of the output. Signed-off-by: Dave Reisner <dreisner@archlinux.org> Signed-off-by: Pierre Schmitz <pierre@archlinux.de> | |||
2013-08-08 | arch-nspawn: remove leading - from the machine name/hostname | Florian Pritz | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> Signed-off-by: Pierre Schmitz <pierre@archlinux.de> | |||
2013-05-11 | arch-nspawn: Quiet systemd-nspawn again | Jan Alexander Steffens (heftig) | |
systemd-nspawn always outputs some debug messages over stderr. Both stdout and stderr from inside the chroot are sent through a pty to stdout. | |||
2013-05-06 | arch-nspawn: setarch to CARCH | Jan Alexander Steffens (heftig) | |
Allows calling makechrootpkg without worrying about the architecture | |||
2013-05-03 | arch-nspawn: Set machine name | Jan Alexander Steffens (heftig) | |
Recent changes to systemd-nspawn have it take the machine name from the chroot dir name, which isn't unique enough for our setup. | |||
2013-05-02 | mkarchroot: Refactor chroot running into a new script | Jan Alexander Steffens (heftig) | |
Separates the two features of mkarchroot. Provides users of the new arch-nspawn with the full feature set of systemd-nspawn. For example, this can be used to bind custom directories into the chroot. |