REUSE compliance additions

This commit is contained in:
Luca Beltrame 2022-01-23 23:05:13 +01:00
commit 4d49e285b6
Signed by: einar
GPG key ID: 4707F46E9EC72DEC
4 changed files with 18 additions and 0 deletions

View file

@ -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