From 48ec9a80153c9824debd34b657461914cc001f65 Mon Sep 17 00:00:00 2001 From: Karolina Surma Date: Jun 26 2023 14:48:49 +0000 Subject: Advertise zuul-config-generator It generates fedora-distgits.yaml for a given FAS username or group. No need to manually edit the file anymore. --- diff --git a/README.md b/README.md index 5ce720f..95f5d67 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,15 @@ Most of the Zuul config for Fedora is managed via the Dhall language. The render dhall program produces YAML files to be used by Zuul. YAML files are generated into the three repositories described above. +## How to add / maintain your packages list + +As a package maintainer who wishes to benefit from the Zuul CI, you need to add your packages to `resources/fedora-distgits.yaml`. + +You can add them manually or use the [zuul-config-generator](https://github.com/befeleme/zuul-config-generator). +It generates a new config file containing all missing packages of a given maintaner or group. + +Replace the existing `resources/fedora-distgits.yaml` with the newly generated file and submit a Pull Request to this repository. + ## Prepare your workspace to edit Fedora Zuul jobs config ### Install required tools