Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | cleanup daemontest executable. | Michael E Brown | 2007-12-11 | 2 | -3/+3 | |
| | ||||||
* | demote setarch log msg back to debug() since we now have a warning for when ↵ | Michael E Brown | 2007-12-11 | 1 | -1/+1 | |
| | | | | it doesnt run. | |||||
* | version bump | Michael E Brown | 2007-12-11 | 2 | -13/+13 | |
| | ||||||
* | Merge branch 'master' of /var/ftp/pub/Applications/git/mock | Michael E Brown | 2007-12-11 | 5 | -7/+23 | |
|\ | | | | | | | | | * 'master' of /var/ftp/pub/Applications/git/mock: - make "mock --chroot" non-interactive - set the exit code of "mock --chroot" to the exit code of the process run in the chroot - log the output of the process to root.log | |||||
| * | - make "mock --chroot" non-interactive - set the exit code of "mock ↵ | Mike Bonnet | 2007-12-11 | 5 | -7/+23 | |
| | | | | | | | | | | | | --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> | |||||
* | | add warning for when personality has no constant mapping. | Michael E Brown | 2007-12-11 | 1 | -1/+6 | |
|/ | ||||||
* | add i586/i686 setarch defs. add info message when setarch is ran. | Michael E Brown | 2007-12-11 | 1 | -2/+3 | |
| | ||||||
* | add sparcv9 for setarch. | Michael E Brown | 2007-12-11 | 1 | -1/+1 | |
| | ||||||
* | add setarch defs for sparc 32/64 | Michael E Brown | 2007-12-11 | 1 | -5/+6 | |
| | ||||||
* | personality() returns -1 on error. | Michael E Brown | 2007-12-11 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'master' of /var/ftp/pub/Applications/git/mock | Michael E Brown | 2007-12-11 | 4 | -13/+23 | |
|\ | | | | | | | | | | | | | | | * 'master' of /var/ftp/pub/Applications/git/mock: add failsafe for daemontest.c such that it exits after 5 mins rather than hanging around forever. add return code propagation test for --chroot cmd. let yum resolvedep run w/privs because it has to download additional metadata sometimes. fix rebuild multiple srpms test. | |||||
| * | Merge branch 'master' of ssh://mebrown@git.fedoraproject.org/git/hosted/mock | Michael E Brown | 2007-12-11 | 2 | -11/+19 | |
| |\ | ||||||
| | * | add return code propagation test for --chroot cmd. | Michael E Brown | 2007-12-11 | 1 | -0/+13 | |
| | | | ||||||
| | * | let yum resolvedep run w/privs because it has to download additional ↵ | Michael E Brown | 2007-12-11 | 1 | -11/+6 | |
| | | | | | | | | | | | | metadata sometimes. | |||||
| * | | add failsafe for daemontest.c such that it exits after 5 mins rather than ↵ | Michael E Brown | 2007-12-11 | 1 | -1/+3 | |
| |/ | | | | | | | hanging around forever. | |||||
| * | fix rebuild multiple srpms test. | Michael E Brown | 2007-12-11 | 1 | -1/+1 | |
| | | ||||||
* | | add docs for --orphanskill mode. | Michael E Brown | 2007-12-11 | 1 | -0/+5 | |
|/ | ||||||
* | fixup explicit orphankill unit test. | Michael E Brown | 2007-12-10 | 1 | -2/+10 | |
| | ||||||
* | add MOCK_EXTRA_ARGS for releasetests so I can make mock release tests run ↵ | Michael E Brown | 2007-12-10 | 1 | -2/+2 | |
| | | | | behind dell firewall. | |||||
* | Merge branch 'master' of ssh://mebrown@git.fedoraproject.org/git/hosted/mock | Michael E Brown | 2007-12-10 | 6 | -134/+14 | |
|\ | ||||||
| * | make it so you can run multiple releasetests at the same time.mock-0.9.0 | Michael E Brown | 2007-12-09 | 1 | -3/+4 | |
| | | ||||||
| * | update changelog | Michael E Brown | 2007-12-09 | 1 | -0/+4 | |
| | | ||||||
| * | drop fc6 configs. update changelog. | Michael E Brown | 2007-12-09 | 4 | -130/+5 | |
| | | ||||||
| * | fix --without to follow proper rpmbuild conventions. Courtesy Paulo ↵ | Michael E Brown | 2007-12-09 | 1 | -1/+1 | |
| | | | | | | | | Cavalcanti <promac@gmail.com>. | |||||
* | | add --orphanskill mode. requested by mbonnet for koji. | Michael E Brown | 2007-12-10 | 2 | -5/+25 | |
|/ | ||||||
* | version bump to 0.9.0 | Michael E Brown | 2007-12-07 | 2 | -15/+15 | |
| | ||||||
* | add a few uid debugging calls, commented out by default, in case other ↵ | Michael E Brown | 2007-12-07 | 1 | -0/+8 | |
| | | | | people want to inspect UID status and environment. | |||||
* | less verbose logging. | Michael E Brown | 2007-12-06 | 1 | -1/+1 | |
| | ||||||
* | become root a bit earlier to that cache dir stuff works (run during chroot ↵ | Michael E Brown | 2007-12-06 | 1 | -3/+3 | |
| | | | | __init__). | |||||
* | less verbose do(). | Michael E Brown | 2007-12-06 | 1 | -2/+1 | |
| | ||||||
* | build fixes. avoid automatic brp-python-compile of mock.py by renaming. | Michael E Brown | 2007-12-06 | 4 | -45/+54 | |
| | ||||||
* | create log files as unpriv user. fixup chrootuid calc to take into account ↵ | Michael E Brown | 2007-12-06 | 2 | -18/+25 | |
| | | | | sudo and consolehelper | |||||
* | convert to use consolehelper rather than setuid wrapper. | Michael E Brown | 2007-12-06 | 14 | -26257/+317 | |
| | ||||||
* | add unshare | Michael E Brown | 2007-12-06 | 2 | -5/+29 | |
| | ||||||
* | fixup logging calls. | Michael E Brown | 2007-12-06 | 1 | -2/+2 | |
| | ||||||
* | separate out function tracing from verbosity | Michael E Brown | 2007-12-06 | 9 | -120/+159 | |
| | ||||||
* | use double-quotes for stuff people need to cut-paste | Michael E Brown | 2007-12-06 | 1 | -1/+1 | |
| | ||||||
* | update changelogmock-0.8.15 | Michael E Brown | 2007-12-05 | 1 | -0/+5 | |
| | ||||||
* | add unit test for no-root-cache case. | Michael E Brown | 2007-12-05 | 1 | -0/+3 | |
| | ||||||
* | version bump | Michael E Brown | 2007-12-05 | 2 | -13/+13 | |
| | ||||||
* | mount inside try block so problem mounting unmounts everything. | Michael E Brown | 2007-12-05 | 2 | -6/+6 | |
| | ||||||
* | fixup error where var/cache/yum in buildroot disappears due to clean. | Michael E Brown | 2007-12-05 | 1 | -1/+1 | |
| | ||||||
* | potential fix for rhel5 traceback. | Michael E Brown | 2007-12-05 | 1 | -1/+6 | |
| | ||||||
* | fix python logging module exception problem earlier so there isnt any path ↵ | Michael E Brown | 2007-12-05 | 1 | -2/+4 | |
| | | | | through that hits that bug. | |||||
* | Merge commit 'origin/master' | Michael E Brown | 2007-12-04 | 2 | -25/+70 | |
|\ | | | | | | | | | | | | | | | | | * commit 'origin/master': whitespace fixups. add --with and --without options to enable/disable options in a srpm use 'MACRO EXPR' in --define docs to match the rpmbuild docs add --define option to pass rpm macros on the command line error when trying to build multiple srpms without --resultdir. | |||||
| * | whitespace fixups. | Michael E Brown | 2007-12-04 | 1 | -26/+26 | |
| | | ||||||
| * | add --with and --without options to enable/disable options in a srpm | Todd Zullinger | 2007-12-04 | 2 | -1/+23 | |
| | | | | | | | | Signed-off-by: Michael E Brown <michael_e_brown@dell.com> | |||||
| * | use 'MACRO EXPR' in --define docs to match the rpmbuild docs | Todd Zullinger | 2007-12-04 | 2 | -4/+4 | |
| | | | | | | | | Signed-off-by: Michael E Brown <michael_e_brown@dell.com> | |||||
| * | add --define option to pass rpm macros on the command line | Todd Zullinger | 2007-12-04 | 2 | -0/+19 | |
| | | | | | | | | Signed-off-by: Michael E Brown <michael_e_brown@dell.com> | |||||
| * | error when trying to build multiple srpms without --resultdir. | Michael E Brown | 2007-12-04 | 1 | -2/+6 | |
| | |