| Commit message (Expand) | Author | Age | Files | Lines |
* | move rpmbuild check in build_chroot, which is a better place than install_pac... | Olivier Blin | 2011-03-23 | 1 | -7/+1 |
* | when building chroot, do not use --distrib but use media from base_media in c... | Olivier Blin | 2011-03-17 | 1 | -5/+12 |
* | check for rpmbuild binary, not just rpm | Olivier Blin | 2011-01-14 | 1 | -1/+1 |
* | fix log variable declaration | Olivier Blin | 2011-01-13 | 1 | -1/+1 |
* | add missing parentheses in open calls | Olivier Blin | 2011-01-13 | 1 | -2/+2 |
* | remove basesystem_media_root, basesystem_media, and use_system_distrib config... | Olivier Blin | 2010-11-25 | 1 | -3/+1 |
* | use urpmi-root when listing media | Olivier Blin | 2010-11-24 | 1 | -1/+1 |
* | remove last sudo command call | Olivier Blin | 2010-11-24 | 1 | -1/+1 |
* | don't resolve hostname in http repository address, using IP address | Olivier Blin | 2010-11-24 | 1 | -9/+9 |
* | use chroot when adding additional media | Olivier Blin | 2010-11-24 | 1 | -1/+1 |
* | use iurt_root_command to add additional media | Olivier Blin | 2010-11-23 | 1 | -1/+2 |
* | use rpm --root instead of sudo chroot rpm | Olivier Blin | 2010-11-04 | 1 | -1/+1 |
* | wrap urpmi.addmedia in iurt_root_command | Dexter Morgan | 2010-11-04 | 1 | -1/+2 |
* | use iurt_root_command to run chrooted rpm -i and rpmbuild | Olivier Blin | 2010-11-04 | 1 | -2/+4 |
* | use iurt_root_command for urpmi commands | Olivier Blin | 2010-11-04 | 1 | -3/+8 |
* | Missing buildrequires is for the maintainer too | Pascal Terjan | 2010-01-19 | 1 | -1/+1 |
* | Fail when deps would not be installed for a src.rpm | Pascal Terjan | 2010-01-05 | 1 | -2/+3 |
* | Don't break the case when new and old src.rpm have same name | Pascal Terjan | 2009-12-30 | 1 | -1/+1 |
* | Try harder to decide which one is re-generated rpm | Pascal Terjan | 2009-12-30 | 1 | -8/+5 |
* | remove leftover from commit 231320 cleanup | Olivier Blin | 2008-02-29 | 1 | -1/+1 |
* | - Block two too dangerous pkill commands. | Marcelo Leitner | 2008-02-20 | 1 | -5/+9 |
* | perl_checker cleanups | Thierry Vignaud | 2008-02-15 | 1 | -18/+16 |
* | - '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 be... | Pascal Rigaux | 2007-11-22 | 1 | -1/+1 |
* | 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 |
* | using ->set_command, and make it clear it redirects to | Pascal Rigaux | 2007-11-22 | 1 | -6/+4 |
* | enhance previous commit: | Pascal Rigaux | 2007-11-22 | 1 | -2/+2 |
* | 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 {urpmi_media_op... | Pascal Rigaux | 2007-11-22 | 1 | -3/+2 |
* | 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 |
* | - 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 |
* | handle check of rpm files installation, since the DKMS module passes filename... | Olivier Blin | 2007-08-30 | 1 | -0/+1 |
* | 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 |
* | - We do not run chrooted, so we must prefix the media path with the chroot | Marcelo Leitner | 2007-06-27 | 1 | -1/+1 |
* | - 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 |
* | - 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 |