Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | | ||||||
* | | clear out old unit tests before starting new ones. | Michael E Brown | 2007-12-04 | 1 | -1/+3 | |
| | | ||||||
* | | bulletproof exclude of all i386 pkgs for x86_64, allowing *only* ↵ | Michael E Brown | 2007-12-04 | 6 | -6/+6 | |
|/ | | | | glibc*.i?86, which is necessary for syslinux/grub. | |||||
* | better rpmbuild, more specific defs for std rpmbuild options. original patch ↵ | Michael E Brown | 2007-12-04 | 2 | -23/+39 | |
| | | | | from Todd Zullinger (tmz). Fixups by me. | |||||
* | update changelog.mock-0.8.14 | Michael E Brown | 2007-12-04 | 1 | -0/+7 | |
| | ||||||
* | version bump | Michael E Brown | 2007-12-04 | 2 | -13/+13 | |
| | ||||||
* | make sure dir exists before opening yum lock. | Michael E Brown | 2007-12-04 | 1 | -2/+2 | |
| | ||||||
* | merge conflicts.mock-0.8.13 | Michael E Brown | 2007-12-04 | 4 | -12/+14 | |
| | ||||||
* | add couple of comments to release test script. | Michael E Brown | 2007-12-03 | 1 | -1/+6 | |
| | ||||||
* | consolidate imports.mock-0.8.12 | Michael E Brown | 2007-12-03 | 3 | -6/+3 | |
| | ||||||
* | consolidate imports. | Michael E Brown | 2007-12-03 | 2 | -3/+2 | |
| | ||||||
* | small code consolidation. | Michael E Brown | 2007-12-03 | 1 | -4/+1 | |
| | ||||||
* | update changelogs. | Michael E Brown | 2007-12-03 | 2 | -1/+22 | |
| | ||||||
* | brown-paper-bag: typo... should be 'fi' but was 'exit' | Michael E Brown | 2007-12-03 | 1 | -2/+2 | |
| | ||||||
* | couple more sanity checks in unit test code. | Michael E Brown | 2007-12-03 | 1 | -4/+21 | |
| | ||||||
* | fixup accidental exit 1 when test actually succeeded. | Michael E Brown | 2007-12-03 | 1 | -4/+12 | |
| | ||||||
* | run bash built-in 'time' rather than /usr/bin/time because bash built-in has ↵ | Michael E Brown | 2007-12-03 | 1 | -15/+15 | |
| | | | | more user-friendly output. fixup error where $CHROOT was not taking into account --uniqueext. | |||||
* | pass through exit status of chroot/shell commands. | Michael E Brown | 2007-12-03 | 1 | -1/+4 | |
| | ||||||
* | init yumCacheLock file object in __init__. No need to wait until tryLock to ↵ | Michael E Brown | 2007-12-03 | 1 | -1/+1 | |
| | | | | open it. | |||||
* | more comprehensive release tests. | Michael E Brown | 2007-12-03 | 1 | -5/+6 | |
| | ||||||
* | initialize groups if used by SUDO, as we lose all group membership when ↵ | Michael E Brown | 2007-12-03 | 1 | -0/+2 | |
| | | | | called by sudo. | |||||
* | update release tests to do more thorough testing. | Michael E Brown | 2007-12-03 | 1 | -7/+48 | |
| | ||||||
* | change --help to reflect new preferred option style. | Michael E Brown | 2007-12-03 | 1 | -5/+5 | |
| | ||||||
* | mostly whitespace fixes, plus a few other things to make pylint/pychecker ↵ | Michael E Brown | 2007-12-02 | 7 | -153/+174 | |
| | | | | happier. No significant code changes. | |||||
* | convert @decorator-syntax to use python-2.3 compatible peak decoratortools ↵ | Michael E Brown | 2007-12-01 | 4 | -45/+49 | |
| | | | | syntax. | |||||
* | cleanup unused configure directives. | Michael E Brown | 2007-12-01 | 1 | -66/+0 | |
| | ||||||
* | cleanup unused configure directives. | Michael E Brown | 2007-12-01 | 1 | -1393/+2 | |
| | ||||||
* | cleanup unused configure directives. | Michael E Brown | 2007-12-01 | 1 | -11/+2 | |
| | ||||||
* | use python-decoratortools instead of shipping our own decorator.py | Michael E Brown | 2007-12-01 | 5 | -164/+37 | |
| | ||||||
* | remove dead code (commented out). | Michael E Brown | 2007-12-01 | 2 | -2/+0 | |
| | ||||||
* | move daemontest.c to src/ dir. | Michael E Brown | 2007-12-01 | 1 | -0/+0 | |
| |