Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - 'rpm -b' has been deprrecated for 'rpmbuild' (for a long time?) | Gustavo De Nardin | 2008-01-23 | 1 | -1/+1 |
| | |||||
* | creation of chroot can timeout cuz 10 minutes is not enough. 1 hour should ↵ | Pascal Rigaux | 2007-11-22 | 1 | -1/+1 |
| | | | | be better | ||||
* | use --urpmi_root instead of --use-distrib when the repository is http|ftp | Pascal Rigaux | 2007-11-22 | 1 | -2/+5 |
| | |||||
* | prepare for --urpmi-root: | Pascal Rigaux | 2007-11-22 | 1 | -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 to | Pascal Rigaux | 2007-11-22 | 1 | -6/+4 |
| | | | | | | | set_command__use_distrib (preparing to allow switching to set_command__urpmi_root) | ||||
* | enhance previous commit: | Pascal Rigaux | 2007-11-22 | 1 | -2/+2 |
| | | | | | rename set_command__chroot into set_command__chrooted | ||||
* | create ->set_command__chroot | Pascal Rigaux | 2007-11-22 | 1 | -1/+5 |
| | |||||
* | fix typo in previous commit :-/ | Pascal Rigaux | 2007-11-22 | 1 | -0/+1 |
| | |||||
* | create {distrib_url} out of {urpmi_media_options}, and inline ↵ | Pascal Rigaux | 2007-11-22 | 1 | -3/+2 |
| | | | | {urpmi_media_options} | ||||
* | factorize code setting {urpmi_command} | Pascal Rigaux | 2007-11-22 | 1 | -2/+5 |
| | |||||
* | - Put some more debugging into command execution process. | Marcelo Leitner | 2007-11-12 | 1 | -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 Leitner | 2007-11-06 | 1 | -10/+0 |
| | |||||
* | - Remove trailing references from previous commit to $suf. | Marcelo Leitner | 2007-11-06 | 1 | -2/+2 |
| | |||||
* | - Stripped out very hacks at buildreqs/initial packages installation. | Marcelo Leitner | 2007-11-06 | 1 | -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 Blin | 2007-08-30 | 1 | -0/+1 |
| | | | | filenames as arguments to install_packages() | ||||
* | factorize packages installation check code in a are_installed() function | Olivier Blin | 2007-08-30 | 1 | -3/+8 |
| | |||||
* | - Do not use --probe-hdlist in urpmi.addmedia commands, as dicussed in | Marcelo Leitner | 2007-07-03 | 1 | -1/+1 |
| | | | | | distrib-admin@. | ||||
* | - We do not run chrooted, so we must prefix the media path with the chroot | Marcelo Leitner | 2007-06-27 | 1 | -1/+1 |
| | | | | | info. | ||||
* | - Fool, it was right. | Marcelo Leitner | 2007-06-27 | 1 | -1/+1 |
| | |||||
* | - Finally fix the issue: s/urpmi_medias/iurt_medias/, fixing my mistake. | Marcelo Leitner | 2007-06-27 | 1 | -1/+1 |
| | |||||
* | - Fix namespace issue. | Marcelo Leitner | 2007-06-27 | 1 | -1/+2 |
| | |||||
* | - Enhance error reporting. | Marcelo Leitner | 2007-06-27 | 1 | -1/+4 |
| | |||||
* | - Fix media variable name. | Marcelo Leitner | 2007-06-27 | 1 | -1/+1 |
| | |||||
* | - Enhance error reporting. | Marcelo Leitner | 2007-06-27 | 1 | -1/+4 |
| | |||||
* | - Fix perl keyword misuse. | Marcelo Leitner | 2007-06-26 | 1 | -1/+1 |
| | |||||
* | - Protect the cache against empty medias, as current iurt command handler will | Marcelo Leitner | 2007-06-25 | 1 | -0/+11 |
| | | | | | abort the whole thing if add_media fails. | ||||
* | - Fix cache path | Marcelo Leitner | 2007-06-15 | 1 | -1/+1 |
| | |||||
* | - --additional-media option on --chrooted-urpmi one, as they are almost clones. | Marcelo Leitner | 2007-06-15 | 1 | -7/+5 |
| | |||||
* | - Avoid compact perl and free of mistakes. | Marcelo Leitner | 2007-06-08 | 1 | -1/+2 |
| | |||||
* | - Add support for icecream via option --icecream <procs> | Marcelo Leitner | 2007-06-08 | 1 | -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 checkout | Gustavo De Nardin | 2007-05-12 | 1 | -0/+789 |