We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 888584f + b39d537 commit ddc6959Copy full SHA for ddc6959
os-autoinst-obs-auto-submit
@@ -32,6 +32,9 @@ get_obs_sr_id() {
32
local target=$1
33
local dst_project=$2
34
local package=$3
35
+ # The project in the request target will be different than the original
36
+ # submit target for Backport requests
37
+ [[ $target =~ Backports ]] && target="openSUSE:Maintenance"
38
local states actions
39
states=$(encode_variable "state/@name='declined' or state/@name='new' or state/@name='review'")
40
actions=$(encode_variable "action/target/@project='$target' and action/source/@project='$dst_project' and action/source/@package='$package'")
0 commit comments