aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* perl_checker cleanupsThierry Vignaud2009-12-022-16/+14
* Don't lie, use the same plog level for the group of messages, so they always ...Gustavo De Nardin2009-08-071-2/+2
* - don't output control code for back-to-normal color when not using colorsGustavo De Nardin2009-08-061-5/+4
* do not test presence of /usr/lib/rpm/rpmb since rpm 4.6.0 do not have it anymorePascal Rigaux2008-12-101-1/+1
* do not try to uselessly detect latest modulesOlivier Blin2008-08-211-1/+1
* remove hack for urpmi 6.0 (now unneded since 6.1 is out and nodes have been u...Pascal Rigaux2008-07-101-1/+0
* temporary hack to workaround bug in urpmi 6.0: create tmp_chroot/var/lib/urpmiPascal Rigaux2008-07-101-0/+1
* use better algorithm to prefer devel packages over source packagesOlivier Blin2008-04-021-11/+16
* do not force incorrect symlink in /lib/modules if already presentOlivier Blin2008-04-021-4/+8
* do not explicitely specify kernel source dir, dkms will use /lib/modules by i...Olivier Blin2008-04-021-1/+1
* add package in the cache earlier, not to mail multiple times about incorrect ...Olivier Blin2008-04-021-1/+3
* prefer match with exact same name first (for devel packages to be preferred)Olivier Blin2008-04-021-1/+1
* print source package name instead of internal nameOlivier Blin2008-04-021-1/+1
* factorize (and avoid printing harmless error messages)Olivier Blin2008-04-021-15/+12
* use better regexp and rpm output formatOlivier Blin2008-04-021-3/+3
* do not run make prepare, dkms handles itOlivier Blin2008-04-021-2/+0
* remove old commentOlivier Blin2008-04-021-2/+0
* do not uses hacks if the dkms module is built for the wrong kernel, a warning...Olivier Blin2008-04-021-23/+5
* handle rpms being installed in /var/lib/dkms (dkms-2.0.19)Olivier Blin2008-04-021-1/+1
* factorize (for next commit)Olivier Blin2008-04-021-2/+14
* send mail to admins when a DKMS module wrongly build for current kernelOlivier Blin2008-04-021-0/+8
* do not try to move modules built for current kernel if it was the targetOlivier Blin2008-04-021-1/+1
* make sure dkms commands are not run in rpm post scriptsOlivier Blin2008-04-021-0/+6
* fix removing /lib/modules/`uname -r` symlink hackOlivier Blin2008-04-021-1/+1
* skip kernel packages with no modules dir (like the "kernel" meta-package)Olivier Blin2008-04-021-2/+6
* use "real" name and version when appropriate (fix build with gspca)Olivier Blin2008-02-291-10/+10