mirror of
https://github.com/openSUSE/osc.git
synced 2025-02-24 03:02:12 +01:00
Some of our repositories have specific download urls. osc is ignoring this so far and just tries to use the generic downloadurl This code prefers definitions for individual path elements if they exist. We could IMHO remove the old code, since old OBS instances would still work via the api download fallback. Real life examples for repo specific configs are on openSUSE all repositories outside of the /repositories/ directory. eg. <path project="openSUSE:Tumbleweed" repository="dod" url="http://download.opensuse.org/tumbleweed/repo/oss/"/> Co-Author: Marcus Hüwe <suse-tux@gmx.de>