summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Trivial root completion cleanup.Ville Skyttä2010-03-301-2/+1
| |
* | initail epel-6 configs pointing at beta bitsDennis Gilmore2010-04-293-0/+177
| | | | | | | | (cherry picked from commit c16c8a554d0b581b216789fa58d5ab178b055e06)
* | remove the buildsys-build.spec file.Dennis Gilmore2010-04-291-132/+0
| | | | | | | | | | its long stopped being the way to do things (cherry picked from commit 7dcc70f1171d9db749b4b376de3159a2e7b9f17e)
* | Merge remote branch 'origin/master' into workClark Williams2010-03-2425-553/+599
|\|
| * Use pigz for gzipping by default (BZ# 570418).Ville Skyttä2010-03-233-3/+3
| |
| * Make --help etc work for non-mock users.Ville Skyttä2010-03-221-1/+3
| |
| * Move bash completion to etc/bash_completion.d.Ville Skyttä2010-03-212-1/+1
| |
| * Convert to Unix linefeeds (BZ# 553326).Ville Skyttä2010-03-2115-541/+505
| |
| * Add bash completion.Ville Skyttä2010-03-203-0/+85
| |
| * Include contrib/ in dist.Ville Skyttä2010-03-201-1/+1
| |
| * Clean up unused imports.Ville Skyttä2010-03-206-7/+2
| |
* | updated docs/release-instructions.txt to reflect 1.0 and 1.1 structureClark Williams2010-03-231-117/+109
|/ | | | | | | Updated to show that mock-1.0 is for pre-F-13 and EL-5 while mock-1.1 and beyond are for F-13+ and EL-6. Signed-off-by: Clark Williams <williams@redhat.com>
* add section on being in the mock group to mock.1Clark Williams2010-03-181-0/+4
| | | | | | | | We don't explicitly state anywhere that mock should not be run as root, but as a regular user in the mock group. Fix that by adding a small paragraph in the mock man page. Signed-off-by: Clark Williams <williams@redhat.com>
* Make --with and --without set same macro values as rpmbuild does.Ville Skyttä2010-03-171-2/+4
|
* Prep for releasemock-1.1.0Jesse Keating2010-03-112-3/+7
|
* Make createrepo disabled by defaultJesse Keating2010-03-112-2/+2
|
* make createrepo command an option (skvidal)Jesse Keating2010-03-112-1/+4
|
* Revert "Revert "add configuration option to run createrepo on result rpms""Jesse Keating2010-03-113-0/+12
| | | | | | This reverts commit bc678aba383d1a6ad4ffd884ca21aa4058856e86. Revert the revert, wheee! This is appropriate for 1.1 moving forward.
* Revert "add configuration option to run createrepo on result rpms"Jesse Keating2010-03-113-12/+0
| | | | | | | This reverts commit 716d41a0090047c3e943d102537b87d86fdcbe88. We've decided to revert this feature on the 1.0.x series. We'll add it back for 1.1
* Revert "Use -N flag with useradd, but not in EPEL #495734"Jesse Keating2010-03-118-8/+2
| | | | | | | | This reverts commit e99adc9492ab1087018c630f68f75ebe79f56a76. -n still works on Fedora, and trying to override -N with -n in epel configs fails for things like koji generated configs. Falling back to -n until that stops working for us.
* version bump to 1.0.6mock-1.0.6Clark Williams2010-02-192-5/+11
| | | | Signed-off-by: Clark Williams <williams@redhat.com>
* add utility function to detect SELinux status and use itClark Williams2010-02-192-3/+18
| | | | | | | | | Add a utility function selinuxEnabled() that returns true if SELinux is enabled on the host and false otherwise. Use this in _setupDev() method of the Root object to avoid shelling out unnecessarily to 'chcon'. Signed-off-by: Clark Williams <williams@redhat.com>
* add conditional require of python-hashlib for EL5Clark Williams2010-02-191-1/+4
| | | | | | | New Fedora repositories require code from python-hashlib so require that if the disto being built is EL5 Signed-off-by: Clark Williams <williams@redhat.com>
* version bump to 1.0.5mock-1.0.5Clark Williams2010-02-182-2/+7
| | | | Signed-off-by: Clark Williams <williams@redhat.com>
* Add Fedora 13 configsJesse Keating2010-02-177-0/+267
|
* Use -N flag with useradd, but not in EPEL #495734Jesse Keating2010-02-178-2/+8
| | | | | EL doesn't support -N, but uses -n instead. So use -N by default, but in the EL configs revert back to -n.
* version bump to 1.0.4mock-1.0.4Clark Williams2010-02-102-2/+6
| | | | Signed-off-by: Clark Williams <williams@redhat.com>
* add configuration option to run createrepo on result rpmsSeth Vidal2010-02-103-0/+12
| | | | | | | | Added patch from Seth Vidal <skvidal@fedoraproject.org> to automatically run createrepo on the generated rpms Signed-off-by: Seth Vidal <skvidal@fedoraproject.org> Signed-off-by: Clark Williams <williams@redhat.com>
* version bump to 1.0.3mock-1.0.3Clark Williams2010-01-182-3/+3
|
* add --unpriv logic to --shellClark Williams2010-01-182-1/+9
| | | | | | | Add logic to run with unprivleged uid:gid in interactive chroot shell. (BZ# 522505) Signed-off-by: Clark Williams <williams@redhat.com>
* handle distro differences for /dev/pts in chrootmock-1.0.2Clark Williams2009-12-231-4/+13
| | | | | | | | EPEL distros are older and have different behavior of the /dev/pts filesystem than newer kernels in Fedora. Deal with that when setting up devices. Signed-off-by: Clark Williams <williams@redhat.com>
* version bump to 1.0.2Clark Williams2009-12-232-2/+8
| | | | Signed-off-by: Clark Williams <williams@redhat.com>
* add IPv6 localhost entry to /etc/hosts and fix build issueClark Williams2009-12-231-2/+4
| | | | | | | | Add a default IPv6 entry for BZ545435, to fix failure in curl test suite. In addition, remove the result of gethostname(), since this causes koji to insert 'localhost' into rpms Signed-off-by: Clark Williams <williams@redhat.com>
* version bump to 1.0.1mock-1.0.1Clark Williams2009-11-253-3/+7
|
* fix intermittent problems generating root cache tarball (BZ# 540997)Clark Williams2009-11-251-5/+12
| | | | | | | | | Patch submitted by Paul Howarth <paul@city-fan.org> to prevent race condition when creating root cache tarballs and to remove partial tarballs on error. Signed-off-by: Clark Williams <williams@redhat.com> CC: Paul Howarth <paul@city-fan.org>
* version bump to 1.0.0mock-1.0.0Clark Williams2009-11-234-7/+13
| | | | Signed-off-by: Clark Williams <williams@redhat.com>
* deleted fedora-9-*.cfg filesClark Williams2009-11-237-267/+0
| | | | | | Deleted F9 configs since F12 released Signed-off-by: Clark Williams <williams@redhat.com>
* reworked devpts handling {BZ 510183}Clark Williams2009-11-232-2/+5
| | | | | | | | | | changed setup of devpts inside chroot so that /dev/ptmx is a symlink to /dev/pty/ptmx and that it's mounted with all read/write permissions so that pty's are usable inside the chroot. Also called devSetup when running interactive shell, so that shell chroot matches build chroot environment. Signed-off-by: Clark Williams <williams@redhat.com>
* added reminder to do EPEL releases to checklistClark Williams2009-11-221-0/+1
|
* version bump to 0.9.20mock-0.9.20Clark Williams2009-11-163-4/+17
| | | | | | Added autoconf/automake mojo to choose rpmbuild-md5 if available Signed-off-by: Clark Williams <williams@redhat.com>
* conditionalize import of uuid package and avoid dependent code ifClark Williams2009-11-091-9/+15
| | | | import fails (as it will on RHEL5)
* Version bumpmock-0.9.19Jesse Keating2009-11-052-2/+5
|
* Fix the target arch for F12/rawhide i386Jesse Keating2009-11-052-2/+2
|
* Version bumpmock-0.9.18Jesse Keating2009-11-052-2/+8
|
* Add new config files for Fedora 12Jesse Keating2009-11-057-0/+267
|
* Update rawhide configs to F13Jesse Keating2009-10-267-7/+7
|
* Add patch cleaning up mock configs for epel (dgilmore)Jesse Keating2009-09-106-9/+26
|
* Use the new location for koji buildroot reposJesse Keating2009-09-1021-21/+21
|
* Don't automatically update the chroot in a --no-clean scenarioJesse Keating2009-08-111-3/+2
| | | | | | This causes largely unnecessary yum runs and delays builds. The new behavior would just skip the yum call all together, unless the chroot was cleaned, in which case the setup command is called.
* version bump to 0.9.17mock-0.9.17Clark Williams2009-07-081-2/+2
|