maubot-osc/base-config.yaml

41 lines
1.1 KiB
YAML
Raw Permalink Normal View History

2022-01-23 23:05:13 +01:00
# SPDX-FileCopyrightText: none
# SPDX-License-Identifier: CC0-1.0
# The URL to make API requests to the OBS instance
api_url: https://api.opensuse.org
2022-01-23 23:05:13 +01:00
# The main URL of the Build Service instance
instance_url: https://build.opensuse.org
2022-01-23 23:05:13 +01:00
# Build Service username
2022-01-23 11:12:31 +01:00
username: changeme
# Used to encrypt the password. Set it to a random string
secret: changeme
# Build Service password - will be encrypted on first run
2022-01-23 11:12:31 +01:00
password: changeme
2022-01-23 23:05:13 +01:00
# Build service access token with the "rebuild" capability
rebuild_token: changeme
2022-01-23 23:05:13 +01:00
# Build service access token with the "runservices" capability
trigger_token: changeme
# Aliases for repositories
repo_aliases:
kua_failed:
project: "KDE:Unstable:Applications"
package: "all"
repository: "KDE_Unstable_Frameworks_openSUSE_Factory"
state: "failed"
arch: "all"
kuf_failed:
project: "KDE:Unstable:Frameworks"
package: "all"
repository: "openSUSE_Factory"
state: "failed"
arch: "all"
kue_failed:
project: "KDE:Unstable:Extra"
package: "all"
repository: "KDE_Unstable_Frameworks_openSUSE_Factory"
state: "failed"
arch: "all"
acl:
admin:
- "@CHANGE_ME"
user: []