aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* using ->set_command, and make it clear it redirects toPascal Rigaux2007-11-221-6/+4
| | | | | | | set_command__use_distrib (preparing to allow switching to set_command__urpmi_root)
* enhance previous commit:Pascal Rigaux2007-11-221-2/+2
| | | | | rename set_command__chroot into set_command__chrooted
* create ->set_command__chrootPascal Rigaux2007-11-221-1/+5
|
* fix typo in previous commit :-/Pascal Rigaux2007-11-221-0/+1
|
* create {distrib_url} out of {urpmi_media_options}, and inline ↵Pascal Rigaux2007-11-221-3/+2
| | | | {urpmi_media_options}
* factorize code setting {urpmi_command}Pascal Rigaux2007-11-221-2/+5
|
* - 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-123-3/+13
| | | | | | - 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.
* - Remove tricky rpm --rebuilddb when builddeps are broken.Marcelo Leitner2007-11-061-10/+0
|
* - Remove trailing references from previous commit to $suf.Marcelo Leitner2007-11-061-2/+2
|
* - Stripped out very hacks at buildreqs/initial packages installation.Marcelo Leitner2007-11-061-244/+94
| | | | | | URPMI is stable enough nowadays and these hacks seems to be introducing more danger than helping.
* (check_upload_tree) make obvious to perl_checker this is an optional argumentThierry Vignaud2007-10-081-3/+3
|
* - 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.
* handle check of rpm files installation, since the DKMS module passes ↵Olivier Blin2007-08-301-0/+1
| | | | filenames as arguments to install_packages()
* factorize packages installation check code in a are_installed() functionOlivier Blin2007-08-301-3/+8
|
* - Support contrib kernel naming.Marcelo Leitner2007-08-131-1/+1
|
* 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
|
* - Do not use --probe-hdlist in urpmi.addmedia commands, as dicussed inMarcelo Leitner2007-07-031-1/+1
| | | | | distrib-admin@.
* - We do not run chrooted, so we must prefix the media path with the chrootMarcelo Leitner2007-06-271-1/+1
| | | | | info.
* - Fool, it was right.Marcelo Leitner2007-06-271-1/+1
|
* - Finally fix the issue: s/urpmi_medias/iurt_medias/, fixing my mistake.Marcelo Leitner2007-06-271-1/+1
|
* - Fix namespace issue.Marcelo Leitner2007-06-271-1/+2
|
* - Enhance error reporting.Marcelo Leitner2007-06-271-1/+4
|
* - Fix media variable name.Marcelo Leitner2007-06-271-1/+1
|
* - Enhance error reporting.Marcelo Leitner2007-06-271-1/+4
|
* - 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
|
* - Fix perl keyword misuse.Marcelo Leitner2007-06-261-1/+1
|
* - Protect the cache against empty medias, as current iurt command handler willMarcelo Leitner2007-06-251-0/+11
| | | | | abort the whole thing if add_media fails.
* - 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.
* - Fix cache pathMarcelo Leitner2007-06-151-1/+1
|
* - --additional-media option on --chrooted-urpmi one, as they are almost clones.Marcelo Leitner2007-06-152-23/+16
|
* - Avoid compact perl and free of mistakes.Marcelo Leitner2007-06-082-2/+4
|
* - Add support for icecream via option --icecream <procs>Marcelo Leitner2007-06-082-1/+49
| | | | | | | | | - 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
|
* remove the newlineGustavo De Nardin2007-05-211-0/+1
|
* get_repsys_conf() didn't really got Repsys config, just emails from theGustavo De Nardin2007-05-211-20/+8
| | | | | | static file. Changed it for get_author_email(), which uses repsys command itself to get the email. Should fix bug #30904.
* Restoring code lost in the SVN breakage from an old checkoutGustavo De Nardin2007-05-129-0/+2580