summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* start re-arranging mock.py contentsMichael E Brown2007-10-155-1008/+1218
|
* autoconf for python install.Michael E Brown2007-10-159-187/+547
|
* fix quoting on defines.Michael E Brown2007-10-112-2/+2
|
* whitespace cleanups and small cleanups.Michael E Brown2007-10-111-106/+113
|
* fixup CFLAGS for -Wall and -Werror, fix include paths.Michael E Brown2007-10-102-20/+10
|
* add config.h and directory definitionsMichael E Brown2007-10-086-59/+353
|
* update makefile to install more stuff automatically (like old make system)Michael E Brown2007-10-082-23/+54
|
* remove legacy config files.Michael E Brown2007-10-0813-520/+0
|
* add mock-yum to dist.Michael E Brown2007-10-082-2/+2
|
* remove useless .cvsignore fileMichael E Brown2007-10-081-1/+0
|
* add autotool files.Michael E Brown2007-10-087-0/+11625
|
* no longer ignore build dirMichael E Brown2007-10-081-1/+0
|
* update so mock.py is built properly and not removed on distcleanMichael E Brown2007-10-082-10/+5
|
* version updateMichael E Brown2007-10-081-1/+1
|
* now passes distcheckMichael E Brown2007-10-082-43/+127
|
* more autotools updates.Michael E Brown2007-10-084-8/+18
|
* autotools updates.Michael E Brown2007-10-0810-747/+7
|
* minor updates to autotool stuff.Michael E Brown2007-10-087-11/+29
|
* remove legacy makefileMichael E Brown2007-10-081-40/+0
|
* small fixes. ./configure now runs.Michael E Brown2007-10-084-558/+497
|
* initial start for auto-conf-izingMichael E Brown2007-10-081-1/+1
|
* initial start for auto-conf-izingMichael E Brown2007-10-0815-0/+32196
|
* remove old .cvsignore file. unused.Michael E Brown2007-10-081-3/+0
|
* Modified resolvedep search string for BZ 303791Clark Williams2007-09-271-2/+2
|
* BZ#273481 fix for buildng packages that have glib2-devel dependency on x86_64.Michael E Brown2007-08-311-1/+1
|
* version bumpmock-0.7.6Michael E Brown2007-08-273-3/+6
|
* additional fix to ensure that all file paths modified are in the chroot.Michael E Brown2007-08-201-1/+1
|
* fix path for etc/hosts in config file so it is not absolute. Fixes BZ#253654.Michael E Brown2007-08-201-1/+1
|
* changelog entry updatemock-0.7.5-2Michael E Brown2007-08-131-0/+3
|
* Patch from Roland McGrath <roland@redhat.com> to fix build for selinux ↵Michael E Brown2007-08-131-1/+1
| | | | shared library.
* release instructions minor editsMichael E Brown2007-08-081-1/+14
|
* add release instructions to make it easier on other maintainers.Michael E Brown2007-08-081-0/+85
|
* add changelog entries for the last release.Michael E Brown2007-08-081-0/+7
|
* removed error() call on closedir()mock-0.7.5Clark Williams2007-08-021-3/+6
|
* Merge branch 'master' of ↵Clark Williams2007-08-022-2/+9
|\ | | | | | | git+ssh://jcwillia@git.fedoraproject.org/git/hosted/mock
| * BZ 250425. prevent building/rebuilding of cache file unless the build was a ↵Michael E Brown2007-08-021-1/+3
| | | | | | | | clean build. This should prevent the cache from getting polluted.
| * BZ 250425. Set rebuild_cache=0 to disable rebuilding of cache.Michael E Brown2007-08-011-1/+1
| |
| * update default config file with suggestion on how to set config_opts['macros']Michael E Brown2007-07-231-0/+5
| |
* | cleaned up do_orphanskill() codeClark Williams2007-08-021-4/+4
| |
* | did some refactoring; removed unneeded error() callsClark Williams2007-07-231-65/+45
| |
* | resolved conflictClark Williams2007-07-193-3/+7
|\|
| * version bump to 0.7.4mock-0.7.4Michael E Brown2007-07-183-3/+6
| |
| * forgot to get child exit status. wait for child and set it.Michael E Brown2007-07-181-0/+1
| |
| * fix overzealous require: yum>3. We should actually run with yum 2.4. Fixes ↵Michael E Brown2007-07-111-1/+1
| | | | | | | | BZ 235490
* | bumped versionClark Williams2007-07-191-1/+1
| |
* | (no commit message)Clark Williams2007-07-133-1/+145
|/
* add some default options commented out to defaults.cfg for example purposes.mock-0.7.3Michael E Brown2007-07-101-0/+20
|
* back out default mock.py chroot_setup_cmd change. Add chroot_setup_cmd to ↵Michael E Brown2007-07-065-1/+5
| | | | -devel configs.
* change default to groupinstall buildsys-build per new default. Update legacy ↵Michael E Brown2007-07-0614-1/+14
| | | | configs to specify old buildsys-build rpm install since they dont have the new group.
* Switch to using groupinstall buildsys-buildJesse Keating2007-07-064-16/+0
| | | | | | Remove unused groups repo Signed-off-by: Michael E Brown <michael_e_brown@dell.com>