Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | cleanup trailing whitespace. | Michael E Brown | 2008-01-08 | 6 | -9/+9 | |
| | | | | | | ||||||
* | | | | | | add ability to conditionally enable tmpfs based on minimum ram availability. | Michael E Brown | 2008-01-08 | 3 | -3/+12 | |
| | | | | | | ||||||
* | | | | | | add initfailed hook so tmpfs plugin can properly unmount tmpfs on failure. ↵ | Michael E Brown | 2008-01-08 | 2 | -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 Brown | 2008-01-04 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | update docs for --arch and --target. | Michael E Brown | 2008-01-04 | 2 | -3/+6 | |
| |_|_|/ |/| | | | ||||||
* | | | | fix syntax error from personality move by using config_opt directly. | Michael E Brown | 2008-01-04 | 1 | -1/+1 | |
| |_|/ |/| | | ||||||
* | | | split up --target and --arch cmdline options. | Michael E Brown | 2008-01-04 | 2 | -5/+13 | |
| | | | ||||||
* | | | get rid of personality() calls in sub do() calls because it is set at top ↵ | Michael E Brown | 2008-01-04 | 1 | -6/+2 | |
| | | | | | | | | | | | | level now. | |||||
* | | | added --print-root-path option | Clark Williams | 2008-01-04 | 1 | -0/+11 | |
| | | | ||||||
* | | | paul howarth's request to change from -l to --login on bash invocations | Clark Williams | 2008-01-04 | 1 | -2/+2 | |
| | | | ||||||
* | | | Merge branch 'master' of ↵ | Clark Williams | 2008-01-04 | 1 | -0/+1 | |
|\ \ \ | | | | | | | | | | | | | git+ssh://jcwillia@git.fedoraproject.org/git/hosted/mock | |||||
| * | | | use the right mkdev argument | Jesse Keating | 2008-01-03 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Create the dev/full device, some packages use it during make check. | Jesse Keating | 2008-01-03 | 1 | -0/+1 | |
| | | | | ||||||
* | | | | Merge branch 'master' of ↵ | Clark Williams | 2008-01-02 | 0 | -0/+0 | |
|\| | | | | | | | | | | | | | | | git+ssh://jcwillia@git.fedoraproject.org/git/hosted/mock | |||||
| * | | | add ia64 and alpha to personality_defs | Doug Chapman | 2007-12-31 | 1 | -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 Brown | 2007-12-31 | 2 | -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 fix | Clark Williams | 2007-12-22 | 1 | -0/+1 | |
| | | | ||||||
* | | | Roland McGrath's fix for ctypes LoadLibrary on ia64 | Clark Williams | 2007-12-22 | 2 | -2/+2 | |
|/ / | ||||||
* | | /usr/sbin/mock no longer needs to be owned by group mock. | Michael E Brown | 2007-12-21 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'master' of ssh://mebrown@git.fedorahosted.org/git/mock | Michael E Brown | 2007-12-21 | 7 | -52/+62 | |
|\ \ | |/ |/| | ||||||
| * | remove unused debugging code. | Michael E Brown | 2007-12-20 | 1 | -8/+0 | |
| | | ||||||
| * | version bump and changelogmock-0.9.5 | Michael E Brown | 2007-12-20 | 2 | -2/+5 | |
| | | ||||||
| * | fix privs for yum resolvdep, needs to be root to download addl filelists. | Michael E Brown | 2007-12-20 | 1 | -19/+19 | |
| | | ||||||
| * | fixup release instructions so that tags properly pushed. | Michael E Brown | 2007-12-19 | 1 | -2/+3 | |
| | | ||||||
| * | update changelog prior to release.mock-0.9.4 | Michael E Brown | 2007-12-19 | 1 | -0/+7 | |
| | | ||||||
| * | bump version. add comment about making sure to fix both version defs. | Michael E Brown | 2007-12-19 | 1 | -4/+3 | |
| | | ||||||
| * | cleanup from unit tests if they are interrupted or end prematurely. | Michael E Brown | 2007-12-19 | 1 | -2/+10 | |
| | | ||||||
| * | fix resultdir for --uniqueext builds without resultdir specified. try to ↵ | Michael E Brown | 2007-12-19 | 1 | -8/+7 | |
| | | | | | | | | standardize on single-quotes for indexing hashes. | |||||
| * | we are now noarch, fix unit tests. | Michael E Brown | 2007-12-19 | 1 | -2/+2 | |
| | | ||||||
| * | add tmpfs plugin to installation list. | Michael E Brown | 2007-12-19 | 1 | -0/+1 | |
| | | ||||||
| * | 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 | |
| |