summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* version bump and changelogmock-0.9.5Michael E Brown2007-12-202-2/+5
* fix privs for yum resolvdep, needs to be root to download addl filelists.Michael E Brown2007-12-201-19/+19
* fixup release instructions so that tags properly pushed.Michael E Brown2007-12-191-2/+3
* update changelog prior to release.mock-0.9.4Michael E Brown2007-12-191-0/+7
* bump version. add comment about making sure to fix both version defs.Michael E Brown2007-12-191-4/+3
* cleanup from unit tests if they are interrupted or end prematurely.Michael E Brown2007-12-191-2/+10
* fix resultdir for --uniqueext builds without resultdir specified. try to stan...Michael E Brown2007-12-191-8/+7
* we are now noarch, fix unit tests.Michael E Brown2007-12-191-2/+2
* add tmpfs plugin to installation list.Michael E Brown2007-12-191-0/+1
* 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
* 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 mult...Michael E Brown2007-12-181-1/+3
* 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
* 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
|\
| * 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
| |/ |/|
* | 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
| * make runtests.sh runnable from automake.Michael E Brown2007-12-131-6/+1