You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-e results in a PUT that uploads the resulting XML to the server.
But for attributes there is no PUT route, because every attribute can have different
permissions (and thus is completely different to other meta files like project meta)
What I can do is add a edit mode for single attributes.
Like: osc meta attribute home:mstrigl -e -a OBS:RejectRequests
And then a editor shows up for just this attribute.
I got hit by this today since the Python code for this is directly in the CLI and not accessible through the Python API. Thus I need to duplicate this code now into openSUSE-release-tools. It would really be nice if this will be implemented soon. I can't write Ruby, so I sadly can't contribute this, however I could fix osc if the server side code is existing.
According to osc --help, one should be able to edit an attribute using meta attribute -e;
This though results in a NO-OP, no editor showing up.
Calling the command
osc -d meta attribute openSUSE:Factory -a OSRT:Config -e
does not show a single API call being doneThe text was updated successfully, but these errors were encountered: