aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | would break vhosts, and we copy resolv.conf in the chroot anyway
* 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 ↵Olivier Blin2010-11-021-8/+3
| | | | rpmbuild runs)
* don't copy /home/builder for new users, just create the user with ↵Olivier Blin2010-11-021-12/+2
| | | | iurt_root_command and dump again the rpmmacros file
* 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
| | | | by basesystem now
* do not guess built modules from media with different arch (i.e. do not use ↵Olivier Blin2010-05-261-0/+1
| | | | i586 media from x86_64 media.cfg)
* 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
| | | | show up complete.
* - don't output control code for back-to-normal color when not using colorsGustavo De Nardin2009-08-061-5/+4
| | | | | - add an 'ERROR' plog level, as many places use that instead of 'ERR'
* 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 ↵Pascal Rigaux2008-07-101-1/+0
| | | | updated)
* 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
| | | | | and to handle contrib kernels correctly
* 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 ↵Olivier Blin2008-04-021-1/+1
| | | | itself
* add package in the cache earlier, not to mail multiple times about incorrect ↵Olivier Blin2008-04-021-1/+3
| | | | dkms module
* 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
|