summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | cleanup trailing whitespace.Michael E Brown2008-01-086-9/+9
| | | | | |
* | | | | | add ability to conditionally enable tmpfs based on minimum ram availability.Michael E Brown2008-01-083-3/+12
| | | | | |
* | | | | | add initfailed hook so tmpfs plugin can properly unmount tmpfs on failure. ↵Michael E Brown2008-01-082-2/+12
| |_|_|_|/ |/| | | | | | | | | | | | | | make sure we call postbuild hooks even on failure.
* | | | | fix 'make srpm' to only build srpm and not also binary rpm.Michael E Brown2008-01-041-1/+1
| | | | |
* | | | | update docs for --arch and --target.Michael E Brown2008-01-042-3/+6
| |_|_|/ |/| | |
* | | | fix syntax error from personality move by using config_opt directly.Michael E Brown2008-01-041-1/+1
| |_|/ |/| |
* | | split up --target and --arch cmdline options.Michael E Brown2008-01-042-5/+13
| | |
* | | get rid of personality() calls in sub do() calls because it is set at top ↵Michael E Brown2008-01-041-6/+2
| | | | | | | | | | | | level now.
* | | added --print-root-path optionClark Williams2008-01-041-0/+11
| | |
* | | paul howarth's request to change from -l to --login on bash invocationsClark Williams2008-01-041-2/+2
| | |
* | | Merge branch 'master' of ↵Clark Williams2008-01-041-0/+1
|\ \ \ | | | | | | | | | | | | git+ssh://jcwillia@git.fedoraproject.org/git/hosted/mock
| * | | use the right mkdev argumentJesse Keating2008-01-031-1/+1
| | | |
| * | | Create the dev/full device, some packages use it during make check.Jesse Keating2008-01-031-0/+1
| | | |
* | | | Merge branch 'master' of ↵Clark Williams2008-01-020-0/+0
|\| | | | | | | | | | | | | | | git+ssh://jcwillia@git.fedoraproject.org/git/hosted/mock
| * | | add ia64 and alpha to personality_defsDoug Chapman2007-12-311-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch to quiet the "Unable to find predefined setarch personality" warnings seen on ia64. I added alpha as well while I was at it. Signed-off-by: Doug Chapman <doug.chapman@hp.com> ---- Signed-off-by: Michael E Brown <mebrown@michaels-house.net>
| * | | Patch from Doug Chapman <doug.chapman@hp.com>Michael E Brown2007-12-312-2/+2
| | |/ | |/| | | | | | | | | | | | | Fix up mock ctypes libc usage so that it doesnt directly specify libc soname, which can change on different arches. Instead use "None", which should resolve to use already-loaded global scope. -- signed off by: Michael Brown <mebrown@michaels-house.net>
* | | Doug Chapman's ia64 personality warning fixClark Williams2007-12-221-0/+1
| | |
* | | Roland McGrath's fix for ctypes LoadLibrary on ia64Clark Williams2007-12-222-2/+2
|/ /
* | /usr/sbin/mock no longer needs to be owned by group mock.Michael E Brown2007-12-211-1/+1
| |
* | Merge branch 'master' of ssh://mebrown@git.fedorahosted.org/git/mockMichael E Brown2007-12-217-52/+62
|\ \ | |/ |/|
| * remove unused debugging code.Michael E Brown2007-12-201-8/+0
| |
| * 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 ↵Michael E Brown2007-12-191-8/+7
| | | | | | | | standardize on single-quotes for indexing hashes.
| * 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
| |
* | 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
|