From 86b533cc5b0224bc22334d64e06f436ea1c08a60 Mon Sep 17 00:00:00 2001 From: Adam Samalik Date: Thu, 29 Jun 2023 11:29:17 +0200 Subject: [PATCH] re-import sources as agreed with the maintainer --- .gitignore | 10 +++++++++- gating.yaml | 8 -------- 2 files changed, 9 insertions(+), 9 deletions(-) delete mode 100644 gating.yaml diff --git a/.gitignore b/.gitignore index 75996f4..117e66a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,10 @@ -SOURCES/plexus-containers-2.1.0.tar.gz +/plexus-containers-*.tar.xz +/plexus-containers-*/ +/.build-*.log +/.project +/*.src.rpm +/noarch +/plexus-containers-1.6.tar.gz +/plexus-containers-1.7.1.tar.gz +/plexus-containers-2.0.0.tar.gz /plexus-containers-2.1.0.tar.gz diff --git a/gating.yaml b/gating.yaml deleted file mode 100644 index d6b7694..0000000 --- a/gating.yaml +++ /dev/null @@ -1,8 +0,0 @@ ---- !Policy -product_versions: - - rhel-9 -decision_contexts: - - osci_compose_gate -rules: - # https://docs.engineering.redhat.com/display/RHELPLAN/Maven+Bootstrap+manual+gating+test - - !PassingTestCaseRule {test_case_name: manual.sst_cs_apps.maven.bootstrap}