Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | when building chroot, do not use --distrib but use media from base_media in ↵ | Olivier Blin | 2011-03-17 | 2 | -6/+13 |
| | | | | config | ||||
* | ignore gpg-pubkey packages in installed packages list | Nicolas Vigier | 2011-02-11 | 1 | -1/+1 |
| | |||||
* | backport a one-liner fix from mdv: "it should say where it lacks disk space" ↵ | Thierry Vignaud | 2011-01-26 | 1 | -1/+1 |
| | | | | (bogdano) | ||||
* | Fix first part of message not being displayed | Pascal Terjan | 2011-01-18 | 1 | -1/+1 |
| | |||||
* | check for rpmbuild binary, not just rpm | Olivier Blin | 2011-01-14 | 1 | -1/+1 |
| | |||||
* | fix log variable declaration | Olivier Blin | 2011-01-13 | 1 | -1/+1 |
| | |||||
* | add missing parentheses in open calls | Olivier Blin | 2011-01-13 | 4 | -5/+5 |
| | |||||
* | fail early if chroot creation fails (if some suggests have unsatisfied | Olivier Blin | 2011-01-13 | 1 | -6/+3 |
| | | | | | | | | deps, chroot creation will appear as failed in status log and make ulri fail, but the chroot was still usable to build package, and the whole build was marked as failed only after finishing the package rebuild) this also removes duplicate check for /bin/rpm | ||||
* | close the rpmmacros file when done | Olivier Blin | 2011-01-10 | 1 | -0/+1 |
| | |||||
* | remove basesystem_media_root, basesystem_media, and use_system_distrib ↵ | Olivier Blin | 2010-11-25 | 1 | -3/+1 |
| | | | | config options, they have no use now that we don't need a repository tree to check if chroot is up-to-date | ||||
* | fix indentation | Olivier Blin | 2010-11-25 | 1 | -30/+30 |
| | |||||
* | factorize chroot rebuild code | Olivier Blin | 2010-11-25 | 1 | -19/+10 |
| | |||||
* | fix case | Olivier Blin | 2010-11-25 | 1 | -1/+1 |
| | |||||
* | linking back the chroot tarball is only needed when not rebuilding the chroot | Olivier Blin | 2010-11-25 | 1 | -1/+1 |
| | |||||
* | simplify | Olivier Blin | 2010-11-25 | 1 | -4/+2 |
| | |||||
* | create tmp_chroot in one place only | Olivier Blin | 2010-11-25 | 1 | -2/+2 |
| | |||||
* | add a message when the chroot is already up-to-date | Olivier Blin | 2010-11-25 | 1 | -1/+3 |
| | |||||
* | use urpmq --list to find available basesystem package versions, | Olivier Blin | 2010-11-25 | 1 | -10/+9 |
| | | | | | instead of checking a path, since it likely requies to have an additional NFS available | ||||
* | do not add rpm extension when building packages list | Olivier Blin | 2010-11-25 | 1 | -1/+1 |
| | |||||
* | use urpmi-root when listing media | Olivier Blin | 2010-11-24 | 1 | -1/+1 |
| | |||||
* | remove last sudo command call | Olivier Blin | 2010-11-24 | 1 | -1/+1 |
| | |||||
* | don't resolve hostname in http repository address, using IP address | Olivier Blin | 2010-11-24 | 1 | -9/+9 |
| | | | | | would break vhosts, and we copy resolv.conf in the chroot anyway | ||||
* | use chroot when adding additional media | Olivier Blin | 2010-11-24 | 1 | -1/+1 |
| | |||||
* | use iurt_root_command to add additional media | Olivier Blin | 2010-11-23 | 1 | -1/+2 |
| | |||||
* | use rpm --root instead of sudo chroot rpm | Olivier Blin | 2010-11-04 | 1 | -1/+1 |
| | |||||
* | wrap urpmi.addmedia in iurt_root_command | Dexter Morgan | 2010-11-04 | 1 | -1/+2 |
| | |||||
* | Fix typo | Dexter Morgan | 2010-11-04 | 1 | -1/+1 |
| | |||||
* | use iurt_root_command to run chrooted rpm -i and rpmbuild | Olivier Blin | 2010-11-04 | 1 | -2/+4 |
| | |||||
* | remove extra space | Olivier Blin | 2010-11-04 | 1 | -1/+1 |
| | |||||
* | use iurt_root_command for urpmi commands | Olivier Blin | 2010-11-04 | 1 | -3/+8 |
| | |||||
* | add support for iurt_root_command in perform_command | Olivier Blin | 2010-11-04 | 1 | -0/+5 |
| | |||||
* | use a sudo variable, like in other modules | Olivier Blin | 2010-11-04 | 1 | -2/+4 |
| | |||||
* | move uid check in iurt_root_command (and fix checking return code) | Olivier Blin | 2010-11-02 | 1 | -1/+1 |
| | |||||
* | use iurt_root_command to mount in chroot | Olivier Blin | 2010-11-02 | 1 | -5/+5 |
| | |||||
* | create rpm dirs in /etc/skel (actually needed to copy the src.rpm before ↵ | Olivier Blin | 2010-11-02 | 1 | -8/+3 |
| | | | | rpmbuild runs) | ||||
* | don't copy /home/builder for new users, just create the user with ↵ | Olivier Blin | 2010-11-02 | 1 | -12/+2 |
| | | | | iurt_root_command and dump again the rpmmacros file | ||||
* | use iurt_root_command to umount in clean_chroot | Olivier Blin | 2010-11-02 | 1 | -4/+4 |
| | |||||
* | use iurt_root_command --cp to write rpmmacros file | Olivier Blin | 2010-11-02 | 1 | -3/+13 |
| | |||||
* | use iurt_root_command to add user | Olivier Blin | 2010-11-01 | 1 | -1/+2 |
| | |||||
* | use iurt_root_command to untar | Olivier Blin | 2010-11-01 | 1 | -2/+2 |
| | |||||
* | use rpm --root instead of chroot rpm | Olivier Blin | 2010-11-01 | 1 | -1/+4 |
| | |||||
* | use iurt_root_command to umount | Olivier Blin | 2010-11-01 | 1 | -4/+4 |
| | |||||
* | untar /var/log/qa with iurt_root_command | Olivier Blin | 2010-11-01 | 1 | -1/+1 |
| | |||||
* | no need to pre-create rpm dirs, rpm is doing it by itself nowadays | Olivier Blin | 2010-11-01 | 1 | -6/+0 |
| | |||||
* | use iurt_root_command --tar | Olivier Blin | 2010-11-01 | 1 | -1/+1 |
| | |||||
* | remove old code creating /etc/mtab and /dev/null, everything is created fine ↵ | Olivier Blin | 2010-11-01 | 1 | -8/+0 |
| | | | | by basesystem now | ||||
* | do not guess built modules from media with different arch (i.e. do not use ↵ | Olivier Blin | 2010-05-26 | 1 | -0/+1 |
| | | | | i586 media from x86_64 media.cfg) | ||||
* | allow armv5tejl to build armv5tl packages | Olivier Blin | 2010-05-19 | 1 | -0/+1 |
| | |||||
* | Missing buildrequires is for the maintainer too | Pascal Terjan | 2010-01-19 | 1 | -1/+1 |
| | |||||
* | Use maintainers.mandriva.com instead of rpmmon to get maintainer | Pascal Terjan | 2010-01-19 | 1 | -1/+1 |
| |