REUSE compliance additions
This commit is contained in:
parent
b08e7350e8
commit
4d49e285b6
4 changed files with 18 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,2 +1,4 @@
|
||||||
|
# SPDX-FileCopyrightText: none
|
||||||
|
# SPDX-License-Identifier: CC0-1.0
|
||||||
*.mbp
|
*.mbp
|
||||||
*.pyc
|
*.pyc
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
<!--
|
||||||
|
SPDX-FileCopyrightText: 2022 Luca Beltrame <lbeltrame@kde.org>
|
||||||
|
|
||||||
|
SPDX-License-Identifier: CC0-1.0
|
||||||
|
-->
|
||||||
|
|
||||||
## maubot-osc
|
## maubot-osc
|
||||||
|
|
||||||
`maubot-osc` is a simple [maubot](https://maubot.xyz/) plugin to query an [Open Build Service](https://openbuildservice.org/) instance. Basically it replicates a few of the features of the `osc` command line tool used to interact with the OBS.
|
`maubot-osc` is a simple [maubot](https://maubot.xyz/) plugin to query an [Open Build Service](https://openbuildservice.org/) instance. Basically it replicates a few of the features of the `osc` command line tool used to interact with the OBS.
|
||||||
|
|
|
@ -1,6 +1,14 @@
|
||||||
|
# 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
|
api_url: https://api.opensuse.org
|
||||||
|
# The main URL of the Build Service instance
|
||||||
instance_url: https://build.opensuse.org
|
instance_url: https://build.opensuse.org
|
||||||
|
# Build Service username
|
||||||
username: changeme
|
username: changeme
|
||||||
|
# Build Service password
|
||||||
password: changeme
|
password: changeme
|
||||||
|
# Build service access token with the "rebuild" capability
|
||||||
rebuild_token: changeme
|
rebuild_token: changeme
|
||||||
|
# Build service access token with the "runservices" capability
|
||||||
trigger_token: changeme
|
trigger_token: changeme
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
# SPDX-FileCopyrightText: none
|
||||||
|
# SPDX-License-Identifier: CC0-1.0
|
||||||
maubot: 0.1.0
|
maubot: 0.1.0
|
||||||
id: org.dennogumi.osc
|
id: org.dennogumi.osc
|
||||||
version: 0.1.0
|
version: 0.1.0
|
||||||
|
|
Loading…
Add table
Reference in a new issue