| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This patch allows you to set the current working directory (in the
chroot) before running a command with --chroot. This avoids the need to
pass shell snippets ('cd /some/path && /run/cmd') to mock when running a
command that expects to executed from a certain directory. It's useful
when using --copyin to setup the environment before running a command.
>From e4071d1d41a62ccf4461dfab958f9325edf30c97 Mon Sep 17 00:00:00 2001
From: Mike Bonnet <mikeb@redhat.com>
Date: Thu, 24 Jan 2008 17:09:06 -0500
Subject: [PATCH] optionally set the current working directory (in the chroot) before running command with --chroot
Signed-off-by: Michael E Brown <mebrown@michaels-house.net>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
On Thu, 2008-01-24 at 16:04 -0500, Mike Bonnet wrote:
> On Thu, 2008-01-24 at 15:42 -0500, Mike Bonnet wrote:
> > This patch adds a --unpriv option that will cause privileges to be
> > dropped before running a command with --chroot. This can be used to
> > more closely simulate the environment used when running rpmbuilds.
>
> Let me try that again...
Ok, the attachments are getting stripped off for some reason, trying
inline...
>From 85e14d38aec32cf20d7f2bbdc77044d41c32a0a2 Mon Sep 17 00:00:00 2001
From: Mike Bonnet <mikeb@redhat.com>
Date: Thu, 24 Jan 2008 15:37:15 -0500
Subject: [PATCH] optionally drop privileges when running a command with --chroot
Signed-off-by: Michael E Brown <mebrown@michaels-house.net>
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
The attached patch adds the following option aliases: --root for -r, -D for
--define (like in rpmbuild), --target for --arch (like in rpmbuild). It also
adds --verbose and --quiet and -h to the man page, and fixes a couple of other
minor man page issues.
Signed-off-by: Michael E Brown <mebrown@michaels-house.net>
|
|
|
|
| |
--copyin and --copyout; updated plugins to use makeChrootPath(); updated releasetests.sh so that daemon tests uses --copyin
|
|
|
|
| |
Useful for things like pungi which continuously reuse a buildroot
|
|
|
|
|
|
| |
--chroot" to the exit code of the process run in the chroot - log the output of the process to root.log
Signed-off-by: Michael E Brown <michael_e_brown@dell.com>
|
| |
|
| |
|
| |
|
|
|
|
| |
Signed-off-by: Michael E Brown <michael_e_brown@dell.com>
|
|
|
|
| |
Signed-off-by: Michael E Brown <michael_e_brown@dell.com>
|
|
|
|
| |
Signed-off-by: Michael E Brown <michael_e_brown@dell.com>
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
Makefile for docs dir
|