summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | Fix git log command used for ChangeLog and AUTHORSTodd Zullinger2009-01-071-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | The git-* commands are not in the PATH by default with git >= 1.6.0. Signed-off-by: Todd Zullinger <tmz@pobox.com>
| | * | add configs from dgilmore for sparc, s390Michael E Brown2009-01-079-0/+315
| | | |
| | * | Don't disable ccache on epel-5, it is availableTodd Zullinger2008-12-213-9/+0
| | |/ | | | | | | | | | Signed-off-by: Todd Zullinger <tmz@pobox.com>
| * | removed import of popen2 from py/mock/util.py (gets rid of deprecated warning)Clark Williams2008-12-191-1/+0
| | |
| * | added version variable; added Mock Version banner to all logsClark Williams2008-12-191-0/+2
| | |
| * | added version key to config options; moved cache_topdir to /var/cache/mock; ↵Clark Williams2008-12-191-2/+3
| | | | | | | | | | | | removed trailing slash from basedir
| * | modified mock.spec.in to move cache dir from /var/lib/mock/cache to ↵Clark Williams2008-12-191-0/+4
| | | | | | | | | | | | /var/cache/mock
| * | added comment to etc/mock/site-defaults.cfg which clarify mode and group ↵Clark Williams2008-12-191-1/+3
| | | | | | | | | | | | ownership requirements for basdir and cache_topdir
| * | modified .gitignore to ignore generated filesClark Williams2008-12-191-0/+14
| |/
* / Signed-off-by: Mike McLean <mikem redhat com>Mike McLean2008-11-111-2/+10
|/
* version bumpmock-0.9.13Jesse Keating2008-11-062-2/+5
|
* Add configs for Fedora 10Jesse Keating2008-11-064-0/+154
|
* version bumpmock-0.9.12Clark Williams2008-10-152-2/+7
|
* updated release instructionsClark Williams2008-10-151-10/+12
|
* added panu's fix for strange rpm behaviorClark Williams2008-10-151-2/+4
|
* internal setarch support for s390/s390xMike McLean2008-10-141-0/+1
| | | | Signed-off-by: Mike McLean <mikem@redhat.com>
* Refer to the .newkey location of current Fedora 8/9 updates.Jesse Keating2008-09-298-8/+8
|
* updated the specfile changelogClark Williams2008-09-041-0/+5
|
* Merge branch 'master' of ↵Clark Williams2008-09-040-0/+0
|\ | | | | | | git+ssh://jcwillia@git.fedoraproject.org/git/hosted/mock
| * dealt with rawhide autotools changesClark Williams2008-09-041-1/+6
| |
* | version bumpmock-0.9.11Clark Williams2008-09-041-3/+8
| |
* | turn off tmpfs plugin for epel-4-x86_64Clark Williams2008-09-041-0/+1
| |
* | avoid using tmpfs plugin for epel-4-x86_64 testClark Williams2008-09-041-2/+3
|/
* workaround new rpm issues by deleting rpmdb temp files after unpacking root ↵Clark Williams2008-08-291-7/+13
| | | | cache
* create BUILDROOT dir required by new rpmbuildClark Williams2008-08-291-1/+1
|
* Release bumpmock-0.9.10Jesse Keating2008-05-202-2/+6
|
* Add epel-testing reposJesse Keating2008-05-206-0/+24
|
* Merge branch 'master' of ssh://git.fedorahosted.org/git/mockJesse Keating2008-05-202-1/+7
|\
| * added fix for building F-8 mockClark Williams2008-05-161-0/+6
| |
| * Merge branch 'master' of ↵Clark Williams2008-04-258-22/+162
| |\ | | | | | | | | | git+ssh://jcwillia@git.fedoraproject.org/git/hosted/mock
| * \ Merge branch 'master' of ↵Clark Williams2008-04-149-14/+41
| |\ \ | | | | | | | | | | | | git+ssh://jcwillia@git.fedoraproject.org/git/hosted/mock
| * | | changed default chroot_setup_cmd to be "groupinstall"Clark Williams2008-03-071-1/+1
| | | |
* | | | Prep for release.mock-0.9.9Jesse Keating2008-04-222-2/+6
| |_|/ |/| |
* | | Add F9 config files, prepare rawhide files for F10, comment out multilib ↵Jesse Keating2008-04-228-22/+162
| |/ |/| | | | | | | | | excludes Multilib excludes are no longer needed with Fedora 9+ as yum multilib policy changed.
* | Merge branch 'master' of ssh://mebrown@git.fedorahosted.org/git/mockMichael E Brown2008-03-316-6/+17
|\ \ | | | | | | | | | | | | | | | | | | | | | * 'master' of ssh://mebrown@git.fedorahosted.org/git/mock: version bump Update the spec changelog with interesting changes Update the spec file with compat symlinks for devel/rawhide. Move "devel" to "rawhide" to match current Fedora naming schemes.
| * | version bumpmock-0.9.8Jesse Keating2008-03-311-2/+2
| | |
| * | Update the spec changelog with interesting changesJesse Keating2008-03-311-0/+6
| | |
| * | Update the spec file with compat symlinks for devel/rawhide.Jesse Keating2008-03-311-0/+5
| | |
| * | Move "devel" to "rawhide" to match current Fedora naming schemes.Jesse Keating2008-03-314-4/+4
| | |
* | | fix typo which causes exception in command-timeout code (which was trying to ↵Michael E Brown2008-03-311-1/+1
|/ / | | | | | | raise exception)
* | add support for shmMichael E Brown2008-03-091-7/+12
| |
* | handle idiots with grace and poise.Michael E Brown2008-03-071-0/+11
|/
* Point to the correct static-repo for development stuff. Ooops.Jesse Keating2008-03-044-4/+4
|
* For Fedora 8 and higher, use priority failover method, as mirror manager ↵Jesse Keating2008-03-048-0/+20
| | | | | | | gives you back site specific mirrors in priority order. Also set a cost for koji repos to avoid downloading all from there.
* log child return code for debugging.Michael E Brown2008-03-041-0/+1
|
* fixup URL for fedorahosted path because rpmbuild chokes with ?format=rawMichael E Brown2008-03-041-1/+1
|
* modify rootcache logic to rebuild cache if config files have newer timestampClark Williams2008-02-293-1/+15
|
* Merge ssh://mock/var/ftp/pub/Applications/git/mockMichael E Brown2008-02-135-5/+5
|\ | | | | | | | | * ssh://mock/var/ftp/pub/Applications/git/mock: fixup exclude= line (AGAIN) to exclude numeric packages [0-9]
| * Merge branch 'master' of /var/ftp/pub/Applications/git/mockMichael E Brown2008-02-132-2/+3
| |\ | | | | | | | | | | | | | | | * 'master' of /var/ftp/pub/Applications/git/mock: version bump add fcntl import
| * | fixup exclude= line (AGAIN) to exclude numeric packages [0-9]Michael E Brown2008-02-135-5/+5
| | |