summaryrefslogtreecommitdiffstats
path: root/urpm.pm
Commit message (Collapse)AuthorAgeFilesLines
* 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 :)
* - all tools:Pascal Rigaux2007-12-191-3/+2
| | | | | o drop hdlist support (will be replaced with xml media_info)
* 4.10.19Pascal Rigaux2007-12-121-1/+1
|
* - urpmi:Pascal Rigaux2007-12-121-1/+19
| | | | | | | | | o fix handling "post-clean: 0" in urpmi.cfg (#36082, regression introduced 2007-11-28) - library: o urpm::media::read_config() doesn't read urpmi.cfg global options anymore, use urpm->get_global_options or urpm->new_parse_cmdline
* create urpm->new_parse_cmdline and use itPascal Rigaux2007-12-121-0/+7
| | | | | (it may be a little stricter for urpmi since we exit(1) on parse_cmdline error)
* 4.10.18Pascal Rigaux2007-12-111-1/+1
|
* 4.10.17Pascal Rigaux2007-11-301-1/+1
|
* 4.10.16Pascal Rigaux2007-11-281-1/+1
|
* factorize default options, and have them by default in $urpm->{options}Pascal Rigaux2007-11-281-1/+10
|
* 4.10.15Pascal Rigaux2007-11-261-1/+1
|
* add undocumented & unstable --tune-rpm optionPascal Rigaux2007-11-141-0/+34
| | | | | (allow to test nofsync and private db)
* 4.10.14Pascal Rigaux2007-10-041-1/+1
|
* 4.10.13Pascal Rigaux2007-10-031-1/+1
|
* 4.10.12Pascal Rigaux2007-09-271-1/+1
|
* with perl-URPM 2.04, promote on obsoletes are properly handledPascal Rigaux2007-09-271-0/+1
|
* 4.10.11Pascal Rigaux2007-09-241-1/+1
|
* create /var/tmp in chroots tooThierry Vignaud2007-09-181-0/+1
|
* 4.10.10Pascal Rigaux2007-09-171-1/+1
|