Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | 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 | |
| | ||||||
* | 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 | |
| | | |