1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-03-10 09:49:20 +01:00
lethliel 178dfd16c3 fix offline build mode
The offline mode does not really work offline since
parse_repoarchdescr() uses get_buildconfig to store the
buildconfig in a temporary file.

Solution:

Use the same logic as in build.py. If in offline mode(noinit = True)
try to use the local _buildconfig file. If not in offline mode just
download the buildconfig from the server via get_buildconfig
2019-05-22 13:58:46 +02:00
..
2009-12-03 19:19:53 +01:00
2014-08-12 15:01:16 +02:00
2019-05-22 13:58:46 +02:00
2019-05-16 09:31:38 +02:00
2019-04-07 10:06:24 -05:00
2018-11-06 10:35:38 +01:00
2019-04-26 10:49:03 +02:00