Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 5.7 | Pascal Rigaux | 2008-03-03 | 1 | -1/+1 |
| | |||||
* | - create non_modified_media() and use it | Pascal Rigaux | 2008-03-03 | 1 | -1/+1 |
| | | | | | - rename _parse_media() into parse_media() for next commit | ||||
* | kill deprecated download_source_packages | Pascal Rigaux | 2008-02-29 | 1 | -13/+0 |
| | |||||
* | use confess to get stacktrace (instead of croak) | Pascal Rigaux | 2008-02-28 | 1 | -1/+1 |
| | |||||
* | - all tools: | Pascal Rigaux | 2008-02-27 | 1 | -3/+14 |
| | | | | | o cdrom:// replaces removable:// | ||||
* | - create file_from_local_medium(), and use it where possible instead of | Pascal Rigaux | 2008-02-27 | 1 | -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 Rigaux | 2008-02-27 | 1 | -1/+9 |
| | |||||
* | 5.6 | Pascal Rigaux | 2008-02-25 | 1 | -1/+1 |
| | |||||
* | - -c option is no more (only kept for compatibility in urpmi.update) | Pascal Rigaux | 2008-02-25 | 1 | -1/+1 |
| | | | | | - {cachedir}/headers is not used anymore | ||||
* | - all tools: | Pascal Rigaux | 2008-02-23 | 1 | -1/+3 |
| | | | | | | o handle mirrorlist (need perl-Zone-TimeInfo patched for geolocalisation) | ||||
* | - urpmi handles /etc/urpmi/media.d/*.cfg | Pascal Rigaux | 2008-02-14 | 1 | -0/+1 |
| | | | | | | | as an alternative to using urpmi.addmedia nb: need documentation | ||||
* | 5.4 | Pascal Rigaux | 2008-02-05 | 1 | -1/+1 |
| | |||||
* | 5.3 | Pascal Rigaux | 2008-02-04 | 1 | -1/+1 |
| | |||||
* | - urpmi.cfg: | Pascal Rigaux | 2008-02-04 | 1 | -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.2 | Pascal Rigaux | 2008-01-18 | 1 | -1/+1 |
| | |||||
* | - urpmi | Pascal Rigaux | 2008-01-18 | 1 | -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 default | Pascal Rigaux | 2008-01-18 | 1 | -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.1 | Pascal Rigaux | 2008-01-16 | 1 | -1/+1 |
| | |||||
* | fix calls to {fatal} | Pascal Rigaux | 2008-01-15 | 1 | -2/+2 |
| | |||||
* | - 5.0 | Pascal Rigaux | 2008-01-11 | 1 | -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 comment | Pascal Rigaux | 2008-01-11 | 1 | -2/+2 |
| | |||||
* | - urpmi.update, urpmi.addmedia, urpmi.removemedia: | Pascal Rigaux | 2007-12-19 | 1 | -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 Rigaux | 2007-12-19 | 1 | -3/+2 |
| | | | | | o drop hdlist support (will be replaced with xml media_info) | ||||
* | 4.10.19 | Pascal Rigaux | 2007-12-12 | 1 | -1/+1 |
| | |||||
* | - urpmi: | Pascal Rigaux | 2007-12-12 | 1 | -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 it | Pascal Rigaux | 2007-12-12 | 1 | -0/+7 |
| | | | | | (it may be a little stricter for urpmi since we exit(1) on parse_cmdline error) | ||||
* | 4.10.18 | Pascal Rigaux | 2007-12-11 | 1 | -1/+1 |
| | |||||
* | 4.10.17 | Pascal Rigaux | 2007-11-30 | 1 | -1/+1 |
| | |||||
* | 4.10.16 | Pascal Rigaux | 2007-11-28 | 1 | -1/+1 |
| | |||||
* | factorize default options, and have them by default in $urpm->{options} | Pascal Rigaux | 2007-11-28 | 1 | -1/+10 |
| | |||||
* | 4.10.15 | Pascal Rigaux | 2007-11-26 | 1 | -1/+1 |
| | |||||
* | add undocumented & unstable --tune-rpm option | Pascal Rigaux | 2007-11-14 | 1 | -0/+34 |
| | | | | | (allow to test nofsync and private db) | ||||
* | 4.10.14 | Pascal Rigaux | 2007-10-04 | 1 | -1/+1 |
| | |||||
* | 4.10.13 | Pascal Rigaux | 2007-10-03 | 1 | -1/+1 |
| | |||||
* | 4.10.12 | Pascal Rigaux | 2007-09-27 | 1 | -1/+1 |
| | |||||
* | with perl-URPM 2.04, promote on obsoletes are properly handled | Pascal Rigaux | 2007-09-27 | 1 | -0/+1 |
| | |||||
* | 4.10.11 | Pascal Rigaux | 2007-09-24 | 1 | -1/+1 |
| | |||||
* | create /var/tmp in chroots too | Thierry Vignaud | 2007-09-18 | 1 | -0/+1 |
| | |||||
* | 4.10.10 | Pascal Rigaux | 2007-09-17 | 1 | -1/+1 |
| | |||||
* | (get_updates_description) no need to keep around medium name (was only | Thierry Vignaud | 2007-09-14 | 1 | -1/+1 |
| | | | | | used by rpmdrake (added on Aug 14 2007) | ||||
* | (get_updates_description) index by medium then by package ; we | Thierry Vignaud | 2007-09-14 | 1 | -1/+1 |
| | | | | | | | previously only index by raw package name (w/o version and w/o arch) which resulted in packages being overwritten (ie on a biarch, we would only saw one of both ia32 & x86_64 packages) | ||||
* | 4.10.9 | Pascal Rigaux | 2007-09-13 | 1 | -1/+1 |
| | |||||
* | fix pod | Pascal Rigaux | 2007-09-11 | 1 | -0/+2 |
| | |||||
* | better layout in doc | Pascal Rigaux | 2007-09-11 | 1 | -5/+7 |
| | |||||
* | add some doc | Pascal Rigaux | 2007-09-11 | 1 | -0/+17 |
| | |||||
* | 4.10.8 | Pascal Rigaux | 2007-09-10 | 1 | -1/+1 |
| | |||||
* | 4.10.7 | Pascal Rigaux | 2007-09-07 | 1 | -1/+1 |
| | |||||
* | (create_var_lib_rpm) enable to lock chrooted rpmdb with --root too | Thierry Vignaud | 2007-08-29 | 1 | -3/+3 |
| | |||||
* | (create_var_lib_rpm) split it out of set_files() | Thierry Vignaud | 2007-08-29 | 1 | -6/+10 |
| | |||||
* | (set_files) document policy regarding chroot env | Thierry Vignaud | 2007-08-29 | 1 | -0/+1 |
| |