summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * requires usermode due to new userhelper stuff.Michael E Brown2007-12-191-1/+1
| |
| * fix use of tabs in spec file to make rpmlint happy.Michael E Brown2007-12-191-4/+4
| |
| * Run rpmbuild in a login shell in the chroot.Michael E Brown2007-12-191-2/+2
| |
* | set personality in mainline code so all options run under correct personality.Michael E Brown2007-12-191-0/+3
|/
* unmount tmpfs when done or we run into problems with clean.Michael E Brown2007-12-181-0/+7
|
* add hook (currently unused) for clean.Michael E Brown2007-12-181-0/+1
|
* add unit tests for tmpfs plugin.Michael E Brown2007-12-181-2/+4
|
* fixup typo: makeChrootPath is a method on self.rootObj.Michael E Brown2007-12-181-1/+2
|
* better ordering constraints for plugin initialization.Michael E Brown2007-12-181-2/+6
|
* add initial tmpfs plugin and default options.Michael E Brown2007-12-183-0/+40
|
* comment out decorator for doChroot() to prevent logging build exceptions ↵Michael E Brown2007-12-181-1/+3
| | | | multiple times.
* make substs tolerant of whitespace changes.Michael E Brown2007-12-181-6/+6
|
* fixup bad substitution for LIBDIR. Cut-n-paste error.Michael E Brown2007-12-181-8/+8
|
* Make noarch.Ville Skyttä2007-12-181-0/+1
| | | | Signed-off-by: Michael E Brown <michael_e_brown@dell.com>
* small whitespace cleanups.Michael E Brown2007-12-181-23/+23
|
* fixup distclean to remove all built rpm and unit test files.Michael E Brown2007-12-181-1/+1
|
* better fix for failing distcheck.Michael E Brown2007-12-171-2/+1
|
* fix path comparison for orphanskill.Michael E Brown2007-12-171-1/+1
|
* one more releasetests fix.Michael E Brown2007-12-171-1/+2
|
* fix release tests.Michael E Brown2007-12-172-14/+14
|
* make rootdir private (_rootdir). Use accessor in mock.py as well.Michael E Brown2007-12-162-6/+6
|
* dont do setarch personality() call for noarchMichael E Brown2007-12-161-1/+1
|
* add comment to clarify usage of dist config option.Michael E Brown2007-12-1618-18/+18
|
* document --trace in cmdline help.Michael E Brown2007-12-161-1/+1
|
* Merge branch 'master' of ssh://mebrown@git.fedorahosted.org/git/mockMichael E Brown2007-12-164-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.3Clark Williams2007-12-161-2/+0
| |
| * first cut at updated release instructionsClark Williams2007-12-161-22/+58
| |
| * fixed syntax errorClark Williams2007-12-161-1/+1
| |
| * resolved merge conflictsClark Williams2007-12-142-2/+14
| |\
| * | replaced references to rootdir with calls to makeChrootPath()Clark Williams2007-12-141-3/+2
| | |
| * | replaced references to rootdir with calls to makeChrootPath()Clark Williams2007-12-141-1/+0
| | |
| * | replaced references to rootdir with calls to makeChrootPath()Clark Williams2007-12-141-11/+11
| | |
| * | updated changelog infoClark Williams2007-12-141-0/+7
| | |
| * | added help targetClark Williams2007-12-141-1/+12
| | |
* | | document --trace.Michael E Brown2007-12-161-1/+1
| | |
* | | Mock documentation patchVille Skyttä2007-12-162-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 Brown2007-12-142-4/+2
|/
* removed private sublevel lablelClark Williams2007-12-141-1/+1
|
* resolved merge with masterClark Williams2007-12-134-162/+178
|\
| * add 'make check' function to call what used to be releasetests.shMichael E Brown2007-12-131-0/+3
| |
| * make releasetests.sh call runtests.sh using automake 'make check' target, as ↵Michael E Brown2007-12-131-148/+2
| | | | | | | | well as run std automake distcheck stuff.
| * make runtests.sh runnable from automake.Michael E Brown2007-12-131-6/+1
| |
| * fix compile warning for -Wall in daemontest.cMichael E Brown2007-12-131-0/+1
| |
| * rename releasetests.sh to runtests.sh to prepare for adding 'make check' ↵Michael E Brown2007-12-131-0/+177
| | | | | | | | function
* | changed more uses of .rootdir to makeChrootPath(); updated man page for ↵Clark Williams2007-12-137-36/+63
| | | | | | | | --copyin and --copyout; updated plugins to use makeChrootPath(); updated releasetests.sh so that daemon tests uses --copyin
* | merged with latest masterClark Williams2007-12-134-2/+26
|\|
| * update changelog in spec file.Michael E Brown2007-12-131-0/+4
| |
| * version bumpmock-0.9.2Michael E Brown2007-12-131-2/+2
| |
| * if --chroot only has one argument, pass it to doChroot() as a string instead ↵Mike Bonnet2007-12-122-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 RootClark Williams2007-12-134-27/+91
|/