mirror of
https://github.com/openSUSE/osc.git
synced 2024-12-28 10:46:15 +01:00
8b4dae21f7
In that case, the packages to setup the build environment are taken from the repositories defined in the kiwi file. Osc did not take into account that the build config must match this path. So it cannot just get the build config like with normal builds, but must use a different path. This led to build errors on some projects like CentOS 7 which rely on 'Order' statements from the project config. The OBS backend already had support for this: the 'path' parameter can be used to overwrite the project path in the _buildconfig query. We now use this to provide the correct path if we detect this case. (The detection is currently a heuristic because OBS does not provide us with a clear indicator.) |
||
---|---|---|
.. | ||
util | ||
__init__.py | ||
.gitignore | ||
babysitter.py | ||
build.py | ||
checker.py | ||
cmdln.py | ||
commandline.py | ||
conf.py | ||
core.py | ||
fetch.py | ||
grabber.py | ||
meter.py | ||
OscConfigParser.py | ||
oscerr.py | ||
oscssl.py | ||
oscsslexcp.py |