mirror of
https://github.com/openSUSE/osc.git
synced 2025-02-15 14:57:17 +01:00
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