Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added step to update docs/runtests.sh to use current config | Clark Williams | 2009-07-08 | 1 | -7/+9 |
| | |||||
* | updated to use fedora-10-x86_64 as test config | Clark Williams | 2009-07-08 | 1 | -1/+1 |
| | |||||
* | patch from Levente Farkas (lfarkas@lfarkas.org) to fix excludes for | Clark Williams | 2009-07-08 | 1 | -2/+1 |
| | | | | | | EPEL 5 on x86_64. BZ# 500617 Signed-off-by: Clark Williams <williams@redhat.com> | ||||
* | fixed stupid typo in last update | Clark Williams | 2009-07-08 | 1 | -1/+1 |
| | | | | Signed-off-by: Clark Williams <williams@redhat.com> | ||||
* | reworked /dev/pts mount command to lookup 'tty' group id and | Clark Williams | 2009-07-08 | 1 | -1/+6 |
| | | | | | | | to use the 'newinstance' mount option if the kernel version is >= 2.6.29 Signed-off-by: Clark Williams <williams@redhat.com> | ||||
* | ignore mock-unit-test directory in .gitignore | Clark Williams | 2009-07-08 | 1 | -0/+1 |
| | |||||
* | added contrib/mock-cleanup script | Clark Williams | 2009-07-08 | 1 | -0/+30 |
| | |||||
* | Add directory and infrastructure that will allow dbus to start in chroot. | Clark Williams | 2009-07-08 | 1 | -0/+11 |
| | | | | | | BZ# 460574 Signed-off-by: Clark Williams <williams@redhat.com> | ||||
* | added code to raise exception when --shell specified for uninitialized | Clark Williams | 2009-07-08 | 1 | -0/+2 |
| | | | | | | chroot. BZ# 506288 Signed-off-by: Clark Williams <williams@redhat.com> | ||||
* | Patch from Jakub Jelinek (jakub@redhat.com) to fix incorrect mode and | Clark Williams | 2009-07-08 | 1 | -1/+1 |
| | | | | | | group for /dev/pts mounted in chroot (BZ# 510183) Signed-off-by: Clark Williams <williams@redhat.com> | ||||
* | Merge commit 'origin/master' into clark | Clark Williams | 2009-06-24 | 10 | -4/+277 |
|\ | |||||
| * | Version bumpmock-0.9.16 | Jesse Keating | 2009-05-11 | 2 | -2/+5 |
| | | |||||
| * | 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 |
| | | |||||
* | | Support configurable root cache compression | Lubomir Rintel | 2009-03-27 | 3 | -4/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | This patch adds configuration options that influence how is the root cache compressed: config_opts['plugin_conf']['root_cache_opts']['compress_program'] = "gzip" config_opts['plugin_conf']['root_cache_opts']['extension'] = ".gz" Motivation to do this was to be able to use lzma compression. While it takes a long time to compress, for me it was more than two times faster than gzip when decompressing. Since I only seldom regenerate the root cache while doing a lot of builds, I was able to gain a considerable speed up. | ||||
* | | Be able to resolve hostname | Lubomir Rintel | 2009-03-27 | 2 | -7/+17 |
|/ | | | | | Copy /etc/hosts from host when resolver configuration is being copied, otherwise add hostname as a loopback alias. | ||||
* | 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 |
| |