summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* remove bogus entry from NEWS filetopic/6.32Christophe Fergeau2010-05-111-2/+0
| | | | this change wasn't backported to the 2010.0 branch
* 6.32.1Christophe Fergeau2010-05-112-1/+3
|
* updated German translation of urpmiChristophe Fergeau2010-05-111-42/+67
|
* updateChristophe Fergeau2010-05-111-11/+12
|
* remember which media local packages came fromChristophe Fergeau2010-05-112-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).
* when using --update, allow to get dependencies from non-update mediaChristophe Fergeau2010-05-112-3/+16
| | | | Fixes #51268
* updateChristophe Fergeau2010-05-111-26/+31
|
* updateChristophe Fergeau2010-05-111-9/+10
|
* updateChristophe Fergeau2010-05-111-10/+12
|
* Updated translation for Norwegian Bokmål.Christophe Fergeau2010-05-111-3/+4
|
* blacklist RPM_CONFIGDIR in restricted commandsChristophe Fergeau2010-05-112-2/+2
| | | | | This can be used in rpm 4.7+ to override RPM configuration's directory (/usr/lib/rpm),
* fix desktop fileChristophe Fergeau2010-05-111-1/+1
|
* updateChristophe Fergeau2010-05-111-8/+6
|
* updateChristophe Fergeau2010-05-111-34/+32
|
* updateChristophe Fergeau2010-05-111-9/+29
|
* Fixing msgid errorChristophe Fergeau2010-05-111-488/+352
|
* Updated translation for Norwegian Bokmål.Christophe Fergeau2010-05-111-3/+3
|
* Updated translation for Norwegian Bokmål.Christophe Fergeau2010-05-111-75/+76
|
* Updated translation for Norwegian Bokmål.Christophe Fergeau2010-05-111-27/+28
|
* Fixed spanish messagesChristophe Fergeau2010-05-111-62/+62
|
* improved pt_BR translationChristophe Fergeau2010-05-111-3/+3
|
* updateChristophe Fergeau2010-05-111-43/+45
|
* use bash-completion wrappers for getting current and previous word, instead ↵Christophe Fergeau2010-05-111-2/+2
| | | | of directly accessing COMP_WORDS array (should fix #54845)
* UpdatesChristophe Fergeau2010-05-111-3/+3
|
* fix some typos, ambigiuty and inconsistenciesChristophe Fergeau2010-05-111-5/+5
|
* Updated Norwegian Nynorsk translation.Christophe Fergeau2010-05-111-29/+16
|
* Created translationChristophe Fergeau2010-05-111-0/+3620
|
* log misc's fix for bug #54842Christophe Fergeau2010-05-111-1/+2
|
* wrap too long logChristophe Fergeau2010-05-111-1/+2
|
* Add urpmi testcase for bug #57224 (disabled until fixed)Christophe Fergeau2010-05-116-1/+99
|
* testsuite: fix backtrack-promotion.t for 32bitChristophe Fergeau2010-05-111-3/+1
|
* testsuite: When trying to install two conflicting packages, considerChristophe Fergeau2010-05-112-9/+22
| | | | | the tests passed if either of them is installed succesfully after alerting the user.
* - remove double declaration, spotted by warnings.pmChristophe Fergeau2010-05-111-1/+0
|
* - silence warning about urpm::media::PER_MEDIA_OPT used only onceChristophe Fergeau2010-05-111-0/+1
|
* - add md5sum module, as it is used later. It is cleaner to delcare what ↵Christophe Fergeau2010-05-111-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 warningsChristophe Fergeau2010-05-111-1/+0
|
* - use a anonymous subroutine, so perl will rebind variables declared outside ↵Christophe Fergeau2010-05-111-4/+6
| | | | | | of the subroutine. This bug prevent rpmdrake from installing two set of packages ( bug #54842 )
* fix _filedir usageChristophe Fergeau2010-05-111-1/+1
|
* don't crash when parsing an invalid media.cfg file in /etc/urpmi/mediacfg.dChristophe Fergeau2010-05-112-1/+2
|
* fix bug # in NEWSChristophe Fergeau2010-05-111-0/+1
|
* add comment about tests known not to workChristophe Fergeau2010-05-112-0/+4
|
* adjust tests for string changesChristophe Fergeau2010-05-112-3/+3
|
* adjust parsing of orphan message in auto-orphan testChristophe Fergeau2010-05-111-1/+1
|
* adjust expected test resultsChristophe Fergeau2010-05-112-4/+4
| | | | | | These tests have 2 valid outputs depending on which order the packages are picked by urpmi, seems this order changed, so we have to adjust the expected results
* -updated polish translationChristophe Fergeau2010-05-111-7/+16
|
* (_kernel_callback) add packages requiring orphan kernels to the orphanChristophe Fergeau2010-05-112-2/+14
| | | | lists too, eg dkms packages (#53414)
* rename @requested_kernels as @latest_kernels as its purpopse really is toChristophe Fergeau2010-05-111-3/+3
| | | | | track latest kernels for every flavor, not kernel packages that are required by 3rd party packages
* perl_checker cleanups & annotationsChristophe Fergeau2010-05-111-2/+4
|
* fix typo in French translation, spotted by pterjanChristophe Fergeau2010-05-111-1/+1
|
* updated Polish translationChristophe Fergeau2010-05-111-3325/+3306
|