summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* dudf: add missing calls to dudf_exittopic/rpm5Christophe Fergeau2010-08-191-0/+2
| | | | | When there are deps issues (for example), ie an exit code 17 is returned, dudf_exit wasn't called. Patch by Alexandre Lissy
* - fix warning about "unitialized variable"Michael Scherer2010-07-301-1/+1
|
* - fix warning : "Use of uninitialized value in numeric lt (<) at ↵Michael Scherer2010-07-301-1/+1
| | | | urpm/media.pm line 1668."
* fix typo in Russian translationChristophe Fergeau2010-07-261-1/+1
| | | | Fixes bug #59104
* updateJosé Melo2010-07-241-6/+5
|
* updateJosé Melo2010-07-061-1/+1
|
* updateJosé Melo2010-07-051-45/+46
|
* updateJosé Melo2010-06-221-34/+36
|
* 6.386.38Olivier Blin2010-06-182-1/+3
|
* updateJosé Melo2010-06-171-13/+7
|
* add --zeroconf support in urpmi.addmediaOlivier Blin2010-06-167-2/+115
|
* updated el translationGlentadakis Dimitris2010-06-131-4/+6
|
* update translation for zh_TW languageShiva Huang2010-06-091-20/+22
|
* Updated Romanian translationCatalin Florin Russen2010-05-311-95/+96
|
* Revised Romanian translationCatalin Florin Russen2010-05-281-271/+278
|
* 6.376.37Eugeni Dodonov2010-05-282-1/+2
|
* Updated NEWSEugeni Dodonov2010-05-281-0/+3
|
* Properly list groups when listing packages (#59321)Eugeni Dodonov2010-05-281-1/+1
|
* update translation for zh_TW languageShiva Huang2010-05-261-18/+34
|
* 6.366.36Christophe Fergeau2010-05-262-1/+3
|
* about to add transifex support (FILE TO BE DELETED)Funda Wang2010-05-191-0/+11
|
* urpmq: allow to use -g with --listChristophe Fergeau2010-05-172-1/+4
|
* update translation for zh_TW languageShiva Huang2010-05-171-3/+0
|
* updateJosé Melo2010-05-171-3/+3
|
* update zh_CN translationFunda Wang2010-05-101-3/+4
|
* * 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)