Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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. | |||||
* | Merge branch 'master' of /var/ftp/pub/Applications/git/mock | Michael E Brown | 2007-12-11 | 2 | -4/+7 | |
|\ | | | | | | | | | * '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 | 2 | -4/+7 | |
| | | | | | | | | | | | | --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 | |
| | ||||||
* | let yum resolvedep run w/privs because it has to download additional ↵ | Michael E Brown | 2007-12-11 | 1 | -11/+6 | |
| | | | | metadata sometimes. | |||||
* | less verbose do(). | Michael E Brown | 2007-12-06 | 1 | -2/+1 | |
| | ||||||
* | create log files as unpriv user. fixup chrootuid calc to take into account ↵ | Michael E Brown | 2007-12-06 | 1 | -13/+19 | |
| | | | | sudo and consolehelper | |||||
* | add unshare | Michael E Brown | 2007-12-06 | 1 | -5/+23 | |
| | ||||||
* | fixup logging calls. | Michael E Brown | 2007-12-06 | 1 | -2/+2 | |
| | ||||||
* | separate out function tracing from verbosity | Michael E Brown | 2007-12-06 | 8 | -111/+141 | |
| | ||||||
* | mount inside try block so problem mounting unmounts everything. | Michael E Brown | 2007-12-05 | 1 | -4/+4 | |
| | ||||||
* | 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 | |
| | ||||||
* | make sure dir exists before opening yum lock. | Michael E Brown | 2007-12-04 | 1 | -2/+2 | |
| | ||||||
* | consolidate imports.mock-0.8.12 | Michael E Brown | 2007-12-03 | 2 | -4/+2 | |
| | ||||||
* | consolidate imports. | Michael E Brown | 2007-12-03 | 2 | -3/+2 | |
| | ||||||
* | init yumCacheLock file object in __init__. No need to wait until tryLock to ↵ | Michael E Brown | 2007-12-03 | 1 | -1/+1 | |
| | | | | open it. | |||||
* | mostly whitespace fixes, plus a few other things to make pylint/pychecker ↵ | Michael E Brown | 2007-12-02 | 6 | -49/+58 | |
| | | | | happier. No significant code changes. | |||||
* | convert @decorator-syntax to use python-2.3 compatible peak decoratortools ↵ | Michael E Brown | 2007-12-01 | 3 | -41/+44 | |
| | | | | syntax. | |||||
* | use python-decoratortools instead of shipping our own decorator.py | Michael E Brown | 2007-12-01 | 2 | -161/+36 | |
| | ||||||
* | remove unused import. | Michael E Brown | 2007-12-01 | 1 | -1/+0 | |
| | ||||||
* | few changes to make pychecker happy. | Michael E Brown | 2007-12-01 | 4 | -4/+4 | |
| | ||||||
* | fix builds of multiple srpms on same cmdline. | Michael E Brown | 2007-12-01 | 1 | -2/+7 | |
| | ||||||
* | import local modules after system modules. | Michael E Brown | 2007-12-01 | 1 | -2/+2 | |
| | ||||||
* | move things around so that we can run mock.py from the build tree instead of ↵ | Michael E Brown | 2007-11-30 | 11 | -0/+1530 | |
having to install it. |