summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | version bumpMichael E Brown2007-11-193-3/+3
| | |
* | | Fix python 2.4. traceback on logging module bug.Michael E Brown2007-11-191-0/+2
| | |
* | | py-compile should not be a symlink, but rather a copy.Michael E Brown2007-11-191-1/+146
| | |
* | | fix docs for more_buildreqs in defaults.cfgMichael E Brown2007-11-191-1/+1
| | |
* | | update manpage for --resultdir changes.Michael E Brown2007-11-191-2/+4
| | |
* | | fix spec, cannot have things that look like macros in changelog.Michael E Brown2007-11-191-3/+1
| | |
* | | update changelog for 0.8.8mock-0.8.8Michael E Brown2007-11-191-0/+28
| | |
* | | allow mock builds by root. potentially unsafe if building untrusted code, ↵Michael E Brown2007-11-191-1/+1
| | | | | | | | | | | | but there is no reason to hardcode a ban on it.
* | | add ppc32/64 setarch compatibilityMichael E Brown2007-11-181-1/+2
| | |
* | | move ctypes check down a level into setup_default_config_opts function.Michael E Brown2007-11-171-8/+5
| | |
* | | add doc for internal_setarch to defaults.cfgMichael E Brown2007-11-171-0/+6
| | |
* | | comment for personlity stuff.Michael E Brown2007-11-171-0/+1
| | |
* | | dont try to run personality() if we dont have a defined value.Michael E Brown2007-11-171-3/+3
| | |
* | | use internal setarch rather than calling external.Michael E Brown2007-11-171-4/+3
| | |
* | | hand-code setarch to remove dep on /usr/bin/setarchMichael E Brown2007-11-173-22/+41
| | |
* | | make setarch configurable because suse doesnt have it.Michael E Brown2007-11-172-4/+13
| | |
* | | Merge branch 'master' into internal-setarchMichael E Brown2007-11-170-0/+0
|\ \ \ | | | | | | | | | | | | | | | | * master: add to pre-existing deps, dont replace.
| * | | add to pre-existing deps, dont replace.Michael E Brown2007-11-171-1/+1
| | | |
* | | | dont need setarch for initial srpm install or rebuild of srpm. need setarch ↵Michael E Brown2007-11-171-3/+3
| | | | | | | | | | | | | | | | in chroot.
* | | | add to pre-existing deps, dont replace.Michael E Brown2007-11-171-1/+1
| | | |
* | | | run setarch internally based on target_archMichael E Brown2007-11-172-5/+5
|/ / /
* | | add dist tags. Mostly useful for substituting in --resultdir for now.Michael E Brown2007-11-1721-0/+21
| | |
* | | print accurate config name. sharedRootName could have been anything.Michael E Brown2007-11-171-1/+2
| | |
* | | allow resultdir to be variable-substituted on cmdline.Michael E Brown2007-11-171-1/+1
| | |
* | | hard dep on python 2.4+ due to new decorator syntax.Michael E Brown2007-11-161-1/+1
| | |
* | | better state info.Michael E Brown2007-11-162-2/+2
| | |
* | | re-fix problem when missing logging.iniMichael E Brown2007-11-161-1/+1
| | |
* | | Merge branch 'master' of ssh://mebrown@git.fedoraproject.org/git/hosted/mockMichael E Brown2007-11-151-1/+1
|\ \ \ | | |/ | |/|
| * | shouldnt need to set rpmlock_path macro with fixes in rpm.Michael E Brown2007-11-151-1/+0
| | |
| * | Merge branch 'master' of ssh://mebrown@git.fedoraproject.org/git/hosted/mockMichael E Brown2007-11-151-6/+6
| |\ \ | | | | | | | | | | | | | | | | * 'master' of ssh://mebrown@git.fedoraproject.org/git/hosted/mock: document 'clean' behaviour for install[deps], chroot, shell.
| * | | 'expect' wont work without /dev/ptmx.Michael E Brown2007-11-151-0/+1
| | |/ | |/|
* | | enable 'installdeps' to work with normal rpm.Michael E Brown2007-11-141-1/+1
| |/ |/|
* | document 'clean' behaviour for install[deps], chroot, shell.Michael E Brown2007-11-141-6/+6
|/
* fixes for builddir!=srcdirMichael E Brown2007-11-122-2/+2
|
* version bumpMichael E Brown2007-11-123-14/+14
|
* change logger name for state log in example defaults.cfg to match what is in ↵Michael E Brown2007-11-121-1/+1
| | | | mock.py
* fix formatter for asctime - missing sMichael E Brown2007-11-121-2/+2
|
* extra log format just for state log.Michael E Brown2007-11-122-3/+6
|
* Merge branch 'master' of ssh://mebrown@git.fedoraproject.org/git/hosted/mockMichael E Brown2007-11-121-0/+2
|\
| * dont clean chroot on shell,chroot,install, or installdepsMichael E Brown2007-11-121-0/+2
| |
* | first pass at making logging format configurable per-logfile from the config ↵Michael E Brown2007-11-123-14/+32
|/ | | | file.
* remove el3 compat stuff from spec because it has no hope of working on el3 ↵Michael E Brown2007-11-061-9/+0
| | | | due to extensive python changes.
* version bumpmock-0.8.7Michael E Brown2007-11-063-14/+14
|
* f8 uses groupinstall vs install for setting up buildroot.Michael E Brown2007-11-064-4/+4
|
* add f8 configsMichael E Brown2007-11-064-0/+138
|
* version bumpmock-0.8.6Michael E Brown2007-11-062-13/+13
|
* fix BZ#366731. supress wrapper output.Michael E Brown2007-11-061-1/+1
|
* update manpage to reflect reality.Michael E Brown2007-11-031-3/+3
|
* use built-in chroot facilities rather than running /usr/sbin/chroot.Michael E Brown2007-11-021-2/+1
|
* use symlink vs creating a shell script. more scalable and we can cache more ↵mock-0.8.5Michael E Brown2007-10-311-15/+13
| | | | types of cc invokations.