Imobach González Sosa 91a1feac49
Fix a few typos
Co-authored-by: Knut Alejandro Anderssen González <teclator@gmail.com>
2021-07-22 09:48:35 +01:00

11 KiB

Contents

This document describes in detail the contents of this repository. It is still a work in progress, but do not hesitate to report if something is missing.

Overview

The repository contains a set of tools to aid in the process of building, testing and releasing (open)SUSE based distributions. The Tools section enumerates and describes all these tools, including links to documentation, source code and some information about where they are used.

Apart from these tools, the repository includes:

  • Some documentation in the docs directory.
  • A Python module called osclib which includes code that is shared by several tools. They are available in the osclib package.
  • A Docker-based tests suite. The Docker manifests and the Docker Compose files are located in the dist directory.
  • GoCD configuration files in gocd. GoCD is an open source CI/CD server that is used to deploy the bots on OBS.
  • A set of Tampermonkey scripts (see userscript directory) to extend OBS features when using the web interface.
  • Several systemd units, as many of the tools (e.g., the staging-bot) make use of them.

Tools

Most of these tools are available as packages for several distributions. Check the spec file in this repository or the devel project for further information.

For the time being, we have classified them into three different groups: command line tools, OBS bots and osc plugins. Bear in mind that the information in the following list might be wrong and incomplete.

Command Line Tools

Usually, the executables are renamed as osrt-NAME (e.g., osrt-announcer).

announcer

Generates email diffs summaries to announce product releases.

pkglistgen

Generates and updates OBS products for openSUSE and SLE. It generates package lists based on 000package-groups and puts them in 000product (resulting kiwi files) and 000release-packages (release package spec files).

container_cleaner

Cleans up the maintenance_release projects for containers

metrics

Generates insightful metrics from relevant OBS and annotation data, based on InfluxDB and Grafana.

metrics-access

Ingests download.opensuse.org Apache access logs and generate metrics. It is composed of a PHP. script and a set of systemd units.

totest-manager

Releases distribution snapshots to openQA and publishes if the result is positive.

unmaintained

Finds unmaintained binaries sourced from SLE.

  • Sources: unmaintained.py
  • Documentation: --
  • Package: openSUSE-release-tools
  • Usage: ?

sync-rebuild

Syncs openSUSE:Factory and openSUSE:Factory:Rebuild.

  • Sources: sync-rebuild.py
  • Documentation: --
  • Package: openSUSE-release-tools
  • Usage: ?

bugowner

Manages bugowner information

  • Sources: bugowner.py
  • Documentation: --
  • Package: openSUSE-release-tools
  • Usage: ?

bs_mirrorfull

Mirrors repositories from build service.

  • Souces: bs_mirrorfull
  • Documentation: --
  • Package: openSUSE-release-tools
  • Usage: Used by other tools like pkglistgen or repocheck

biarchtool

Manages biarch packages

  • Source: biarchtool.py
  • Documentation: --
  • Package: openSUSE-release-tools
  • Usage: ?

build-fail-reminder

Sends e-mails about packages failing to build for a long time.

checknewer

Checks if all packages in a repository are newer than all other repositories.

  • Sources: checknewer.py
  • Documentation: --
  • Package: openSUSE-release-tools
  • Usage: ?

deptool

Assists in debugging dependencies

  • Sources: deptool.py
  • Documentation: --
  • Package: openSUSE-release-tools
  • Usage: ?

requestfinder

Allows to retrieve requests from OBS with quite elaborated queries.

  • Sources: requestfinder.py
  • Documentation: --
  • Package: openSUSE-release-tools
  • Usage: ?

update_crawler

Create SRs for Leap.

create_staging

Scripts and templates to create staging projects.

Bots

check_maintenance_incidents

Handles maintenance incident requests

leaper

Implements Leap-style services for non-Factory projects (whatever that means).

  • Sources: leaper.py
  • Documentation: --
  • Package: openSUSE-release-tools-leaper
  • Usage: gocd

origin-manager

Keeps track of from what project a package originates, submit updates, review requests to detect origin changes, and enforce origin specific policies like adding appropriate reviews

staging-bot

Assists in management of staging projects. It is composed of Python scripts and a few systemd units.

Makes automatic legal reviews based on the legaldb API

  • Sources: legal-auto.py
  • Documentation: --
  • Package: openSUSE-release-tools
  • Usage: gocd

check_tags_in_requests

Checks that a submit request has corrrect tags specified.

abichecker

Checks ABI compatibility in OBS requests.

  • Sources: abichecker
  • Documentation: --
  • Package: openSUSE-release-tools-abichecker
  • Usage: gocd

check_source_in_factory

Checks if the sources of a submission are either in Factory or a request for Factory with the same sources exist.

openqa-maintenance

OpenQA stuff, not sure about the details.

check_tags_in_requests.py

Checks that a submit request has corrrect tags specified.

repo-checker

Inspects built RPMs from staging projects.

manager_42.py

Maintains 00Meta/lookup.yml.

  • Sources: manager_42.py
  • Documentation: --
  • Package: openSUSE-release-tools-leaper
  • Usage: Obsoleted by origin-manager?

OSC Plugins

osc-check_source.py

Checks for usual mistakes and problems in the source packages submitted by users. Used also as review bot that assigns reviews (?).

osc-origin.py

Tools for working with origin information.

osc-cycle.py

Helps with OBS cycles visualization.

  • Sources: osc-cycle.py
  • Documentation: --
  • Package: --
  • Usage: ???

compare_pkglist.py

Compares packages status between two projects.

  • Sources: compare_pkglist.py
  • Documentation: --
  • Package: openSUSE-release-tools
  • Usage: ???

staging

Manages staging projects.

status.py

Checks the status of the staging workflow bots.

  • Sources: status.py
  • Documentation: --
  • Package: openSUSE-release-tools
  • Usage: ???

fcc_submitter.py

Creates SR from FactoryCandidates to openSUSE Leap project for new build succeded packages.

  • Sources: fcc_submitter.py
  • Documentation: --
  • Package: openSUSE-release-tools
  • Usage: ???

issue-diff.py

Compares packages from a project against factory for differences in referenced issues and presents changes to allow whitelisting before creating Bugzilla entries.

  • Sources: issue-diff.py
  • Documentation: --
  • Package: openSUSE-release-tools
  • Usage: ???

obs-clone.py

Clones projects and dependencies between OBS instances.

  • Sources: obs_clone.py
  • Documentation: --
  • Package: openSUSE-release-tools
  • Usage: ???

obs-operator

Performs staging operations as a service instead of requiring the osc staging plugin to be utilized directly.

  • Sources: obs_operator.py
  • Documentation: --
  • Package: openSUSE-release-tools
  • Usage: ???

scan_baselibs.py

Verifies 32bit binaries were imported properly towards a project.

  • Sources: scan_baselibs.py
  • Documentation: --
  • Package: openSUSE-release-tools
  • Usage: ???

k8s-secret.py

Applies kubernetes secrets for OSRT tool osc configuration.

  • Sources: k8s-secret.py
  • Documentation: --
  • Package: openSUSE-release-tools
  • Usage: ???