aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Iurt/Urpmi.pm
Commit message (Expand)AuthorAgeFilesLines
* use rpmbuild/ rather than rpm/ like modern guidelinesThierry Vignaud2012-09-251-8/+8
* s/iurt2/iurt/Thierry Vignaud2012-09-021-1/+1
* fix inverted test in previous commitThierry Vignaud2012-04-171-2/+2
* (clean_chroot,new,urpmi_command) simplify using urpm::is_local_url()Thierry Vignaud2012-04-171-3/+3
* (clean_chroot,new,urpmi_command) https is a supported protocol tooThierry Vignaud2012-04-171-2/+2
* (clean_chroot) rsync is a remote protocol w/o any local mount point tooThierry Vignaud2012-04-171-2/+2
* (clean_chroot,new,urpmi_command) sortThierry Vignaud2012-04-171-2/+2
* (clean_chroot,urpmi_command) factorize/simplify a testThierry Vignaud2012-04-171-1/+1
* Drop check_build_chroot, its only goal is to force rebuilding tarball even if...Pascal Terjan2012-04-031-2/+1
* Request Core instead of Main when using --distribPascal Terjan2012-04-021-2/+3
* (recreate_srpm) kill a dead commentThierry Vignaud2012-03-261-9/+0
* (install_packages) stylingThierry Vignaud2012-03-261-2/+1
* (_install_callback) split it out of install_packages()Thierry Vignaud2012-03-261-57/+63
* (install_packages) reduce a variable scopeThierry Vignaud2012-03-261-1/+1
* (recreate_srpm) document it + perl_checker cleanupThierry Vignaud2012-03-261-1/+2
* (new) kill old resolved code that blino commented out in r130 on NovThierry Vignaud2012-03-261-9/+0
* (add_packages) add a note about buggy (but unused) codeThierry Vignaud2012-03-251-0/+1
* cosmeticThierry Vignaud2012-03-241-2/+2
* (clean_process) kill newly unused argThierry Vignaud2012-03-241-2/+2
* (add_packages) tag as unusedThierry Vignaud2012-03-241-0/+1
* (urpmi_command) kill unused argThierry Vignaud2012-03-241-2/+1
* (create_temp_chroot) kill unused argThierry Vignaud2012-03-241-2/+1
* (clean_process) kill unused argThierry Vignaud2012-03-241-2/+2
* (sudo) kill unused argThierry Vignaud2012-03-241-3/+3
* (clean) drop unused argThierry Vignaud2012-03-241-1/+1
* (get_build_requires) recreate_srpm() is actually a method callThierry Vignaud2012-03-241-1/+1
* perl_checker cleanupsThierry Vignaud2012-03-241-1/+1
* Kill unionfs supportPascal Terjan2012-03-171-5/+4
* Get rid of ERR log levelPascal Terjan2012-03-121-1/+1
* Do not use --buildrequires for non src rpmsPascal Terjan2012-03-111-1/+4
* (install_packages) explicitely use --buildrequires (kill a warning in BS logs)Thierry Vignaud2012-02-251-1/+1
* (install_packages) make it really work with multiple packages...Thierry Vignaud2012-02-251-1/+1
* move rpmbuild check in build_chroot, which is a better place than install_pac...Olivier Blin2011-03-231-7/+1
* when building chroot, do not use --distrib but use media from base_media in c...Olivier Blin2011-03-171-5/+12
* check for rpmbuild binary, not just rpmOlivier Blin2011-01-141-1/+1
* fix log variable declarationOlivier Blin2011-01-131-1/+1
* add missing parentheses in open callsOlivier Blin2011-01-131-2/+2
* remove basesystem_media_root, basesystem_media, and use_system_distrib config...Olivier Blin2010-11-251-3/+1
* use urpmi-root when listing mediaOlivier Blin2010-11-241-1/+1
* remove last sudo command callOlivier Blin2010-11-241-1/+1
* don't resolve hostname in http repository address, using IP addressOlivier Blin2010-11-241-9/+9
* use chroot when adding additional mediaOlivier Blin2010-11-241-1/+1
* use iurt_root_command to add additional mediaOlivier Blin2010-11-231-1/+2
* use rpm --root instead of sudo chroot rpmOlivier Blin2010-11-041-1/+1
* wrap urpmi.addmedia in iurt_root_commandDexter Morgan2010-11-041-1/+2
* use iurt_root_command to run chrooted rpm -i and rpmbuildOlivier Blin2010-11-041-2/+4
* 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