| Commit message (Expand) | Author | Age | Files | Lines |
* | handle --searchmedia <media1>,...,<mediaN> | Pascal Rigaux | 2007-09-06 | 1 | -7/+3 |
* | - urpmi | Pascal Rigaux | 2007-09-05 | 1 | -1/+1 |
* | inline function select_media() (for next commit) | Pascal Rigaux | 2007-09-05 | 1 | -4/+5 |
* | make it more robust when no password is found in urpmi's netrc | Pascal Rigaux | 2007-08-30 | 1 | -1/+1 |
* | move get_packages_list() (for next commit) | Pascal Rigaux | 2007-08-11 | 1 | -17/+2 |
* | allow using --skip even if skip.list file is missing | Pascal Rigaux | 2007-08-11 | 1 | -1/+1 |
* | - all tools | Pascal Rigaux | 2007-08-11 | 1 | -4/+5 |
* | remove duplicated \n | Pascal Rigaux | 2007-07-06 | 1 | -1/+1 |
* | fix typos | Pascal Rigaux | 2007-07-05 | 1 | -2/+2 |
* | - when adding media with --distrib, ignore incompatible media according arch | Olivier Thauvin | 2007-07-05 | 1 | -0/+7 |
* | - urpmi.addmedia --distrib, urpmi/urpme/urpmf/urpmq --use-distrib | Pascal Rigaux | 2007-06-18 | 1 | -9/+14 |
* | - urpmi.addmedia | Pascal Rigaux | 2007-06-18 | 1 | -5/+4 |
* | - urpmi.update | Pascal Rigaux | 2007-06-18 | 1 | -3/+2 |
* | cleanup | Pascal Rigaux | 2007-06-18 | 1 | -2/+3 |
* | simplify (callback is never passed as parameter) | Pascal Rigaux | 2007-05-31 | 1 | -3/+3 |
* | - urpmi.addmedia | Pascal Rigaux | 2007-05-29 | 1 | -1/+1 |
* | urpmf: allow using hdlist on mounted cdrom | Pascal Rigaux | 2007-05-09 | 1 | -2/+2 |
* | fix urpmi.addmedia foo removable://... (#30257) | Pascal Rigaux | 2007-05-09 | 1 | -4/+4 |
* | - urpmi.addmedia | Pascal Rigaux | 2007-05-04 | 1 | -1/+1 |
* | - urpmi.addmedia | Pascal Rigaux | 2007-05-04 | 1 | -0/+2 |
* | log the copying of pubkey | Pascal Rigaux | 2007-05-04 | 1 | -0/+1 |
* | re-sync after the big svn loss | Pascal Rigaux | 2007-04-24 | 1 | -14/+9 |
* | create _tempignore() and use it | Pascal Rigaux | 2007-01-10 | 1 | -16/+22 |
* | simplify | Pascal Rigaux | 2007-01-10 | 1 | -27/+15 |
* | log fetching pubkeys, and cleanup | Pascal Rigaux | 2006-12-08 | 1 | -17/+18 |
* | use media_info_dir for media just created with "... with <relative hdlist>" | Pascal Rigaux | 2006-12-04 | 1 | -7/+26 |
* | nicer comment | Pascal Rigaux | 2006-12-04 | 1 | -13/+27 |
* | create /dev/null in chroot | Pascal Rigaux | 2006-11-29 | 1 | -2/+4 |
* | directly set $urpm->{root}, it's simpler | Pascal Rigaux | 2006-11-29 | 1 | -2/+2 |
* | log recovering url (with password) from list | Pascal Rigaux | 2006-11-29 | 1 | -0/+1 |
* | (add_medium) enable to set per medium downloader | Thierry Vignaud | 2006-11-28 | 1 | -0/+1 |
* | priority is dead (it was only used internally) | Pascal Rigaux | 2006-11-28 | 1 | -1/+0 |
* | simplify the control path | Pascal Rigaux | 2006-11-28 | 1 | -29/+11 |
* | simplify | Pascal Rigaux | 2006-11-28 | 1 | -47/+78 |
* | perl_checker compliance | Pascal Rigaux | 2006-11-28 | 1 | -2/+2 |
* | - don't do second pass when non useful | Pascal Rigaux | 2006-11-28 | 1 | -9/+19 |
* | fix typo in previous commit | Pascal Rigaux | 2006-11-28 | 1 | -1/+1 |
* | verify {synthesis} is used correctly, and cleanup | Pascal Rigaux | 2006-11-28 | 1 | -6/+4 |
* | drop obsolete function | Pascal Rigaux | 2006-11-28 | 1 | -133/+137 |
* | - add {debug} level messages | Pascal Rigaux | 2006-11-28 | 1 | -3/+0 |
* | - factorize code from _update_medium__parse_if_unmodified__remote() to make it | Pascal Rigaux | 2006-11-28 | 1 | -28/+53 |
* | factorize | Pascal Rigaux | 2006-11-28 | 1 | -4/+2 |
* | we don't need to pass $hdlist_or to _read_existing_synthesis_and_hdlist_if_sa... | Pascal Rigaux | 2006-11-28 | 1 | -5/+5 |
* | stop using {hdlist} name in cache/partial, use the downloaded name | Pascal Rigaux | 2006-11-28 | 1 | -23/+20 |
* | - create cachedir_with_hdlist() and use it to get rid of $basename | Pascal Rigaux | 2006-11-27 | 1 | -24/+22 |
* | fix previous commit (it was the case where {hdlist} was unset and we set it) | Pascal Rigaux | 2006-11-27 | 1 | -14/+11 |
* | when parsing virtual media, do check for new missing provides, those may come | Pascal Rigaux | 2006-11-27 | 1 | -5/+7 |
* | fix display error message when need_hdlist and no hdlist | Pascal Rigaux | 2006-11-24 | 1 | -2/+5 |
* | parse a statedir synthesis if it exists, even on virtual | Pascal Rigaux | 2006-11-24 | 1 | -14/+19 |
* | use _parse_hdlist_or_synthesis() | Pascal Rigaux | 2006-11-24 | 1 | -13/+7 |