summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* cleanup daemontest executable.mock-0.8.17Michael E Brown2007-12-112-3/+3
|
* update changelog.Michael E Brown2007-12-111-0/+7
|
* demote setarch log msg back to debug() since we now have a warning for when ↵Michael E Brown2007-12-111-1/+1
| | | | it doesnt run.
* Merge branch 'mock-0.8' of ↵Michael E Brown2007-12-116-15/+58
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ssh://mebrown@git.fedoraproject.org/git/hosted/mock into mock-0.8 * 'mock-0.8' of ssh://mebrown@git.fedoraproject.org/git/hosted/mock: add warning for when personality has no constant mapping. - 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 add i586/i686 setarch defs. add info message when setarch is ran. add sparcv9 for setarch. add setarch defs for sparc 32/64 personality() returns -1 on error. add docs for --orphanskill mode. 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.
| * add warning for when personality has no constant mapping.Michael E Brown2007-12-111-1/+6
| |
| * - make "mock --chroot" non-interactive - set the exit code of "mock ↵Mike Bonnet2007-12-115-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 i586/i686 setarch defs. add info message when setarch is ran.Michael E Brown2007-12-111-2/+3
| |
| * add sparcv9 for setarch.Michael E Brown2007-12-111-1/+1
| |
| * add setarch defs for sparc 32/64Michael E Brown2007-12-111-5/+6
| |
| * personality() returns -1 on error.Michael E Brown2007-12-111-1/+1
| |
| * Merge branch 'mock-0.8' of ↵Michael E Brown2007-12-110-0/+0
| |\ | | | | | | | | | ssh://mebrown@git.fedoraproject.org/git/hosted/mock into mock-0.8
| * | add docs for --orphanskill mode.Michael E Brown2007-12-111-0/+5
| | |
| * | add failsafe for daemontest.c such that it exits after 5 mins rather than ↵Michael E Brown2007-12-111-1/+3
| | | | | | | | | | | | hanging around forever.
| * | add return code propagation test for --chroot cmd.Michael E Brown2007-12-111-0/+13
| | |
| * | let yum resolvedep run w/privs because it has to download additional ↵Michael E Brown2007-12-111-11/+6
| | | | | | | | | | | | metadata sometimes.
* | | version bumpMichael E Brown2007-12-112-13/+13
| |/ |/|
* | let yum resolvedep run w/privs because it has to download additional ↵Michael E Brown2007-12-111-11/+6
|/ | | | metadata sometimes.
* fix rebuild multiple srpms test.Michael E Brown2007-12-111-1/+1
|
* move daemontest.c back into docs/ so mock 0.8 and mock 0.9 can share unit ↵Michael E Brown2007-12-104-40/+19
| | | | test code.
* fixup explicit orphankill unit test.Michael E Brown2007-12-101-2/+10
|
* add MOCK_EXTRA_ARGS for releasetests so I can make mock release tests run ↵Michael E Brown2007-12-101-2/+2
| | | | behind dell firewall.
* add --orphanskill mode. requested by mbonnet for koji.Michael E Brown2007-12-102-5/+25
|
* make it so you can run multiple releasetests at the same time.mock-0.8.16Michael E Brown2007-12-091-3/+4
|
* drop fc6 configs. update changelog.Michael E Brown2007-12-094-130/+5
|
* version bumpMichael E Brown2007-12-092-13/+13
|
* fix --without to follow proper rpmbuild conventions. Courtesy Paulo ↵Michael E Brown2007-12-091-1/+1
| | | | Cavalcanti <promac@gmail.com>.
* backport all 0.9 changes except consolehelper changes.Michael E Brown2007-12-0811-151/+232
|
* update changelogmock-0.8.15Michael E Brown2007-12-051-0/+5
|
* add unit test for no-root-cache case.Michael E Brown2007-12-051-0/+3
|
* version bumpMichael E Brown2007-12-052-13/+13
|
* mount inside try block so problem mounting unmounts everything.Michael E Brown2007-12-052-6/+6
|
* fixup error where var/cache/yum in buildroot disappears due to clean.Michael E Brown2007-12-051-1/+1
|
* potential fix for rhel5 traceback.Michael E Brown2007-12-051-1/+6
|
* fix python logging module exception problem earlier so there isnt any path ↵Michael E Brown2007-12-051-2/+4
| | | | through that hits that bug.
* Merge commit 'origin/master'Michael E Brown2007-12-042-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 Brown2007-12-041-26/+26
| |
| * add --with and --without options to enable/disable options in a srpmTodd Zullinger2007-12-042-1/+23
| | | | | | | | Signed-off-by: Michael E Brown <michael_e_brown@dell.com>
| * use 'MACRO EXPR' in --define docs to match the rpmbuild docsTodd Zullinger2007-12-042-4/+4
| | | | | | | | Signed-off-by: Michael E Brown <michael_e_brown@dell.com>
| * add --define option to pass rpm macros on the command lineTodd Zullinger2007-12-042-0/+19
| | | | | | | | Signed-off-by: Michael E Brown <michael_e_brown@dell.com>
| * error when trying to build multiple srpms without --resultdir.Michael E Brown2007-12-041-2/+6
| |
* | 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
|