Files
Eugenio Paolantonio edd8c67fc9
Some checks failed
go-generate-check / go-generate-check (push) Failing after 25s
go-generate-check / go-generate-check (pull_request) Has been cancelled
obs-staging-bot: allow build-disabling repositories in the QA projects
Using the BuildDisableRepos configuration, it is now possible to
define which repositories to build-disable in the QA project meta.

This is for example useful for the SLES development workflow, where
the product repository should only be enabled after the packagelist
definitions have been built - so it is not desirable to have them
built as soon as the QA project is created.

Example:

    {
      "ObsProject": "SUSE:SLFO:Main",
      "StagingProject": "SUSE:SLFO:Main:PullRequest",
      "QA": [
        {
          "Name": "SLES",
          "Origin": "SUSE:SLFO:Products:SLES:16.1",
          "BuildDisableRepos": ["product"]
        }
      ]
    }

Signed-off-by: Eugenio Paolantonio <eugenio.paolantonio@suse.com>
2026-01-21 19:05:48 +01:00
..
2025-05-26 16:55:15 +02:00
2025-05-26 16:55:15 +02:00
2025-05-09 17:28:35 +02:00
2025-04-03 22:38:28 +02:00
2025-10-27 14:42:21 +01:00
2025-11-09 23:10:08 +01:00
2025-04-03 22:38:28 +02:00
2025-08-28 18:13:11 +02:00
2025-05-26 16:55:15 +02:00
2025-06-26 14:24:21 +02:00
2025-07-26 13:54:51 +02:00
2025-08-28 13:09:32 +02:00
2025-04-03 22:38:28 +02:00
2025-04-03 22:38:28 +02:00
2025-04-03 22:38:28 +02:00
2025-04-03 22:38:28 +02:00
2025-04-03 22:38:28 +02:00
wip
2025-04-24 23:51:46 +02:00
2025-04-03 22:38:28 +02:00
2025-04-03 22:38:28 +02:00
2025-12-09 17:19:38 +01:00
2025-07-26 13:54:51 +02:00
2025-06-25 16:13:08 +02:00
2025-04-03 22:38:28 +02:00
2025-10-27 14:42:21 +01:00
2025-12-16 18:33:22 +01:00
2025-12-16 18:33:22 +01:00

package common

const ReadmeBoilerplate = `
README
======

This empty project was created by AutoDevel bot.
AutoDevel creates projects that can be built
in Open Build Service.

`