aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Iurt/Urpmi.pm
Commit message (Collapse)AuthorAgeFilesLines
...
* use iurt_root_command for urpmi commandsOlivier Blin2010-11-041-3/+8
|
* Missing buildrequires is for the maintainer tooPascal Terjan2010-01-191-1/+1
|
* Fail when deps would not be installed for a src.rpmPascal Terjan2010-01-051-2/+3
|
* Don't break the case when new and old src.rpm have same namePascal Terjan2009-12-301-1/+1
|
* Try harder to decide which one is re-generated rpmPascal Terjan2009-12-301-8/+5
|
* remove leftover from commit 231320 cleanupOlivier Blin2008-02-291-1/+1
|
* - Block two too dangerous pkill commands.Marcelo Leitner2008-02-201-5/+9
| | | | | - Enhance logging for another pkill command.
* perl_checker cleanupsThierry Vignaud2008-02-151-18/+16
|
* - 'rpm -b' has been deprrecated for 'rpmbuild' (for a long time?)Gustavo De Nardin2008-01-231-1/+1
|
* creation of chroot can timeout cuz 10 minutes is not enough. 1 hour should ↵Pascal Rigaux2007-11-221-1/+1
| | | | be better
* use --urpmi_root instead of --use-distrib when the repository is http|ftpPascal Rigaux2007-11-221-2/+5
|
* prepare for --urpmi-root:Pascal Rigaux2007-11-221-0/+21
| | | | | | | | | - create ->set_command__urpmi_root (which is an alternative to set_command__use_distrib) - create ->add_media__urpmi_root (to be used in build_chroot() when we want to use --urpmi-root instead of --use-distrib)
* 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
|
* - Put some more debugging into command execution process.Marcelo Leitner2007-11-121-1/+6
| | | | | | - Lowered free disk space tolerance from 100% to 99%, as 100% could be too late.
* - 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.
* 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
|
* - 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
|
* - 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.
* - Fix cache pathMarcelo Leitner2007-06-151-1/+1
|
* - --additional-media option on --chrooted-urpmi one, as they are almost clones.Marcelo Leitner2007-06-151-7/+5
|
* - 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-1/+17
| | | | | | | | | - 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.
* Restoring code lost in the SVN breakage from an old checkoutGustavo De Nardin2007-05-121-0/+789