[Enh] use osc python directly #12
Labels
No Label
bug
contribution welcome
duplicate
enhancement
good first issue
help wanted
invalid
question
upstream
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: nephros/obs-master#12
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
instead of calling the osc command.
See also: https://forum.sailfishos.org/t/introducing-obs-master-app-frontend-gui-for-open-build-service/17311/3?u=nephros
Enh: use osc python direclyto [Enh] use osc python direcly[Enh] use osc python direclyto [Enh] use osc python directlyIn the linked thread, "Keto" recommends using the API though e.g. a python module like requests, or a custom one.
Especially NOT using the
oscmodule.As a hybrid solution for this, maybe investigate the path of the
osc apicall in theoscmodule, maybe it suffices as such a "custom one".