Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge branch 'master' of ssh://mebrown@git.fedoraproject.org/git/hosted/mock | Michael E Brown | 2007-12-10 | 1 | -3/+4 | |
|\ | ||||||
| * | 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 | |
| | | ||||||
* | | add --orphanskill mode. requested by mbonnet for koji. | Michael E Brown | 2007-12-10 | 1 | -1/+16 | |
|/ | ||||||
* | convert to use consolehelper rather than setuid wrapper. | Michael E Brown | 2007-12-06 | 2 | -2/+103 | |
| | ||||||
* | use double-quotes for stuff people need to cut-paste | Michael E Brown | 2007-12-06 | 1 | -1/+1 | |
| | ||||||
* | add unit test for no-root-cache case. | Michael E Brown | 2007-12-05 | 1 | -0/+3 | |
| | ||||||
* | Merge commit 'origin/master' | Michael E Brown | 2007-12-04 | 1 | -23/+38 | |
|\ | | | | | | | | | | | | | | | | | * 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 | 1 | -1/+11 | |
| | | | | | | | | 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 | 1 | -2/+2 | |
| | | | | | | | | 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 | 1 | -0/+5 | |
| | | | | | | | | Signed-off-by: Michael E Brown <michael_e_brown@dell.com> | |||||
* | | clear out old unit tests before starting new ones. | Michael E Brown | 2007-12-04 | 1 | -1/+3 | |
|/ | ||||||
* | add couple of comments to release test script. | Michael E Brown | 2007-12-03 | 1 | -1/+6 | |
| | ||||||
* | 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. | |||||
* | more comprehensive release tests. | Michael E Brown | 2007-12-03 | 1 | -5/+6 | |
| | ||||||
* | update release tests to do more thorough testing. | Michael E Brown | 2007-12-03 | 1 | -7/+48 | |
| | ||||||
* | move daemontest.c to src/ dir. | Michael E Brown | 2007-12-01 | 1 | -101/+0 | |
| | ||||||
* | cleanup release tests a bit. | Michael E Brown | 2007-12-01 | 1 | -11/+6 | |
| | ||||||
* | fix compile warnings. | Michael E Brown | 2007-12-01 | 1 | -1/+6 | |
| | ||||||
* | clarified ChangeLogmock-0.8.11 | Clark Williams | 2007-11-30 | 1 | -3/+1 | |
| | ||||||
* | fix release tests to run from local copy and local configs rather than ↵ | Michael E Brown | 2007-11-30 | 1 | -10/+5 | |
| | | | | installing. | |||||
* | Merge branch 'master' of ssh://duo/~/mockwork | Michael E Brown | 2007-11-28 | 1 | -7/+20 | |
|\ | | | | | | | | | | | | | | | | | * 'master' of ssh://duo/~/mockwork: move uid stuff to its own module. start updating release instructions. uid stuff in its own submodule drop privs early to parse cmdline args and config files. pick them up again before we start doing real work. better end-user error messages for messed up config files | |||||
| * | start updating release instructions. | Michael E Brown | 2007-11-28 | 1 | -7/+20 | |
| | | ||||||
* | | update docs for offline params | Michael E Brown | 2007-11-28 | 1 | -0/+3 | |
|/ | ||||||
* | update docs for preferred command syntax. | Michael E Brown | 2007-11-20 | 1 | -22/+30 | |
| | ||||||
* | update manpage for --resultdir changes. | Michael E Brown | 2007-11-19 | 1 | -2/+4 | |
| | ||||||
* | document 'clean' behaviour for install[deps], chroot, shell. | Michael E Brown | 2007-11-14 | 1 | -6/+6 | |
| | ||||||
* | update manpage to reflect reality. | Michael E Brown | 2007-11-03 | 1 | -3/+3 | |
| | ||||||
* | fixup docs to match latest options. | Michael E Brown | 2007-10-22 | 1 | -18/+22 | |
| | ||||||
* | uncomment build lines. | Michael E Brown | 2007-10-21 | 1 | -3/+3 | |
| | ||||||
* | add time cmd to ensure that mock.py timings are accurate. | Michael E Brown | 2007-10-21 | 1 | -1/+1 | |
| | ||||||
* | create plugin infrastructure. move all caching related stuff to plugins. | Michael E Brown | 2007-10-21 | 1 | -3/+12 | |
| | ||||||
* | dont try to compile ppc stuff. also clean test dir before starting. | Michael E Brown | 2007-10-20 | 1 | -1/+2 | |
| | ||||||
* | little more generic release tests. | Michael E Brown | 2007-10-20 | 1 | -4/+6 | |
| | ||||||
* | add release testing script to ensure basic stuff works before release. | Michael E Brown | 2007-10-20 | 1 | -0/+33 | |
| | ||||||
* | test program to test orphanskill feature. | Michael E Brown | 2007-10-19 | 1 | -0/+96 | |
| | ||||||
* | autotools updates. | Michael E Brown | 2007-10-08 | 1 | -12/+0 | |
| | ||||||
* | initial start for auto-conf-izing | Michael E Brown | 2007-10-08 | 1 | -0/+98 | |
| | ||||||
* | Adds SUBDIRS to the make 'distclean' target and 'distclean' to the | Michael E Brown | 2007-06-12 | 1 | -0/+2 | |
| | | | | | | | | sub-directory Makefiles. Patch from Ken MacLeod <ken@bitsko.slc.ut.us> signed-off-by: Michael Brown <mebrown@michaels-house.net> | |||||
* | merged mock-0-6-branch fixes into HEADpostmerge_20070104 | jcwillia | 2007-01-04 | 1 | -1/+1 | |
| | ||||||
* | updated manpage contents | jcwillia | 2006-08-17 | 1 | -16/+70 | |
| | ||||||
* | updated to include "chroot" command in usage and man page | jcwillia | 2006-07-17 | 1 | -0/+2 | |
| | ||||||
* | apply all of Andreas Thienemann's patches. | skvidal | 2005-12-27 | 1 | -1/+1 | |
| | | | | | fixes rm -rf call to rm -rfv and fixes the mock man page in the package makefile and specfile. | |||||
* | add commands to man page, create config files for legacy distributions | sheltren | 2005-08-21 | 1 | -1/+9 | |
| | ||||||
* | mock man page from Jeff Sheltren | skvidal | 2005-08-05 | 2 | -0/+64 | |
Makefile for docs dir |