| Commit message (Expand) | Author | Age | Files | Lines |
* | close the rpmmacros file when done | Olivier Blin | 2011-01-10 | 1 | -0/+1 |
* | fix indentation | Olivier Blin | 2010-11-25 | 1 | -30/+30 |
* | factorize chroot rebuild code | Olivier Blin | 2010-11-25 | 1 | -19/+10 |
* | fix case | Olivier Blin | 2010-11-25 | 1 | -1/+1 |
* | linking back the chroot tarball is only needed when not rebuilding the chroot | Olivier Blin | 2010-11-25 | 1 | -1/+1 |
* | simplify | Olivier Blin | 2010-11-25 | 1 | -4/+2 |
* | create tmp_chroot in one place only | Olivier Blin | 2010-11-25 | 1 | -2/+2 |
* | add a message when the chroot is already up-to-date | Olivier Blin | 2010-11-25 | 1 | -1/+3 |
* | use urpmq --list to find available basesystem package versions, | Olivier Blin | 2010-11-25 | 1 | -10/+9 |
* | do not add rpm extension when building packages list | Olivier Blin | 2010-11-25 | 1 | -1/+1 |
* | Fix typo | Dexter Morgan | 2010-11-04 | 1 | -1/+1 |
* | 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 |
* | perl_checker cleanups | Thierry Vignaud | 2009-12-02 | 1 | -13/+12 |
* | 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 |
* | 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 |
* | (create_temp_chroot) tag srpm parameter as optional since | Thierry Vignaud | 2008-02-15 | 1 | -2/+2 |
* | revert _excludedocs, it breaks some doc build (#37067) | Olivier Blin | 2008-01-22 | 1 | -1/+0 |
* | fix indentation | Olivier Blin | 2008-01-12 | 1 | -1/+1 |
* | (build_chroot) sort output of rpm -qa | Thierry Vignaud | 2008-01-12 | 1 | -1/+1 |
* | (dump_rpmmacros) set %_excludedocs so that we speed up iurt on creating chroots | Thierry Vignaud | 2008-01-12 | 1 | -0/+1 |
* | replace "rpm --initdb" with "mkdir -p /var/lib/rpm" since --initdb in rpm | Pascal Rigaux | 2008-01-09 | 1 | -3/+2 |
* | use --urpmi_root instead of --use-distrib when the repository is http|ftp | Pascal Rigaux | 2007-11-22 | 1 | -0/+6 |
* | prepare for --urpmi-root: | Pascal Rigaux | 2007-11-22 | 1 | -0/+6 |
* | - Revert the nsswitch.conf change, as ypbind is not used anymore and should be | Marcelo Leitner | 2007-11-20 | 1 | -3/+0 |
* | - Use the same /etc/nsswitch.conf, because as pixel reported, without that make | Marcelo Leitner | 2007-11-19 | 1 | -0/+3 |
* | - Put some more debugging into command execution process. | Marcelo Leitner | 2007-11-12 | 1 | -0/+3 |
* | - Fix typo in function exports. (was create_buid_chroot) | Marcelo Leitner | 2007-11-12 | 1 | -1/+1 |
* | - Force mounting iurt_medias as read-only | Marcelo Leitner | 2007-11-06 | 1 | -1/+1 |
* | - Replace a chdir call with tar -C option and avoid further errors due to the | Marcelo Leitner | 2007-11-06 | 1 | -5/+14 |
* | - Applies Blino's fix for removing chroot tarball if its build failed. | Marcelo Leitner | 2007-09-04 | 1 | -24/+28 |
* | don't create ld.so.conf in the chroot, as it prevents glibc from installing t... | Gustavo De Nardin | 2007-08-01 | 1 | -1/+1 |
* | - added some comments. | Marcelo Leitner | 2007-07-04 | 1 | -1/+8 |
* | - Finish the rename. | Marcelo Leitner | 2007-06-27 | 1 | -1/+1 |
* | - Enhance debug on chroot creation and prepare for chroot updates. | Marcelo Leitner | 2007-06-27 | 1 | -5/+42 |
* | - Protect chroot removal if there is still mount points referencing it. | Marcelo Leitner | 2007-06-19 | 1 | -1/+11 |
* | - --additional-media option on --chrooted-urpmi one, as they are almost clones. | Marcelo Leitner | 2007-06-15 | 1 | -16/+11 |