summaryrefslogtreecommitdiffstats
path: root/urpm.pm
Commit message (Collapse)AuthorAgeFilesLines
* 6.46.4Thierry Vignaud2008-08-141-1/+1
|
* 6.36.3Thierry Vignaud2008-08-141-1/+1
|
* 6.26.2Thierry Vignaud2008-08-071-1/+1
|
* 6.16.1Pascal Rigaux2008-07-101-1/+1
|
* cleanupPascal Rigaux2008-07-101-1/+3
|
* $urpm->{ui_msg} is same as $urpm->{log} since $urpm->{ui} is dead Pascal Rigaux2008-07-091-1/+1
| | | | | for some time now (r14609 2004-12-07)
* please perl_checkerPascal Rigaux2008-07-091-3/+3
|
* create blist_to_urls()Pascal Rigaux2008-07-081-1/+11
|
* createPascal Rigaux2008-07-081-0/+5
|
* 6.06.0Pascal Rigaux2008-07-071-1/+1
|
* o handle "unrequested orphans" (similar to "deborphan")Pascal Rigaux2008-07-071-0/+1
|
* fix bug in previous commitPascal Rigaux2008-07-071-1/+1
|
* o fix handling --urpmi-root <relative dir>Pascal Rigaux2008-07-071-0/+3
|
* create db_open_or_die_() and use itPascal Rigaux2008-07-011-0/+6
|
* 5.205.20Pascal Rigaux2008-06-021-1/+1
|
* 5.19Pascal Rigaux2008-04-031-1/+1
|
* 5.18Pascal Rigaux2008-04-011-1/+1
|
* 5.17Pascal Rigaux2008-03-281-1/+1
|
* 5.16Pascal Rigaux2008-03-251-1/+1
|
* 5.15Pascal Rigaux2008-03-181-1/+1
|
* 5.14Pascal Rigaux2008-03-171-1/+1
|
* 5.13Pascal Rigaux2008-03-171-1/+1
|
* 5.12Thierry Vignaud2008-03-131-1/+1
|
* 5.11Pascal Rigaux2008-03-111-1/+1
|
* 5.10Pascal Rigaux2008-03-111-1/+1
|
* 5.9Thierry Vignaud2008-03-071-1/+1
|
* 5.8.1Thierry Vignaud2008-03-061-1/+1
|
* 5.8Thierry Vignaud2008-03-041-1/+1
|
* 5.7Pascal Rigaux2008-03-031-1/+1
|
* - create non_modified_media() and use itPascal Rigaux2008-03-031-1/+1
| | | | | - rename _parse_media() into parse_media() for next commit
* kill deprecated download_source_packagesPascal Rigaux2008-02-291-13/+0
|
* use confess to get stacktrace (instead of croak)Pascal Rigaux2008-02-281-1/+1
|
* - all tools:Pascal Rigaux2008-02-271-3/+14
| | | | | o cdrom:// replaces removable://
* - create file_from_local_medium(), and use it where possible instead ofPascal Rigaux2008-02-271-1/+5
| | | | | | | | | file_from_local_url() - in urpm::removable, this implies passing $blist around nb: for now file_from_local_medium() doesn't use the first parameter if url is given, but future commit will use both (needed for {url} cdrom://)
* create is_local_medium() and is_local_url()Pascal Rigaux2008-02-271-1/+9
|
* 5.6Pascal Rigaux2008-02-251-1/+1
|
* - -c option is no more (only kept for compatibility in urpmi.update)Pascal Rigaux2008-02-251-1/+1
| | | | | - {cachedir}/headers is not used anymore
* - all tools:Pascal Rigaux2008-02-231-1/+3
| | | | | | o handle mirrorlist (need perl-Zone-TimeInfo patched for geolocalisation)
* - urpmi handles /etc/urpmi/media.d/*.cfgPascal Rigaux2008-02-141-0/+1
| | | | | | | as an alternative to using urpmi.addmedia nb: need documentation
* 5.4Pascal Rigaux2008-02-051-1/+1
|
* 5.3Pascal Rigaux2008-02-041-1/+1
|
* - urpmi.cfg:Pascal Rigaux2008-02-041-0/+2
| | | | | | | | | | | o "media_info_dir: media_info" is the default o "no-media-info" is used for media for which media_info must be built from rpms the goal of this change is to allow upcoming /etc/urpmi/media.d/*.cfg (or whatever they will be called) to skip mentionning media_info_dir, but also to cleanup urpmi.cfg
* 5.2Pascal Rigaux2008-01-181-1/+1
|
* - urpmiPascal Rigaux2008-01-181-0/+6
| | | | | | | | | o --install-src will succesfully installed src.rpm from /var/cache/urpmi/rpms/* (unless post-clean is 0) we could not do that by default because "urpmi --install-src" as user could not download the file
* even if we don't want $urpm->{cachedir} to be userdir() by defaultPascal Rigaux2008-01-181-0/+2
| | | | | | (so that it doesn't always get created but only when needed), when we create it, we can really set $urpm->{cachedir}
* 5.1Pascal Rigaux2008-01-161-1/+1
|
* fix calls to {fatal}Pascal Rigaux2008-01-151-2/+2
|
* - 5.0Pascal Rigaux2008-01-111-1/+21
| | | | | | | | | | | | | | | | | | | - urpmf, urpmq: o use xml info instead of hdlist when possible o "urpmq -l" is faster (3x) o "urpmf -l" is slower (1.5x) o "urpmf --sourcerpm" is much faster o see "xml-info" option in urpmi.cfg(5) to see when those files are downloaded o new require: perl module XML::LibXML - urpmq: o use rpm file instead of hdlist/xml-info when file is local o use URPM::Package->changelogs (need perl-URPM 3.06) - urpmi.update, urpmi.addmedia, urpmi.removemedia: o drop hdlist support replaced with xml media_info (this imply file-deps are correctly handled, see genhdlist2(1)) - urpmi.addmedia o new --xml-info option
* enhance commentPascal Rigaux2008-01-111-2/+2
|
* - urpmi.update, urpmi.addmedia, urpmi.removemedia:Pascal Rigaux2007-12-191-21/+0
| | | | | | | o drop option "-c" which used to clean /var/cache/urpmi/headers since we don't use that dir anymore :)