mirror of
https://github.com/openSUSE/osc.git
synced 2025-01-16 10:36:13 +01:00
8a81a68028
The old code was flawed, because, for instance, core.show_results_meta(apiurl, project, arch=['x86_64']) resulted in a wrong http request: GET <apiurl>/build/<project>/_result&arch=x86_64 (note the "&" instead of the correct "?"). The drawback of the new implementation is that we have to do the proper quoting manually. |
||
---|---|---|
.. | ||
util | ||
__init__.py | ||
.gitignore | ||
babysitter.py | ||
build.py | ||
checker.py | ||
cmdln.py | ||
commandline.py | ||
conf.py | ||
core.py | ||
fetch.py | ||
meter.py | ||
OscConfigParser.py | ||
oscerr.py | ||
oscssl.py | ||
oscsslexcp.py |