| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |\ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* 'master' of /var/ftp/pub/Applications/git/mock:
/usr/sbin/mock no longer needs to be owned by group mock.
remove unused debugging code.
version bump and changelog
fix privs for yum resolvdep, needs to be root to download addl filelists.
fixup release instructions so that tags properly pushed.
update changelog prior to release.
bump version. add comment about making sure to fix both version defs.
cleanup from unit tests if they are interrupted or end prematurely.
fix resultdir for --uniqueext builds without resultdir specified. try to standardize on single-quotes for indexing hashes.
we are now noarch, fix unit tests.
add tmpfs plugin to installation list.
requires usermode due to new userhelper stuff.
fix use of tabs in spec file to make rpmlint happy.
Run rpmbuild in a login shell in the chroot.
|
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
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>
|
| |_|_|_|_|/
|/| | | | |
| | | | | |
| | | | | | |
fnmatch() bug handling [!x] and/or [^x]
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
problem.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
creation to fail. Add debug logging for running commands.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
fork/exec.\nThis cleans up the code considerably. Also, start reducing the places where we use a shell in the subcommand.
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
git+ssh://jcwillia@git.fedoraproject.org/git/hosted/mock
|
| | | | | | | |
|
| | | | | | | |
|
|/ / / / / / |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| |_|_|_|/
|/| | | |
| | | | |
| | | | | |
make sure we call postbuild hooks even on failure.
|
| | | | | |
|
| |_|_|/
|/| | | |
|
| |_|/
|/| | |
|
| | | |
|
| | |
| | |
| | |
| | | |
level now.
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | | |
git+ssh://jcwillia@git.fedoraproject.org/git/hosted/mock
|
| | | | |
|
| | | | |
|
|\| | |
| | | |
| | | |
| | | | |
git+ssh://jcwillia@git.fedoraproject.org/git/hosted/mock
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Patch to quiet the "Unable to find predefined setarch personality"
warnings seen on ia64. I added alpha as well while I was at it.
Signed-off-by: Doug Chapman <doug.chapman@hp.com>
----
Signed-off-by: Michael E Brown <mebrown@michaels-house.net>
|
| | |/
| |/|
| | |
| | |
| | |
| | | |
Fix up mock ctypes libc usage so that it doesnt directly specify libc soname, which can change on different arches. Instead use "None", which should resolve to use already-loaded global scope.
-- signed off by: Michael Brown <mebrown@michaels-house.net>
|
| | | |
|
|/ / |
|
| | |
|
|\ \
| |/
|/| |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
standardize on single-quotes for indexing hashes.
|
| | |
|
| | |
|