mirror of
https://github.com/openSUSE/osc.git
synced 2024-11-10 14:56:14 +01:00
3da7b9b3d8
Most of the stuff is now done in the API. For just submitting all in one request the following is sufficient: <action type="submit"> <source project="%s" /> %s </action> If a target project is given it looks like this: <action type="submit"> <source project="%s" /> <target project="%s"> %s </action> We don't need package name or source package and targets anymore. This is all handled by the API now. For the --seperate-requests case the check for the entries in the linkinfo is not working on most cases. So we handle this in the do_submitrequest and skip the package if X-Opensuse-Errorcode is missing_action which means basically nothing to do for this package redesign target_project handling |
||
---|---|---|
.. | ||
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 |