| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 rpmb... | Olivier Blin | 2010-11-02 | 1 | -8/+3 |
* | don't copy /home/builder for new users, just create the user with iurt_root_c... | Olivier Blin | 2010-11-02 | 1 | -12/+2 |
* | 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 |
* | do not guess built modules from media with different arch (i.e. do not use i5... | Olivier Blin | 2010-05-26 | 1 | -0/+1 |
* | 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 |
* | Fail when deps would not be installed for a src.rpm | Pascal Terjan | 2010-01-05 | 1 | -2/+3 |
* | Don't break the case when new and old src.rpm have same name | Pascal Terjan | 2009-12-30 | 1 | -1/+1 |
* | Try harder to decide which one is re-generated rpm | Pascal Terjan | 2009-12-30 | 1 | -8/+5 |
* | perl_checker cleanups | Thierry Vignaud | 2009-12-02 | 2 | -16/+14 |
* | Don't lie, use the same plog level for the group of messages, so they always ... | Gustavo De Nardin | 2009-08-07 | 1 | -2/+2 |
* | - don't output control code for back-to-normal color when not using colors | Gustavo De Nardin | 2009-08-06 | 1 | -5/+4 |
* | do not test presence of /usr/lib/rpm/rpmb since rpm 4.6.0 do not have it anymore | Pascal Rigaux | 2008-12-10 | 1 | -1/+1 |
* | do not try to uselessly detect latest modules | Olivier Blin | 2008-08-21 | 1 | -1/+1 |
* | remove hack for urpmi 6.0 (now unneded since 6.1 is out and nodes have been u... | Pascal Rigaux | 2008-07-10 | 1 | -1/+0 |
* | temporary hack to workaround bug in urpmi 6.0: create tmp_chroot/var/lib/urpmi | Pascal Rigaux | 2008-07-10 | 1 | -0/+1 |
* | use better algorithm to prefer devel packages over source packages | Olivier Blin | 2008-04-02 | 1 | -11/+16 |
* | do not force incorrect symlink in /lib/modules if already present | Olivier Blin | 2008-04-02 | 1 | -4/+8 |
* | do not explicitely specify kernel source dir, dkms will use /lib/modules by i... | Olivier Blin | 2008-04-02 | 1 | -1/+1 |
* | add package in the cache earlier, not to mail multiple times about incorrect ... | Olivier Blin | 2008-04-02 | 1 | -1/+3 |
* | prefer match with exact same name first (for devel packages to be preferred) | Olivier Blin | 2008-04-02 | 1 | -1/+1 |
* | print source package name instead of internal name | Olivier Blin | 2008-04-02 | 1 | -1/+1 |
* | factorize (and avoid printing harmless error messages) | Olivier Blin | 2008-04-02 | 1 | -15/+12 |
* | use better regexp and rpm output format | Olivier Blin | 2008-04-02 | 1 | -3/+3 |
* | do not run make prepare, dkms handles it | Olivier Blin | 2008-04-02 | 1 | -2/+0 |
* | remove old comment | Olivier Blin | 2008-04-02 | 1 | -2/+0 |
* | do not uses hacks if the dkms module is built for the wrong kernel, a warning... | Olivier Blin | 2008-04-02 | 1 | -23/+5 |
* | handle rpms being installed in /var/lib/dkms (dkms-2.0.19) | Olivier Blin | 2008-04-02 | 1 | -1/+1 |
* | factorize (for next commit) | Olivier Blin | 2008-04-02 | 1 | -2/+14 |
* | send mail to admins when a DKMS module wrongly build for current kernel | Olivier Blin | 2008-04-02 | 1 | -0/+8 |