Bug 223341

Summary: module-base-path for a module does not override a global branch setting
Product: [Developer tools] kdesrc-build Reporter: Michael Pyne <mpyne>
Component: generalAssignee: Michael Pyne <mpyne>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: Git   
Target Milestone: ---   
Platform: Unlisted Binaries   
OS: Linux   
Latest Commit: Version Fixed In:

Description Michael Pyne 2010-01-18 23:20:49 UTC
The module-base-path option for a module should override the global branch setting if they are both set, but does not.

A workaround is to also set the branch option for the same module, which will override the global, and then module-base-path will override the module branch option.

Reported by David Faure.
Comment 1 Michael Pyne 2010-01-31 05:04:56 UTC
SVN commit 1082654 by mpyne:

Make sure that module-specific options that alter the calculated module URL all
have a chance to take effect before looking at global fallbacks. This allows
e.g. module-base-path for a module to still override a global branch
(previously only module-specific branch options would do so)

BUG:223341
CCMAIL:faure@kde.org


 M  +80 -74    kdesvn-build  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1082654