aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix first part of message not being displayedPascal Terjan2011-01-181-1/+1
* check for rpmbuild binary, not just rpmOlivier Blin2011-01-141-1/+1
* fix log variable declarationOlivier Blin2011-01-131-1/+1
* add missing parentheses in open callsOlivier Blin2011-01-134-5/+5
* fail early if chroot creation fails (if some suggests have unsatisfiedOlivier Blin2011-01-131-6/+3
* close the rpmmacros file when doneOlivier Blin2011-01-101-0/+1
* remove basesystem_media_root, basesystem_media, and use_system_distrib config...Olivier Blin2010-11-251-3/+1
* fix indentationOlivier Blin2010-11-251-30/+30
* factorize chroot rebuild codeOlivier Blin2010-11-251-19/+10
* fix caseOlivier Blin2010-11-251-1/+1
* linking back the chroot tarball is only needed when not rebuilding the chrootOlivier Blin2010-11-251-1/+1
* simplifyOlivier Blin2010-11-251-4/+2
* create tmp_chroot in one place onlyOlivier Blin2010-11-251-2/+2
* add a message when the chroot is already up-to-dateOlivier Blin2010-11-251-1/+3
* use urpmq --list to find available basesystem package versions,Olivier Blin2010-11-251-10/+9
* do not add rpm extension when building packages listOlivier Blin2010-11-251-1/+1
* use urpmi-root when listing mediaOlivier Blin2010-11-241-1/+1
* remove last sudo command callOlivier Blin2010-11-241-1/+1
* don't resolve hostname in http repository address, using IP addressOlivier Blin2010-11-241-9/+9
* use chroot when adding additional mediaOlivier Blin2010-11-241-1/+1
* use iurt_root_command to add additional mediaOlivier Blin2010-11-231-1/+2
* use rpm --root instead of sudo chroot rpmOlivier Blin2010-11-041-1/+1
* wrap urpmi.addmedia in iurt_root_commandDexter Morgan2010-11-041-1/+2
* Fix typoDexter Morgan2010-11-041-1/+1
* use iurt_root_command to run chrooted rpm -i and rpmbuildOlivier Blin2010-11-041-2/+4
* remove extra spaceOlivier Blin2010-11-041-1/+1
* use iurt_root_command for urpmi commandsOlivier Blin2010-11-041-3/+8
* add support for iurt_root_command in perform_commandOlivier Blin2010-11-041-0/+5
* use a sudo variable, like in other modulesOlivier Blin2010-11-041-2/+4
* move uid check in iurt_root_command (and fix checking return code)Olivier Blin2010-11-021-1/+1
* use iurt_root_command to mount in chrootOlivier Blin2010-11-021-5/+5
* create rpm dirs in /etc/skel (actually needed to copy the src.rpm before rpmb...Olivier Blin2010-11-021-8/+3
* don't copy /home/builder for new users, just create the user with iurt_root_c...Olivier Blin2010-11-021-12/+2
* use iurt_root_command to umount in clean_chrootOlivier Blin2010-11-021-4/+4
* use iurt_root_command --cp to write rpmmacros fileOlivier Blin2010-11-021-3/+13
* use iurt_root_command to add userOlivier Blin2010-11-011-1/+2
* use iurt_root_command to untarOlivier Blin2010-11-011-2/+2
* use rpm --root instead of chroot rpmOlivier Blin2010-11-011-1/+4
* use iurt_root_command to umountOlivier Blin2010-11-011-4/+4
* untar /var/log/qa with iurt_root_commandOlivier Blin2010-11-011-1/+1
* no need to pre-create rpm dirs, rpm is doing it by itself nowadaysOlivier Blin2010-11-011-6/+0
* use iurt_root_command --tarOlivier Blin2010-11-011-1/+1
* remove old code creating /etc/mtab and /dev/null, everything is created fine ...Olivier Blin2010-11-011-8/+0
* do not guess built modules from media with different arch (i.e. do not use i5...Olivier Blin2010-05-261-0/+1
* allow armv5tejl to build armv5tl packagesOlivier Blin2010-05-191-0/+1
* Missing buildrequires is for the maintainer tooPascal Terjan2010-01-191-1/+1
* Use maintainers.mandriva.com instead of rpmmon to get maintainerPascal Terjan2010-01-191-1/+1
* Fail when deps would not be installed for a src.rpmPascal Terjan2010-01-051-2/+3
* Don't break the case when new and old src.rpm have same namePascal Terjan2009-12-301-1/+1
* Try harder to decide which one is re-generated rpmPascal Terjan2009-12-301-8/+5