Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use rpm --root instead of chrooting | Olivier Blin | 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 |
| | |||||
* | do not run rpm rebuilddb anymore, it is hopefully fixed in latest rpm releases | Olivier Blin | 2010-11-04 | 1 | -1/+1 |
| | |||||
* | add chroot support in iurt_root_command | Olivier Blin | 2010-11-04 | 1 | -0/+12 |
| | |||||
* | remove extra space | Olivier Blin | 2010-11-04 | 1 | -1/+1 |
| | |||||
* | handle commands with unhandled options in a more generic way | Olivier Blin | 2010-11-04 | 1 | -4/+8 |
| | |||||
* | extract check_urpmi_chroot_options | Olivier Blin | 2010-11-04 | 1 | -5/+10 |
| | |||||
* | add --urpmi support | Olivier Blin | 2010-11-04 | 1 | -2/+54 |
| | |||||
* | 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 |
| | |||||
* | fix typos | Olivier Blin | 2010-11-03 | 1 | -6/+6 |
| | |||||
* | move uid check in iurt_root_command (and fix checking return code) | Olivier Blin | 2010-11-02 | 2 | -2/+3 |
| | |||||
* | use iurt_root_command to mount in chroot | Olivier Blin | 2010-11-02 | 1 | -5/+5 |
| | |||||
* | add iurt_root_command --bindmount, defaulting to read-only in most cases | Olivier Blin | 2010-11-02 | 1 | -0/+14 |
| | |||||
* | 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 | 2 | -1/+11 |
| | |||||
* | check authorization for canonicalized path | Olivier Blin | 2010-11-01 | 1 | -1/+5 |
| | |||||
* | 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 |
| | |||||
* | check dir authorization for umount | Olivier Blin | 2010-11-01 | 1 | -0/+1 |
| | |||||
* | simplify as check_path_authorized | Olivier Blin | 2010-11-01 | 1 | -6/+6 |
| | |||||
* | check args in tar as well | Olivier Blin | 2010-11-01 | 1 | -0/+4 |
| | |||||
* | add umount (to be protected) | Olivier Blin | 2010-11-01 | 1 | -0/+8 |
| | |||||
* | 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 |
| | |||||
* | check sudo access for iurt_root_command only | Olivier Blin | 2010-11-01 | 1 | -3/+3 |
| | |||||
* | use iurt_root_command --tar | Olivier Blin | 2010-11-01 | 1 | -1/+1 |
| | |||||
* | add --tar and --untar support to iurt_root_command | Olivier Blin | 2010-11-01 | 1 | -0/+61 |
| | |||||
* | remove old code creating /etc/mtab and /dev/null, everything is created fine ↵ | Olivier Blin | 2010-11-01 | 1 | -8/+0 |
| | | | | by basesystem now | ||||
* | Synthesized commit during git-svn import combining previous Mandriva history ↵ | Mageia SVN-Git Migration | 2010-11-01 | 1 | -3/+3 |
| | | | | | | | | | | | | with Magiea. This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r17 | blino | 2010-11-01 22:06:35 +0000 (Mon, 01 Nov 2010) | 1 line import initial iurt fork ------------------------------------------------------------------------ | ||||
* | fix escape sequence in PS1 (from kenobi's copy) | Olivier Blin | 2010-10-31 | 1 | -1/+1 |
| | |||||
* | check for all mandatory archs if there is at least one arched package | Olivier Blin | 2010-08-25 | 1 | -2/+3 |
| | | | | | | (and not only if there is no noarch package, since now rpm can build both noarch and arched from the same src package) | ||||
* | 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) | ||||
* | use release sub-media by default (has been the default repository layout for ↵ | Olivier Blin | 2010-05-19 | 1 | -2/+2 |
| | | | | years now) | ||||
* | 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 |
| | |||||
* | - Fix --log option | Pascal Terjan | 2010-01-18 | 1 | -3/+4 |
| | |||||
* | Fix missing } | Pascal Terjan | 2010-01-05 | 1 | -13/+15 |
| | |||||
* | Fail when deps would not be installed for a src.rpm | Pascal Terjan | 2010-01-05 | 1 | -2/+3 |
| | |||||
* | Differentiate missing src.rpm from failure to rebuild it | Pascal Terjan | 2010-01-04 | 1 | -0/+8 |
| | |||||
* | 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 |
| | |||||
* | Commit the working version of build_all | Pascal Terjan | 2009-12-07 | 1 | -1/+1 |
| | |||||
* | Allow rebuilding all the media | Pascal Terjan | 2009-12-02 | 1 | -4/+8 |
| |