Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - urpm::media::update_media: | Pascal Rigaux | 2007-09-27 | 1 | -9/+13 |
| | | | | | | | | | o ensure a second pass is done even if media has not been modified (useful for the %trigger trick done in urpmi to rebuild synthesis with suggests) without it, file provides are not computed properly | ||||
* | handle --searchmedia <media1>,...,<mediaN> | Pascal Rigaux | 2007-09-06 | 1 | -7/+3 |
| | | | | | (ie more than one searchmedia) | ||||
* | - urpmi | Pascal Rigaux | 2007-09-05 | 1 | -1/+1 |
| | | | | | | | o handle --searchmedia <media1>,...,<mediaN> (asked by tvignaud for rpmdrake) | ||||
* | 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 |
| | | | | | o new option --wait-lock (#13025) | ||||
* | 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 |
| | | | | | | | | | | | o media.cfg per media field hdlist=hdlist_xxx.cz is not used anymore, xxx/media_info/hdlist.cz is used instead. To get previous behaviour, use option --use-copied-hdlist or use_copied_hdlist=1 in media.cfg beware: this modifies the behaviour of urpmi, especially for multi CDs media which were the only one really using the hdlist-copied-in-media/media_info feature | ||||
* | - urpmi.addmedia | Pascal Rigaux | 2007-06-18 | 1 | -5/+4 |
| | | | | | o fix reconfig.urpmi use | ||||
* | - urpmi.update | Pascal Rigaux | 2007-06-18 | 1 | -3/+2 |
| | | | | | | o only copy previous hdlist in cache dir for rsync, don't do it for wget/curl (it's useless and potentially dangerous when used with "resume") | ||||
* | 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 |
| | | | | | | | o [bugfix] fix using "with synthesis.hdlist.cz" (#31081) (regexp m!(^|/)synthesis\.! is tricky in list context :-/) | ||||
* | urpmf: allow using hdlist on mounted cdrom | Pascal Rigaux | 2007-05-09 | 1 | -2/+2 |
| | | | | | (a better fix would be to ask to mount cdrom) | ||||
* | fix urpmi.addmedia foo removable://... (#30257) | Pascal Rigaux | 2007-05-09 | 1 | -4/+4 |
| | |||||
* | - urpmi.addmedia | Pascal Rigaux | 2007-05-04 | 1 | -1/+1 |
| | | | | | | o [bugfix] look for media/$media_dir/media_info/pubkey instead of media/$media_dir/pubkey | ||||
* | - urpmi.addmedia | Pascal Rigaux | 2007-05-04 | 1 | -0/+2 |
| | | | | | | o with --distrib, don't use previous media's pubkey if a pubkey is missing (eg: use pubkey_main for media "Main Updates" when pubkey_main_updates is missing) | ||||
* | 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 |
| | | | | | (also use it in urpm::get_pkgs::selected2list() even if callers didn't pass it) | ||||
* | 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 |
| | | | | | - display the unresolved dependencies that imply a second pass | ||||
* | 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 |
| | | | | | | - add some debug message before downloading - always display the retrieved url (using {log}) | ||||
* | - factorize code from _update_medium__parse_if_unmodified__remote() to make it | Pascal Rigaux | 2006-11-28 | 1 | -28/+53 |
| | | | | | | similar to _update_medium__parse_if_unmodified__local() - rationalize error handling | ||||
* | factorize | Pascal Rigaux | 2006-11-28 | 1 | -4/+2 |
| | |||||
* | we don't need to pass $hdlist_or to ↵ | Pascal Rigaux | 2006-11-28 | 1 | -5/+5 |
| | | | | _read_existing_synthesis_and_hdlist_if_same_time_and_msize() anymore :) | ||||
* | stop using {hdlist} name in cache/partial, use the downloaded name | Pascal Rigaux | 2006-11-28 | 1 | -23/+20 |
| | | | | | | (otherwise things are handled differently for local and remote, and the partial file name for synthesis.hdlist.cz is hdlist.cz which is misleading) | ||||
* | - create cachedir_with_hdlist() and use it to get rid of $basename | Pascal Rigaux | 2006-11-27 | 1 | -24/+22 |
| | | | | | | - _read_existing_synthesis_and_hdlist_if_same_time_and_msize() now takes a hdlist_or instead of the basename | ||||
* | 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 |
| | | | | | from non virtual media | ||||
* | 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 |
| | | | | | (preparing for having a synthesis built on virtual & hdlist) |