summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* when doing urpmi.addmedia on a remote medium, we first look forPascal Rigaux2008-01-082-7/+15
| | | | | | synthesis.hdlist.cz, but we should also download MD5SUM and check synthesis.hdlist.cz (the checking was only done on urpmi.update)
* better error message: "copying" is not adapted for something we downloaded, ↵Pascal Rigaux2008-01-081-1/+1
| | | | "retrieval" works better for both copied/retrieved cases
* drop synthesis_for_virtual_medium() since it is unusedPascal Rigaux2008-01-081-4/+0
|
* create _download_MD5SUM() out of ↵Pascal Rigaux2008-01-081-6/+12
| | | | _update_medium__parse_if_unmodified__remote() for future use
* cosmetic: display "updated medium xxx" when we're done with itPascal Rigaux2008-01-081-5/+4
|
* - rename _get_list_or_pubkey__remote() into _download_list_or_pubkey()Pascal Rigaux2008-01-081-4/+11
| | | | | - create _download_media_info_file() out of _download_list_or_pubkey() for future use
* create get_medium_option() for future usePascal Rigaux2008-01-081-0/+6
|
* - urpmiPascal Rigaux2008-01-082-1/+4
| | | | | | | | | o always prompt before doing a priority-upgrade transaction, even if there is only one priority upgrade package (since there will be more packages to install after restarting urpmi) see bug #36483 which mention this
* updateJosé Melo2008-01-041-5/+5
|
* Updated Norwegian Nynorsk translation.Karl Ove Hufthammer2008-01-011-1/+1
|
* Updated Norwegian Nynorsk translation.Karl Ove Hufthammer2007-12-261-1/+1
|
* Updated Norwegian Nynorsk translation.Karl Ove Hufthammer2007-12-251-1/+1
|
* oops, fix previous commitPascal Rigaux2007-12-211-2/+2
|
* add bug numberPascal Rigaux2007-12-211-1/+1
|
* add a test case for #27417 (no fix yet)Pascal Rigaux2007-12-202-0/+56
|
* reduce verbosityPascal Rigaux2007-12-201-1/+1
|
* - urpmi.update, urpmi.addmedia, urpmi.removemedia:Pascal Rigaux2007-12-192-1/+2
| | | | | o enhancement: only parse updated synthesis
* statedir_MD5SUM must be removedPascal Rigaux2007-12-191-1/+1
|
* - urpmi.update, urpmi.addmedia, urpmi.removemedia:Pascal Rigaux2007-12-1911-51/+5
| | | | | | | o drop option "-c" which used to clean /var/cache/urpmi/headers since we don't use that dir anymore :)
* rename functions (there is only one pass now)Pascal Rigaux2007-12-191-4/+4
|
* don't allow getting a different pubkey unless using forcekey Pascal Rigaux2007-12-191-4/+3
| | | | | (ie revert to behaviour prior to 2007-12-10)
* fix commentPascal Rigaux2007-12-191-2/+2
|
* simplifyPascal Rigaux2007-12-191-7/+9
|
* move things where it should be donePascal Rigaux2007-12-191-11/+5
|
* simplifyPascal Rigaux2007-12-191-13/+4
|
* small cleanupPascal Rigaux2007-12-191-5/+5
|
* o replace /var/lib/urpmi/MD5SUM with /var/lib/urpmi/MD5SUM.<medium_name>Pascal Rigaux2007-12-193-141/+71
| | | | | | | | | (this will allow checking xml media_info is up-to-date even if we don't update it at the same time as synthesis is updated) and further cleanup urpm::media code (esp. modify {force} behaviour, may need some adjustments)
* since we check md5sum, don't also check size & mtimePascal Rigaux2007-12-191-14/+2
|
* - all tools:Pascal Rigaux2007-12-1924-694/+274
| | | | | o drop hdlist support (will be replaced with xml media_info)
* also check the pkg correctly builds with filesPascal Rigaux2007-12-183-4/+10
|
* add tests for %ghost conflicts (which should be allowed)Pascal Rigaux2007-12-183-0/+77
|
* - urpmi:Pascal Rigaux2007-12-182-1/+5
| | | | | | | | o do remove __db* on priority-upgrade (fix regression introduced in 4.10.15) (may fix #36190)
* add some tests for %buildroot, %defaultbuildroot, BuildRootPascal Rigaux2007-12-173-0/+99
|
* updatesKeld Simonsen2007-12-161-134/+139
|
* updatesKeld Simonsen2007-12-151-7/+7
|
* - check "old suggests" are still handled.Pascal Rigaux2007-12-143-0/+8
| | | | | | ie RPMTAG_REQUIRENAME + RPMSENSE_MISSINGOK, instead of RPMTAG_SUGGESTSNAME (as done in SuSE and in Mandriva > 2008.0)
* enhancePascal Rigaux2007-12-121-1/+1
|
* 4.10.19Pascal Rigaux2007-12-122-1/+3
|
* - urpmi:Pascal Rigaux2007-12-124-15/+28
| | | | | | | | | 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-128-17/+14
| | | | | (it may be a little stricter for urpmi since we exit(1) on parse_cmdline error)
* add support for aria2 (and thus support for metalink handling as well:)Per Øyvind Karlsen2007-12-112-8/+84
|
* perl-URPM 2.11 is in fact 3.00Pascal Rigaux2007-12-111-1/+1
|
* adapt to uz*.po renamingPascal Rigaux2007-12-111-1/+1
|
* 4.10.18Pascal Rigaux2007-12-112-1/+3
|
* get rid of a "Use of uninitialized value"Pascal Rigaux2007-12-111-2/+2
|
* fix typo in previous commitPascal Rigaux2007-12-101-1/+1
|
* - urpmi.addmedia:Pascal Rigaux2007-12-102-11/+8
| | | | | | o adapt to perl-URPM 2.11 API to parse pubkey files (nb: $urpm->{keys} is not used anymore)
* fix previous commitPascal Rigaux2007-12-101-1/+1
|
* - urpmi:Pascal Rigaux2007-12-103-1/+14
| | | | | o handle --suggests (to override urpmi.cfg global option "no-suggests") (#36007)
* fix writing no-suggests global optionPascal Rigaux2007-12-101-2/+4
|