index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-26 | Merge branch 'devtools' (early part) | Luke Shumaker | |
Conflicts: arch-nspawn.in This effectively reverts my machine_name patch; I took a simpler route to dealing with a working_dir with funny characters in it, using a different scheme for the machine_name. This fixes the problems devtools' original scheme had, so I'm going back to that. | |||
2013-09-11 | arch-nspawn: set machine_name in a safer/different way, don't hide errorslibretools-20130914 | Luke Shumaker | |
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-16 | Avoid having code/variables in format strings. | Luke Shumaker | |
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. |