summaryrefslogtreecommitdiffstats
path: root/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* Modified Makefile.am to conditionally set RPMBUILD macroClark Williams2010-08-021-5/+1
* add selinux pluginJan Vcelak2010-07-301-1/+3
* moved test suite to 'tests' directoryClark Williams2010-07-271-2/+2
* Move bash completion to etc/bash_completion.d.Ville Skyttä2010-03-211-1/+1
* Add bash completion.Ville Skyttä2010-03-201-0/+7
* Include contrib/ in dist.Ville Skyttä2010-03-201-1/+1
* version bump to 0.9.20mock-0.9.20Clark Williams2009-11-161-2/+8
* Fix git log command used for ChangeLog and AUTHORSTodd Zullinger2009-01-071-2/+2
* fix 'make srpm' to only build srpm and not also binary rpm.Michael E Brown2008-01-041-1/+1
* add tmpfs plugin to installation list.Michael E Brown2007-12-191-0/+1
* make substs tolerant of whitespace changes.Michael E Brown2007-12-181-6/+6
* fixup bad substitution for LIBDIR. Cut-n-paste error.Michael E Brown2007-12-181-8/+8
* small whitespace cleanups.Michael E Brown2007-12-181-23/+23
* fixup distclean to remove all built rpm and unit test files.Michael E Brown2007-12-181-1/+1
* fix release tests.Michael E Brown2007-12-171-1/+1
* added help targetClark Williams2007-12-141-1/+12
* add 'make check' function to call what used to be releasetests.shMichael E Brown2007-12-131-0/+3
* fixup trailing whitespace.Michael E Brown2007-12-121-3/+2
* dont place specs into release tarball. This allows us to rev the RPM without ...Michael E Brown2007-12-121-1/+1
* auto generate AUTHORS file from git.Michael E Brown2007-12-121-1/+5
* remove generated autotools files from source repository. use autogen.sh to cr...Michael E Brown2007-12-121-0/+4
* remove dead code from autoconf files since we no longer compile anything.Michael E Brown2007-12-121-4/+0
* cleanup daemontest executable.Michael E Brown2007-12-111-1/+1
* build fixes. avoid automatic brp-python-compile of mock.py by renaming.Michael E Brown2007-12-061-4/+5
* convert to use consolehelper rather than setuid wrapper.Michael E Brown2007-12-061-13/+11
* better rpmbuild, more specific defs for std rpmbuild options. original patch ...Michael E Brown2007-12-041-12/+20
* 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-1/+3
* cleanup compiled python files.Michael E Brown2007-12-011-0/+2
* move things around so that we can run mock.py from the build tree instead of ...Michael E Brown2007-11-301-29/+24
* add dep on python-ctypes so it will run on FC6. remove attempt at non-ctypes ...Michael E Brown2007-11-291-7/+2
* uid stuff in its own submoduleMichael E Brown2007-11-281-2/+7
* 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
* create plugin infrastructure. move all caching related stuff to plugins.Michael E Brown2007-10-211-0/+6
* loathe autoconf. finally fix distcheck and 'make distclean' removes src/mock....Michael E Brown2007-10-191-4/+3
* fix 'make distcheck'Michael E Brown2007-10-181-8/+9
* finally fix deps for src/mock.py so it is re-edited at correct times.Michael E Brown2007-10-181-4/+5
* separate out src/mock.py dep on itself so builds where srcdir==builddir will ...Michael E Brown2007-10-181-1/+3
* no longer need selinux lib preload.Michael E Brown2007-10-181-7/+0
* 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/+6
* add/install logging config file.Michael E Brown2007-10-151-3/+3
* autoconf for python install.Michael E Brown2007-10-151-2/+7
* 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-2/+2