summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* * make consistent use of '–'Per Øyvind Karlsen2010-05-091-17/+17
| | | | | * fix some formatting
* updated German translation of urpmiOliver Burger2010-04-301-42/+67
|
* updateJosé Melo2010-04-281-11/+12
|
* remember which media local packages came fromChristophe Fergeau2010-04-282-1/+8
| | | | | | | | | | | | | | | | | | | | | | It's sometimes possible that a package is available from both a local medium (CDROM) and a distant one. This causes problems when the package isn't signed with the same key (this is bad but happens on MES5 install CDs) as urpmi tends to get confused about where a package comes from and then check the package against the wrong key. Packages are assigned IDs by urpmi, and these IDs are used to figure out the package media. This ID is also used as an identifier to "recognize" identical packages coming from different media, so we need to be careful when manipulating it. In particular, we can't assign the right ID to every package right away because then this would break package downloading (we'd download packages available on local media). When processing packages to download, if we encounter a local package, we assign it the right ID. This assumes the list of media in the blist are sorted by order of relevance (ie prioritary ones first).
* 6.356.35Christophe Fergeau2010-04-282-1/+3
|
* when using --update, allow to get dependencies from non-update mediaChristophe Fergeau2010-04-232-3/+14
| | | | Fixes #51268
* updateJosé Melo2010-04-211-26/+31
|
* updateJosé Melo2010-04-171-9/+10
|
* updateJosé Melo2010-04-161-10/+12
|
* Updated translation for Norwegian Bokmål.Olav Dahlum2010-04-021-3/+4
|
* [urpmf] in "fast mode", look in package names as well as filenamesChristophe Fergeau2010-03-311-2/+2
| | | | | | | urpmf foo used to be looking for foo in both package names and filenames, and to return all files in the package when the package name matched. The behaviour changed at some point, restore the old behaviour (#58313)
* blacklist RPM_CONFIGDIR in restricted commandsChristophe Fergeau2010-03-312-2/+2
| | | | | This can be used in rpm 4.7+ to override RPM configuration's directory (/usr/lib/rpm),
* fix desktop fileFunda Wang2010-03-311-1/+1
|
* updateJosé Melo2010-03-251-8/+6
|
* updateJosé Melo2010-03-251-34/+32
|
* updateJosé Melo2010-03-231-9/+29
|
* Fixing msgid errorDiego Bello2010-03-181-488/+352
|
* Updated translation for Norwegian Bokmål.Olav Dahlum2010-03-181-3/+3
|
* Updated translation for Norwegian Bokmål.Olav Dahlum2010-03-181-75/+76
|
* Updated translation for Norwegian Bokmål.Olav Dahlum2010-03-171-27/+28
|
* Fixed spanish messagesDiego Bello2010-03-171-62/+62
|
* improved pt_BR translationSergio Rafael Lemke2010-03-151-3/+3
|
* updateJosé Melo2010-03-141-43/+45
|
* use bash-completion wrappers for getting current and previous word, instead ↵Guillaume Rousse2010-02-261-2/+2
| | | | of directly accessing COMP_WORDS array (should fix #54845)
* (add_distrib_media) disable non-free repository by default for FreeThierry Vignaud2010-02-252-9/+8
| | | | edition instead of not adding them (#40033)
* perl_checker cleanupsThierry Vignaud2010-02-241-3/+3
|
* (add_distrib_media) do not add non-free repository by default for Free ↵Thierry Vignaud2010-02-242-0/+14
| | | | edition (#40033)
* UpdatesKeld Simonsen2010-02-141-3/+3
|
* fix some typos, ambigiuty and inconsistenciesPer Øyvind Karlsen2010-02-111-5/+5
|
* Updated Norwegian Nynorsk translation.Karl Ove Hufthammer2010-02-071-29/+16
|
* Created translationmarquinos2010-02-011-0/+3620
|
* (run) reindent (pixel didn't wanted it at the time b/c it added oneThierry Vignaud2010-02-011-295/+295
| | | | layer in history but it's more readable that way...)
* 6.346.34Thierry Vignaud2010-01-252-1/+3
|
* log misc's fix for bug #54842Thierry Vignaud2010-01-251-0/+1
|
* wrap too long logThierry Vignaud2010-01-251-1/+2
|
* Add urpmi testcase for bug #57224 (disabled until fixed)Anssi Hannula2010-01-246-1/+99
|
* testsuite: fix backtrack-promotion.t for 32bitAnssi Hannula2010-01-231-3/+1
|
* testsuite: When trying to install two conflicting packages, considerAnssi Hannula2010-01-232-9/+22
| | | | | | the tests passed if either of them is installed succesfully after alerting the user.
* - remove double declaration, spotted by warnings.pmMichael Scherer2010-01-221-1/+0
|
* - silence warning about urpm::media::PER_MEDIA_OPT used only onceMichael Scherer2010-01-221-0/+1
|
* - add md5sum module, as it is used later. It is cleaner to delcare what ↵Michael Scherer2010-01-221-0/+1
| | | | | | | module are used instead of relying on others modules to load it. This also prevent some loop and warnings.
* - remove uneeded module use, as this give some warningsMichael Scherer2010-01-221-1/+0
|
* - use a anonymous subroutine, so perl will rebind variables declared outside ↵Michael Scherer2010-01-221-4/+6
| | | | | | | of the subroutine. This bug prevent rpmdrake from installing two set of packages ( bug #54842 )
* fix _filedir usageGuillaume Rousse2010-01-171-1/+1
|
* don't crash when parsing an invalid media.cfg file in /etc/urpmi/mediacfg.dChristophe Fergeau2010-01-152-1/+3
|
* fix bug # in NEWSChristophe Fergeau2010-01-151-1/+1
|
* perl_checker cleanupChristophe Fergeau2010-01-121-1/+1
|
* 6.336.33Christophe Fergeau2010-01-122-1/+6
|
* add comment about tests known not to workChristophe Fergeau2010-01-122-0/+4
|
* adjust tests for string changesChristophe Fergeau2010-01-122-3/+3
|