Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | add length check to old behavior check in command_parse() | Clark Williams | 2007-11-27 | 1 | -1/+1 | |
| | | | ||||||
| * | | merge resolved | Clark Williams | 2007-11-27 | 33 | -866/+1398 | |
| |\| | ||||||
| * | | Merge branch 'master' into clark | Clark Williams | 2007-11-15 | 2 | -7/+7 | |
| |\ \ | ||||||
| * | | | fix for no logging.ini situation | Clark Williams | 2007-11-15 | 1 | -1/+4 | |
| | | | | ||||||
* | | | | place online param where chroot obj can find it. | Michael E Brown | 2007-11-28 | 1 | -1/+4 | |
| | | | | ||||||
* | | | | update docs for offline params | Michael E Brown | 2007-11-28 | 1 | -0/+3 | |
| | | | | ||||||
* | | | | first (untested) try at adding offline mode. | Michael E Brown | 2007-11-28 | 3 | -22/+36 | |
| |_|/ |/| | | ||||||
* | | | update changelogmock-0.8.10 | Michael E Brown | 2007-11-26 | 1 | -0/+4 | |
| | | | ||||||
* | | | version bump | Michael E Brown | 2007-11-26 | 4 | -770/+1028 | |
| | | | ||||||
* | | | fix bz#400161 - broken 'shell' command | Michael E Brown | 2007-11-26 | 1 | -1/+1 | |
| | | | ||||||
* | | | set selinux context on created /dev/ files in chroot to prevent AVC denials. | Michael E Brown | 2007-11-26 | 1 | -7/+17 | |
| | | | ||||||
* | | | update rpm changelog.mock-0.8.9 | Michael E Brown | 2007-11-20 | 1 | -0/+10 | |
| | | | ||||||
* | | | update exclude list to exclude glib?-devel.i?86 | Michael E Brown | 2007-11-20 | 6 | -6/+18 | |
| | | | ||||||
* | | | add glib?-devel to exclude list for x86_64. | Michael E Brown | 2007-11-20 | 3 | -3/+3 | |
| | | | ||||||
* | | | update docs for preferred command syntax. | Michael E Brown | 2007-11-20 | 1 | -22/+30 | |
| | | | ||||||
* | | | small optimization on LOC for detecting if we need to clean chroot. | Michael E Brown | 2007-11-20 | 1 | -3/+1 | |
| | | | ||||||
* | | | forgot to put back return value for command_parse(). | Michael E Brown | 2007-11-20 | 1 | -0/+2 | |
| | | | ||||||
* | | | fix syntax error typo. | Michael E Brown | 2007-11-20 | 1 | -2/+2 | |
| | | | ||||||
* | | | unify command mode parsing using optparse with backward compatibility for ↵ | Michael E Brown | 2007-11-20 | 1 | -37/+35 | |
| | | | | | | | | | | | | old style. | |||||
* | | | another old-python fix for rhel5 python 2.4 support. | Michael E Brown | 2007-11-19 | 1 | -2/+5 | |
| | | | ||||||
* | | | version bump | Michael E Brown | 2007-11-19 | 3 | -3/+3 | |
| | | | ||||||
* | | | Fix python 2.4. traceback on logging module bug. | Michael E Brown | 2007-11-19 | 1 | -0/+2 | |
| | | | ||||||
* | | | py-compile should not be a symlink, but rather a copy. | Michael E Brown | 2007-11-19 | 1 | -1/+146 | |
| | | | ||||||
* | | | fix docs for more_buildreqs in defaults.cfg | Michael E Brown | 2007-11-19 | 1 | -1/+1 | |
| | | | ||||||
* | | | update manpage for --resultdir changes. | Michael E Brown | 2007-11-19 | 1 | -2/+4 | |
| | | | ||||||
* | | | fix spec, cannot have things that look like macros in changelog. | Michael E Brown | 2007-11-19 | 1 | -3/+1 | |
| | | | ||||||
* | | | update changelog for 0.8.8mock-0.8.8 | Michael E Brown | 2007-11-19 | 1 | -0/+28 | |
| | | | ||||||
* | | | allow mock builds by root. potentially unsafe if building untrusted code, ↵ | Michael E Brown | 2007-11-19 | 1 | -1/+1 | |
| | | | | | | | | | | | | but there is no reason to hardcode a ban on it. | |||||
* | | | add ppc32/64 setarch compatibility | Michael E Brown | 2007-11-18 | 1 | -1/+2 | |
| | | | ||||||
* | | | move ctypes check down a level into setup_default_config_opts function. | Michael E Brown | 2007-11-17 | 1 | -8/+5 | |
| | | | ||||||
* | | | add doc for internal_setarch to defaults.cfg | Michael E Brown | 2007-11-17 | 1 | -0/+6 | |
| | | | ||||||
* | | | comment for personlity stuff. | Michael E Brown | 2007-11-17 | 1 | -0/+1 | |
| | | | ||||||
* | | | dont try to run personality() if we dont have a defined value. | Michael E Brown | 2007-11-17 | 1 | -3/+3 | |
| | | | ||||||
* | | | use internal setarch rather than calling external. | Michael E Brown | 2007-11-17 | 1 | -4/+3 | |
| | | | ||||||
* | | | hand-code setarch to remove dep on /usr/bin/setarch | Michael E Brown | 2007-11-17 | 3 | -22/+41 | |
| | | | ||||||
* | | | make setarch configurable because suse doesnt have it. | Michael E Brown | 2007-11-17 | 2 | -4/+13 | |
| | | | ||||||
* | | | Merge branch 'master' into internal-setarch | Michael E Brown | 2007-11-17 | 0 | -0/+0 | |
|\ \ \ | | | | | | | | | | | | | | | | | * master: add to pre-existing deps, dont replace. | |||||
| * | | | add to pre-existing deps, dont replace. | Michael E Brown | 2007-11-17 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | dont need setarch for initial srpm install or rebuild of srpm. need setarch ↵ | Michael E Brown | 2007-11-17 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | in chroot. | |||||
* | | | | add to pre-existing deps, dont replace. | Michael E Brown | 2007-11-17 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | run setarch internally based on target_arch | Michael E Brown | 2007-11-17 | 2 | -5/+5 | |
|/ / / | ||||||
* | | | add dist tags. Mostly useful for substituting in --resultdir for now. | Michael E Brown | 2007-11-17 | 21 | -0/+21 | |
| | | | ||||||
* | | | print accurate config name. sharedRootName could have been anything. | Michael E Brown | 2007-11-17 | 1 | -1/+2 | |
| | | | ||||||
* | | | allow resultdir to be variable-substituted on cmdline. | Michael E Brown | 2007-11-17 | 1 | -1/+1 | |
| | | | ||||||
* | | | hard dep on python 2.4+ due to new decorator syntax. | Michael E Brown | 2007-11-16 | 1 | -1/+1 | |
| | | | ||||||
* | | | better state info. | Michael E Brown | 2007-11-16 | 2 | -2/+2 | |
| | | | ||||||
* | | | re-fix problem when missing logging.ini | Michael E Brown | 2007-11-16 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge branch 'master' of ssh://mebrown@git.fedoraproject.org/git/hosted/mock | Michael E Brown | 2007-11-15 | 1 | -1/+1 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | shouldnt need to set rpmlock_path macro with fixes in rpm. | Michael E Brown | 2007-11-15 | 1 | -1/+0 | |
| | | | ||||||
| * | | Merge branch 'master' of ssh://mebrown@git.fedoraproject.org/git/hosted/mock | Michael E Brown | 2007-11-15 | 1 | -6/+6 | |
| |\ \ | | | | | | | | | | | | | | | | | * 'master' of ssh://mebrown@git.fedoraproject.org/git/hosted/mock: document 'clean' behaviour for install[deps], chroot, shell. |