mirror of
https://github.com/openSUSE/osc.git
synced 2025-09-06 13:18:42 +02:00
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