summaryrefslogtreecommitdiffstats
path: root/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* build fixes. avoid automatic brp-python-compile of mock.py by renaming.Michael E Brown2007-12-061-38/+39
|
* convert to use consolehelper rather than setuid wrapper.Michael E Brown2007-12-061-228/+102
|
* better rpmbuild, more specific defs for std rpmbuild options. original patch ↵Michael E Brown2007-12-041-11/+19
| | | | from Todd Zullinger (tmz). Fixups by me.
* merge conflicts.mock-0.8.13Michael E Brown2007-12-041-5/+6
|
* use python-decoratortools instead of shipping our own decorator.pyMichael E Brown2007-12-011-1/+0
|
* remove dead code (commented out).Michael E Brown2007-12-011-1/+0
|
* move build of daemontest into makefile.Michael E Brown2007-12-011-18/+39
|
* cleanup compiled python files.Michael E Brown2007-12-011-1/+2
|
* move things around so that we can run mock.py from the build tree instead of ↵Michael E Brown2007-11-301-38/+37
| | | | having to install it.
* add dep on python-ctypes so it will run on FC6. remove attempt at non-ctypes ↵Michael E Brown2007-11-291-54/+16
| | | | compatibility
* uid stuff in its own submoduleMichael E Brown2007-11-281-16/+54
|
* fixes for builddir!=srcdirMichael E Brown2007-11-121-1/+1
|
* new plugin to optionally bind-mount host dirs into buildroot. not configured ↵Michael E Brown2007-10-211-0/+1
| | | | by default.
* create plugin infrastructure. move all caching related stuff to plugins.Michael E Brown2007-10-211-18/+54
|
* loathe autoconf. finally fix distcheck and 'make distclean' removes ↵Michael E Brown2007-10-191-5/+4
| | | | src/mock.py problem.
* fix 'make distcheck'Michael E Brown2007-10-181-10/+9
|
* finally fix deps for src/mock.py so it is re-edited at correct times.Michael E Brown2007-10-181-2/+5
|
* separate out src/mock.py dep on itself so builds where srcdir==builddir will ↵Michael E Brown2007-10-181-4/+3
| | | | work properly.
* no longer need selinux lib preload.Michael E Brown2007-10-181-92/+40
|
* rename buildsys-build.spec so rpmbuild doenst accidentally use it.Michael E Brown2007-10-171-1/+1
|
* add new py files to buildMichael E Brown2007-10-161-3/+4
|
* move py modules to different subdir to avoid conflict with mock binary name.Michael E Brown2007-10-161-5/+6
|
* add new python modulesMichael E Brown2007-10-161-1/+7
|
* add/install logging config file.Michael E Brown2007-10-151-3/+3
|
* autoconf for python install.Michael E Brown2007-10-151-15/+61
|
* fix quoting on defines.Michael E Brown2007-10-111-1/+1
|
* fixup CFLAGS for -Wall and -Werror, fix include paths.Michael E Brown2007-10-101-18/+8
|
* add config.h and directory definitionsMichael E Brown2007-10-081-20/+38
|
* update makefile to install more stuff automatically (like old make system)Michael E Brown2007-10-081-21/+48
|
* add mock-yum to dist.Michael E Brown2007-10-081-1/+1
|
* update so mock.py is built properly and not removed on distcleanMichael E Brown2007-10-081-9/+4
|
* now passes distcheckMichael E Brown2007-10-081-33/+116
|
* more autotools updates.Michael E Brown2007-10-081-4/+3
|
* autotools updates.Michael E Brown2007-10-081-2/+2
|
* minor updates to autotool stuff.Michael E Brown2007-10-081-7/+12
|
* small fixes. ./configure now runs.Michael E Brown2007-10-081-4/+4
|
* initial start for auto-conf-izingMichael E Brown2007-10-081-0/+834