Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | requires usermode due to new userhelper stuff. | Michael E Brown | 2007-12-19 | 1 | -1/+1 | |
| | | ||||||
| * | fix use of tabs in spec file to make rpmlint happy. | Michael E Brown | 2007-12-19 | 1 | -4/+4 | |
| | | ||||||
| * | Run rpmbuild in a login shell in the chroot. | Michael E Brown | 2007-12-19 | 1 | -2/+2 | |
| | | ||||||
* | | set personality in mainline code so all options run under correct personality. | Michael E Brown | 2007-12-19 | 1 | -0/+3 | |
|/ | ||||||
* | unmount tmpfs when done or we run into problems with clean. | Michael E Brown | 2007-12-18 | 1 | -0/+7 | |
| | ||||||
* | add hook (currently unused) for clean. | Michael E Brown | 2007-12-18 | 1 | -0/+1 | |
| | ||||||
* | add unit tests for tmpfs plugin. | Michael E Brown | 2007-12-18 | 1 | -2/+4 | |
| | ||||||
* | fixup typo: makeChrootPath is a method on self.rootObj. | Michael E Brown | 2007-12-18 | 1 | -1/+2 | |
| | ||||||
* | better ordering constraints for plugin initialization. | Michael E Brown | 2007-12-18 | 1 | -2/+6 | |
| | ||||||
* | add initial tmpfs plugin and default options. | Michael E Brown | 2007-12-18 | 3 | -0/+40 | |
| | ||||||
* | comment out decorator for doChroot() to prevent logging build exceptions ↵ | Michael E Brown | 2007-12-18 | 1 | -1/+3 | |
| | | | | multiple times. | |||||
* | make substs tolerant of whitespace changes. | Michael E Brown | 2007-12-18 | 1 | -6/+6 | |
| | ||||||
* | fixup bad substitution for LIBDIR. Cut-n-paste error. | Michael E Brown | 2007-12-18 | 1 | -8/+8 | |
| | ||||||
* | Make noarch. | Ville Skyttä | 2007-12-18 | 1 | -0/+1 | |
| | | | | Signed-off-by: Michael E Brown <michael_e_brown@dell.com> | |||||
* | small whitespace cleanups. | Michael E Brown | 2007-12-18 | 1 | -23/+23 | |
| | ||||||
* | fixup distclean to remove all built rpm and unit test files. | Michael E Brown | 2007-12-18 | 1 | -1/+1 | |
| | ||||||
* | better fix for failing distcheck. | Michael E Brown | 2007-12-17 | 1 | -2/+1 | |
| | ||||||
* | fix path comparison for orphanskill. | Michael E Brown | 2007-12-17 | 1 | -1/+1 | |
| | ||||||
* | one more releasetests fix. | Michael E Brown | 2007-12-17 | 1 | -1/+2 | |
| | ||||||
* | fix release tests. | Michael E Brown | 2007-12-17 | 2 | -14/+14 | |
| | ||||||
* | make rootdir private (_rootdir). Use accessor in mock.py as well. | Michael E Brown | 2007-12-16 | 2 | -6/+6 | |
| | ||||||
* | dont do setarch personality() call for noarch | Michael E Brown | 2007-12-16 | 1 | -1/+1 | |
| | ||||||
* | add comment to clarify usage of dist config option. | Michael E Brown | 2007-12-16 | 18 | -18/+18 | |
| | ||||||
* | document --trace in cmdline help. | Michael E Brown | 2007-12-16 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'master' of ssh://mebrown@git.fedorahosted.org/git/mock | Michael E Brown | 2007-12-16 | 4 | -22/+86 | |
|\ | | | | | | | | | | | | | | | | | | | | | | | * 'master' of ssh://mebrown@git.fedorahosted.org/git/mock: more on release instructions first cut at updated release instructions fixed syntax error replaced references to rootdir with calls to makeChrootPath() replaced references to rootdir with calls to makeChrootPath() replaced references to rootdir with calls to makeChrootPath() updated changelog info added help target | |||||
| * | more on release instructionsmock-0.9.3 | Clark Williams | 2007-12-16 | 1 | -2/+0 | |
| | | ||||||
| * | first cut at updated release instructions | Clark Williams | 2007-12-16 | 1 | -22/+58 | |
| | | ||||||
| * | fixed syntax error | Clark Williams | 2007-12-16 | 1 | -1/+1 | |
| | | ||||||
| * | resolved merge conflicts | Clark Williams | 2007-12-14 | 2 | -2/+14 | |
| |\ | ||||||
| * | | replaced references to rootdir with calls to makeChrootPath() | Clark Williams | 2007-12-14 | 1 | -3/+2 | |
| | | | ||||||
| * | | replaced references to rootdir with calls to makeChrootPath() | Clark Williams | 2007-12-14 | 1 | -1/+0 | |
| | | | ||||||
| * | | replaced references to rootdir with calls to makeChrootPath() | Clark Williams | 2007-12-14 | 1 | -11/+11 | |
| | | | ||||||
| * | | updated changelog info | Clark Williams | 2007-12-14 | 1 | -0/+7 | |
| | | | ||||||
| * | | added help target | Clark Williams | 2007-12-14 | 1 | -1/+12 | |
| | | | ||||||
* | | | document --trace. | Michael E Brown | 2007-12-16 | 1 | -1/+1 | |
| | | | ||||||
* | | | Mock documentation patch | Ville Skyttä | 2007-12-16 | 2 | -12/+21 | |
| |/ |/| | | | | | | | | | | | | | | | The attached patch adds the following option aliases: --root for -r, -D for --define (like in rpmbuild), --target for --arch (like in rpmbuild). It also adds --verbose and --quiet and -h to the man page, and fixes a couple of other minor man page issues. Signed-off-by: Michael E Brown <mebrown@michaels-house.net> | |||||
* | | remove uses of chroot rootdir attribute and use accessor. | Michael E Brown | 2007-12-14 | 2 | -4/+2 | |
|/ | ||||||
* | removed private sublevel lablel | Clark Williams | 2007-12-14 | 1 | -1/+1 | |
| | ||||||
* | resolved merge with master | Clark Williams | 2007-12-13 | 4 | -162/+178 | |
|\ | ||||||
| * | add 'make check' function to call what used to be releasetests.sh | Michael E Brown | 2007-12-13 | 1 | -0/+3 | |
| | | ||||||
| * | make releasetests.sh call runtests.sh using automake 'make check' target, as ↵ | Michael E Brown | 2007-12-13 | 1 | -148/+2 | |
| | | | | | | | | well as run std automake distcheck stuff. | |||||
| * | make runtests.sh runnable from automake. | Michael E Brown | 2007-12-13 | 1 | -6/+1 | |
| | | ||||||
| * | fix compile warning for -Wall in daemontest.c | Michael E Brown | 2007-12-13 | 1 | -0/+1 | |
| | | ||||||
| * | rename releasetests.sh to runtests.sh to prepare for adding 'make check' ↵ | Michael E Brown | 2007-12-13 | 1 | -0/+177 | |
| | | | | | | | | function | |||||
* | | changed more uses of .rootdir to makeChrootPath(); updated man page for ↵ | Clark Williams | 2007-12-13 | 7 | -36/+63 | |
| | | | | | | | | --copyin and --copyout; updated plugins to use makeChrootPath(); updated releasetests.sh so that daemon tests uses --copyin | |||||
* | | merged with latest master | Clark Williams | 2007-12-13 | 4 | -2/+26 | |
|\| | ||||||
| * | update changelog in spec file. | Michael E Brown | 2007-12-13 | 1 | -0/+4 | |
| | | ||||||
| * | version bumpmock-0.9.2 | Michael E Brown | 2007-12-13 | 1 | -2/+2 | |
| | | ||||||
| * | if --chroot only has one argument, pass it to doChroot() as a string instead ↵ | Mike Bonnet | 2007-12-12 | 2 | -0/+20 | |
| | | | | | | | | | | | | of a list to support legacy quoting rules Signed-off-by: Michael E Brown <michael_e_brown@dell.com> | |||||
* | | added copyin/out options; added makeChrootPath() method to Root | Clark Williams | 2007-12-13 | 4 | -27/+91 | |
|/ |