diff --git a/.gitignore b/.gitignore index a835470..d7bc3fa 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ +# SPDX-FileCopyrightText: none +# SPDX-License-Identifier: CC0-1.0 *.mbp *.pyc diff --git a/README.md b/README.md index ec7d9a9..6c0e402 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ + + ## 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. diff --git a/base-config.yaml b/base-config.yaml index 4ddf629..5cedd97 100644 --- a/base-config.yaml +++ b/base-config.yaml @@ -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 +# The main URL of the Build Service instance instance_url: https://build.opensuse.org +# Build Service username username: changeme +# Build Service password password: changeme +# Build service access token with the "rebuild" capability rebuild_token: changeme +# Build service access token with the "runservices" capability trigger_token: changeme diff --git a/maubot.yaml b/maubot.yaml index 75d9156..74723ca 100644 --- a/maubot.yaml +++ b/maubot.yaml @@ -1,3 +1,5 @@ +# SPDX-FileCopyrightText: none +# SPDX-License-Identifier: CC0-1.0 maubot: 0.1.0 id: org.dennogumi.osc version: 0.1.0