mirror of
https://github.com/openSUSE/osc.git
synced 2025-01-27 07:06:13 +01:00
0d78560e5d
Currently, when trying to initialize a non existent (server-side) project via "osc init <prj>", osc errors out (after creating the wc) because it fails to retrieve the package list. However, there is no need to retrieve the package list in the "osc init <prj>" case. Hence, skip the package list retrieval. As a result, osc does not error out. For the background, see the discussion in #858 ("osc fails to check out an empty project as project") [1]. [1] https://github.com/openSUSE/osc/issues/858#issuecomment-722330024 |
||
---|---|---|
.. | ||
util | ||
__init__.py | ||
.gitignore | ||
babysitter.py | ||
build.py | ||
checker.py | ||
cmdln.py | ||
commandline.py | ||
conf.py | ||
core.py | ||
credentials.py | ||
fetch.py | ||
grabber.py | ||
meter.py | ||
OscConfigParser.py | ||
oscerr.py | ||
oscssl.py | ||
oscsslexcp.py |