WIP: Initial obs-groups-bot #161
Reference in New Issue
Block a user
Delete Branch "dleidi/autogits:obs-groups-bot"
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?
Group Synchronization from OBS
Connect to the Open Build Service (OBS) API, retrieves a list of all groups, and exports their metadata (specifically member lists) into individual JSON files.
be5bae59bdto0db0536436@@ -0,0 +103,4 @@Persons personGroup `xml:"person"`}func NewObsClient(host, user, password string, debug bool) (*ObsClient, error) {ObsClient is in common/obs_utils.go. No need to duplicate that thing here. Use and extend that.
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.