aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Iurt/Chroot.pm
Commit message (Collapse)AuthorAgeFilesLines
* (create_temp_chroot) tag srpm parameter as optional sinceThierry Vignaud2008-02-151-2/+2
| | | | | Urpmi::get_build_requires() doesn't provide it
* revert _excludedocs, it breaks some doc build (#37067)Olivier Blin2008-01-221-1/+0
|
* fix indentationOlivier Blin2008-01-121-1/+1
|
* (build_chroot) sort output of rpm -qaThierry Vignaud2008-01-121-1/+1
|
* (dump_rpmmacros) set %_excludedocs so that we speed up iurt on creating chrootsThierry Vignaud2008-01-121-0/+1
| | | | | by an order of magnitude by not installing _huge_ & useless docs
* replace "rpm --initdb" with "mkdir -p /var/lib/rpm" since --initdb in rpmPascal Rigaux2008-01-091-3/+2
| | | | | | 4.4.6+ was mostly creating the /var/lib/rpm, but is otherwise useless in all rpm versions
* use --urpmi_root instead of --use-distrib when the repository is http|ftpPascal Rigaux2007-11-221-0/+6
|
* prepare for --urpmi-root:Pascal Rigaux2007-11-221-0/+6
| | | | | | - remove files used by --urpmi-root (created by urpmi.addmedia --urpmi--root)
* - Revert the nsswitch.conf change, as ypbind is not used anymore and should beMarcelo Leitner2007-11-201-3/+0
| | | | | down on all nodes, also fixing this problem.
* - Use the same /etc/nsswitch.conf, because as pixel reported, without that makeMarcelo Leitner2007-11-191-0/+3
| | | | | test on perl fails due to glibc print outs screaming about YPBINDPROC_DOMAIN.
* - Put some more debugging into command execution process.Marcelo Leitner2007-11-121-0/+3
| | | | | | - Lowered free disk space tolerance from 100% to 99%, as 100% could be too late.
* - Fix typo in function exports. (was create_buid_chroot)Marcelo Leitner2007-11-121-1/+1
|
* - Force mounting iurt_medias as read-onlyMarcelo Leitner2007-11-061-1/+1
|
* - Replace a chdir call with tar -C option and avoid further errors due to theMarcelo Leitner2007-11-061-5/+14
| | | | | | path change. - Better syntax putting in evidence a duplicated code.
* - Applies Blino's fix for removing chroot tarball if its build failed.Marcelo Leitner2007-09-041-24/+28
| | | | | | | - Enhance checking if the build failed by also checking if /usr/lib/rpm/rpmb is in place. - Scream and shout something when aborting due to this reason.
* don't create ld.so.conf in the chroot, as it prevents glibc from installing ↵Gustavo De Nardin2007-08-011-1/+1
| | | | the real one, as found out by Anssi Hannula
* - added some comments.Marcelo Leitner2007-07-041-1/+8
|
* - Finish the rename.Marcelo Leitner2007-06-271-1/+1
|
* - Enhance debug on chroot creation and prepare for chroot updates.Marcelo Leitner2007-06-271-5/+42
|
* - Protect chroot removal if there is still mount points referencing it.Marcelo Leitner2007-06-191-1/+11
| | | | | - Also list our two new mountpoints in yet other chroot cleanup function.
* - --additional-media option on --chrooted-urpmi one, as they are almost clones.Marcelo Leitner2007-06-151-16/+11
|
* - Avoid compact perl and free of mistakes.Marcelo Leitner2007-06-081-1/+2
|
* - Add support for icecream via option --icecream <procs>Marcelo Leitner2007-06-081-0/+32
| | | | | | | | | - Add support for external and intentional medias via --additional_media option - Fix local_spool hdlist detection while in group mode: hdlist.cz will never be a directory. - Fix TMP environment location at package building command. It must be inside sudo, otherelse sudo will strip it.
* - Fix wrongly copied-pasted variable $chroot (should be $tmp_chroot)Marcelo Leitner2007-05-291-2/+2
|
* - Also makes sure /dev/pts is unmounted too.Marcelo Leitner2007-05-291-1/+2
| | | | | - Redirect errors to /dev/null, as usual here.
* - Umount /proc prior to tar() the chroot.Marcelo Leitner2007-05-291-0/+1
|
* Restoring code lost in the SVN breakage from an old checkoutGustavo De Nardin2007-05-121-0/+515