[APPLIED][PATCH 0/2] kteam-tools: build-create-host fixes
Stefan Bader
stefan.bader at canonical.com
Mon Feb 15 18:56:30 UTC 2010
Chase Douglas wrote:
> These two patches fix the build-create-host script so it accurately creates
> build host configuration files again. The first patch fixes the remote command
> execution so the script functions properly. The second patch ensures the
> correct chroot command is used for cases when both schroot and dchroot are
> installed but only one is configured.
>
> buildscripts/build-create-host | 36 ++++++++++++++++++------------------
> 1 files changed, 18 insertions(+), 18 deletions(-)
>
Applied with slight modifications:
- The first patch was missing to remove a few escapes. The HOSTARCH was set
incorrectly cause of that. Sorry, missed that when looking at it earlier.
- The second patch can be optimized by just doing a slightly different grep.
The error messages go to stderr, so whether the command is missing or not
found, stdout will be empty. It is nitpicking, but I am just a fan of lines
not being too long.
Stefan
More information about the kernel-team
mailing list