summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | clear out old unit tests before starting new ones.Michael E Brown2007-12-041-1/+3
| |
* | bulletproof exclude of all i386 pkgs for x86_64, allowing *only* ↵Michael E Brown2007-12-046-6/+6
|/ | | | glibc*.i?86, which is necessary for syslinux/grub.
* better rpmbuild, more specific defs for std rpmbuild options. original patch ↵Michael E Brown2007-12-042-23/+39
| | | | from Todd Zullinger (tmz). Fixups by me.
* update changelog.mock-0.8.14Michael E Brown2007-12-041-0/+7
|
* version bumpMichael E Brown2007-12-042-13/+13
|
* make sure dir exists before opening yum lock.Michael E Brown2007-12-041-2/+2
|
* merge conflicts.mock-0.8.13Michael E Brown2007-12-044-12/+14
|
* add couple of comments to release test script.Michael E Brown2007-12-031-1/+6
|
* consolidate imports.mock-0.8.12Michael E Brown2007-12-033-6/+3
|
* consolidate imports.Michael E Brown2007-12-032-3/+2
|
* small code consolidation.Michael E Brown2007-12-031-4/+1
|
* update changelogs.Michael E Brown2007-12-032-1/+22
|
* brown-paper-bag: typo... should be 'fi' but was 'exit'Michael E Brown2007-12-031-2/+2
|
* couple more sanity checks in unit test code.Michael E Brown2007-12-031-4/+21
|
* fixup accidental exit 1 when test actually succeeded.Michael E Brown2007-12-031-4/+12
|
* run bash built-in 'time' rather than /usr/bin/time because bash built-in has ↵Michael E Brown2007-12-031-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 Brown2007-12-031-1/+4
|
* init yumCacheLock file object in __init__. No need to wait until tryLock to ↵Michael E Brown2007-12-031-1/+1
| | | | open it.
* more comprehensive release tests.Michael E Brown2007-12-031-5/+6
|
* initialize groups if used by SUDO, as we lose all group membership when ↵Michael E Brown2007-12-031-0/+2
| | | | called by sudo.
* update release tests to do more thorough testing.Michael E Brown2007-12-031-7/+48
|
* change --help to reflect new preferred option style.Michael E Brown2007-12-031-5/+5
|
* mostly whitespace fixes, plus a few other things to make pylint/pychecker ↵Michael E Brown2007-12-027-153/+174
| | | | happier. No significant code changes.
* convert @decorator-syntax to use python-2.3 compatible peak decoratortools ↵Michael E Brown2007-12-014-45/+49
| | | | syntax.
* cleanup unused configure directives.Michael E Brown2007-12-011-66/+0
|
* cleanup unused configure directives.Michael E Brown2007-12-011-1393/+2
|
* cleanup unused configure directives.Michael E Brown2007-12-011-11/+2
|
* use python-decoratortools instead of shipping our own decorator.pyMichael E Brown2007-12-015-164/+37
|
* remove dead code (commented out).Michael E Brown2007-12-012-2/+0
|
* move daemontest.c to src/ dir.Michael E Brown2007-12-011-0/+0
|
* remove unused import.Michael E Brown2007-12-011-1/+0
|
* few changes to make pychecker happy.Michael E Brown2007-12-014-4/+4
|
* cleanup release tests a bit.Michael E Brown2007-12-011-11/+6
|
* move build of daemontest into makefile.Michael E Brown2007-12-012-19/+42
|
* fix compile warnings.Michael E Brown2007-12-011-1/+6
|
* add back in comment line that was accidentally dropped in merge.Michael E Brown2007-12-011-0/+1
|
* cleanup compiled python files.Michael E Brown2007-12-012-1/+4
|
* version bumpMichael E Brown2007-12-012-37/+37
|
* add changelog entries.Michael E Brown2007-12-012-0/+7
|
* fix builds of multiple srpms on same cmdline.Michael E Brown2007-12-011-2/+7
|
* import local modules after system modules.Michael E Brown2007-12-011-2/+2
|
* clarified ChangeLogmock-0.8.11Clark Williams2007-11-301-3/+1
|
* version bumpClark Williams2007-11-302-0/+2
|
* first steps for updating to 0.8.11Clark Williams2007-11-305-14/+29
|
* fix release tests to run from local copy and local configs rather than ↵Michael E Brown2007-11-301-10/+5
| | | | installing.
* remove debugging statement.Michael E Brown2007-11-301-2/+0
|
* move things around so that we can run mock.py from the build tree instead of ↵Michael E Brown2007-11-3037-74/+83
| | | | having to install it.
* reformat command failed output slightly.Michael E Brown2007-11-291-2/+2
|
* use log.info() to tell about enabled caches rather than misusing state(). ↵Michael E Brown2007-11-292-2/+3
| | | | the state() method should be used to say what is happening.
* fixup error message for misconfigured logging.ini. pass system exit ↵Michael E Brown2007-11-291-3/+3
| | | | exception so we dont run eg. orphankill. log exception using correct logger.