Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Build i586 on i386 for F11 and rawhide. Make rawhide dist to f12 | Jesse Keating | 2009-05-11 | 2 | -3/+3 |
| | |||||
* | version updatemock-0.9.15 | Jesse Keating | 2009-05-11 | 2 | -2/+5 |
| | |||||
* | Add config files for F11 | Jesse Keating | 2009-05-11 | 7 | -0/+267 |
| | |||||
* | Copy the hosts tzdata (/etc/localtime) into the chroot | Jesse Keating | 2009-02-05 | 1 | -0/+7 |
| | |||||
* | version bumpmock-0.9.14 | Clark Williams | 2009-02-03 | 1 | -2/+2 |
| | |||||
* | updated for 0.9.14-1 changelog | Clark Williams | 2009-02-03 | 1 | -0/+14 |
| | |||||
* | modified to not try to check s390 or sparc | Clark Williams | 2009-02-03 | 1 | -2/+2 |
| | |||||
* | removed unsupported configs | Clark Williams | 2009-02-03 | 8 | -316/+0 |
| | |||||
* | commented out dropPrivsForever() in copyin logic | Clark Williams | 2009-02-02 | 1 | -1/+1 |
| | |||||
* | updated version | Clark Williams | 2009-02-01 | 1 | -2/+2 |
| | |||||
* | buildsrpm: some additional sanity checking, and removing an unnecessary glob | Mike Bonnet | 2009-02-01 | 1 | -6/+6 |
| | |||||
* | HOME environment variable is now set globally to match chroot homedir | Mike Bonnet | 2009-02-01 | 1 | -1/+0 |
| | |||||
* | Merge branch 'master' into clark | Clark Williams | 2009-02-01 | 2 | -0/+102 |
|\ | |||||
| * | Merge branch 'buildsrpm' | Michael E Brown | 2009-01-23 | 2 | -0/+102 |
| |\ | | | | | | | | | | | | | | | | | | | | | | * buildsrpm: unlink->rmdir another srpm -> spec change in buildsrpm. add state for building srpm. cant use srpm var, use spec file instead. its ofr info only. initial work to copy spec/sources and build srpm. | ||||
| | * | unlink->rmdir | Michael E Brown | 2009-01-08 | 1 | -1/+1 |
| | | | |||||
| | * | another srpm -> spec change in buildsrpm. add state for building srpm. | Michael E Brown | 2009-01-08 | 2 | -1/+2 |
| | | | |||||
| | * | cant use srpm var, use spec file instead. its ofr info only. | Michael E Brown | 2009-01-08 | 1 | -5/+5 |
| | | | |||||
| | * | initial work to copy spec/sources and build srpm. | Michael E Brown | 2009-01-08 | 2 | -0/+101 |
| | | | |||||
* | | | set HOME environment variable to be the chroot home | Clark Williams | 2009-02-01 | 2 | -3/+1 |
| | | | |||||
* | | | Merge branch 'master' into clark | Clark Williams | 2009-02-01 | 20 | -17/+365 |
|\ \ \ | |||||
| * | | | Merge branch 'master' of ↵ | Clark Williams | 2009-01-08 | 3 | -2/+22 |
| |\| | | | | | | | | | | | | | | git+ssh://jcwillia@git.fedoraproject.org/git/hosted/mock | ||||
| | * | | Merge branch 'fix-resultdir-not-accessible' | Michael E Brown | 2009-01-07 | 3 | -2/+22 |
| | |\ \ | | | |/ | | |/| | | | | | | | | | * fix-resultdir-not-accessible: add new exception for result dir not being accessible and print nice friendly error message. | ||||
| | | * | add new exception for result dir not being accessible and print nice ↵ | Michael E Brown | 2008-11-18 | 3 | -2/+22 |
| | | | | | | | | | | | | | | | | friendly error message. | ||||
| * | | | Merge branch 'master' of ↵ | Clark Williams | 2009-01-08 | 13 | -11/+317 |
| |\| | | | | | | | | | | | | | | git+ssh://jcwillia@git.fedoraproject.org/git/hosted/mock | ||||
| | * | | Fix git log command used for ChangeLog and AUTHORS | Todd Zullinger | 2009-01-07 | 1 | -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, s390 | Michael E Brown | 2009-01-07 | 9 | -0/+315 |
| | | | | |||||
| | * | | Don't disable ccache on epel-5, it is available | Todd Zullinger | 2008-12-21 | 3 | -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 Williams | 2008-12-19 | 1 | -1/+0 |
| | | | |||||
| * | | added version variable; added Mock Version banner to all logs | Clark Williams | 2008-12-19 | 1 | -0/+2 |
| | | | |||||
| * | | added version key to config options; moved cache_topdir to /var/cache/mock; ↵ | Clark Williams | 2008-12-19 | 1 | -2/+3 |
| | | | | | | | | | | | | removed trailing slash from basedir | ||||
| * | | modified mock.spec.in to move cache dir from /var/lib/mock/cache to ↵ | Clark Williams | 2008-12-19 | 1 | -0/+4 |
| | | | | | | | | | | | | /var/cache/mock | ||||
| * | | added comment to etc/mock/site-defaults.cfg which clarify mode and group ↵ | Clark Williams | 2008-12-19 | 1 | -1/+3 |
| | | | | | | | | | | | | ownership requirements for basdir and cache_topdir | ||||
| * | | modified .gitignore to ignore generated files | Clark Williams | 2008-12-19 | 1 | -0/+14 |
| |/ | |||||
* / | Signed-off-by: Mike McLean <mikem redhat com> | Mike McLean | 2008-11-11 | 1 | -2/+10 |
|/ | |||||
* | version bumpmock-0.9.13 | Jesse Keating | 2008-11-06 | 2 | -2/+5 |
| | |||||
* | Add configs for Fedora 10 | Jesse Keating | 2008-11-06 | 4 | -0/+154 |
| | |||||
* | version bumpmock-0.9.12 | Clark Williams | 2008-10-15 | 2 | -2/+7 |
| | |||||
* | updated release instructions | Clark Williams | 2008-10-15 | 1 | -10/+12 |
| | |||||
* | added panu's fix for strange rpm behavior | Clark Williams | 2008-10-15 | 1 | -2/+4 |
| | |||||
* | internal setarch support for s390/s390x | Mike McLean | 2008-10-14 | 1 | -0/+1 |
| | | | | Signed-off-by: Mike McLean <mikem@redhat.com> | ||||
* | Refer to the .newkey location of current Fedora 8/9 updates. | Jesse Keating | 2008-09-29 | 8 | -8/+8 |
| | |||||
* | updated the specfile changelog | Clark Williams | 2008-09-04 | 1 | -0/+5 |
| | |||||
* | Merge branch 'master' of ↵ | Clark Williams | 2008-09-04 | 0 | -0/+0 |
|\ | | | | | | | git+ssh://jcwillia@git.fedoraproject.org/git/hosted/mock | ||||
| * | dealt with rawhide autotools changes | Clark Williams | 2008-09-04 | 1 | -1/+6 |
| | | |||||
* | | version bumpmock-0.9.11 | Clark Williams | 2008-09-04 | 1 | -3/+8 |
| | | |||||
* | | turn off tmpfs plugin for epel-4-x86_64 | Clark Williams | 2008-09-04 | 1 | -0/+1 |
| | | |||||
* | | avoid using tmpfs plugin for epel-4-x86_64 test | Clark Williams | 2008-09-04 | 1 | -2/+3 |
|/ | |||||
* | workaround new rpm issues by deleting rpmdb temp files after unpacking root ↵ | Clark Williams | 2008-08-29 | 1 | -7/+13 |
| | | | | cache | ||||
* | create BUILDROOT dir required by new rpmbuild | Clark Williams | 2008-08-29 | 1 | -1/+1 |
| | |||||
* | Release bumpmock-0.9.10 | Jesse Keating | 2008-05-20 | 2 | -2/+6 |
| |