From ee7e4881a0cb0d9159161ff80372a242c927c86f Mon Sep 17 00:00:00 2001 From: Tristan Cacqueray Date: Fri, 5 Feb 2021 15:14:17 +0000 Subject: [PATCH] Add zuul configuration to exclude standalone sub-packages in install test Depends-On: https://pagure.io/zuul-distro-jobs/pull-request/94 --- .zuul.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .zuul.yaml diff --git a/.zuul.yaml b/.zuul.yaml new file mode 100644 index 0000000..591bb8a --- /dev/null +++ b/.zuul.yaml @@ -0,0 +1,5 @@ +- project: + vars: + install_repo_exclude: + - systemd-standalone-tmpfiles + - systemd-standalone-sysuser