From d781cfa2f6961113d71df502e1a97a6626b41009 Mon Sep 17 00:00:00 2001 From: Adam Samalik Date: Thu, 29 Jun 2023 11:24:28 +0200 Subject: [PATCH] re-import sources as agreed with the maintainer --- .gitignore | 18 +++++++++++++++++- create-tarball.sh | 0 gating.yaml | 8 -------- 3 files changed, 17 insertions(+), 9 deletions(-) mode change 100755 => 100644 create-tarball.sh delete mode 100644 gating.yaml diff --git a/.gitignore b/.gitignore index 5b23f0e..4e1334d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,18 @@ -SOURCES/google-guice-4.2.3.tar.xz +/results_* +/*.src.rpm + +/guice-2.0-1219.tar.xz +/guice-3.0-rc2-src.zip +/google-guice-3.1.3.tar.xz +/google-guice-3.1.8.tar.xz +/google-guice-3.1.9.tar.xz +/google-guice-3.1.10.tar.xz +/google-guice-3.2.1.tar.xz +/google-guice-3.2.2.tar.xz +/google-guice-3.2.4.tar.xz +/google-guice-3.2.5.tar.xz +/google-guice-3.2.6.tar.xz +/google-guice-4.0.tar.xz +/google-guice-4.1.tar.xz +/google-guice-4.2.2.tar.xz /google-guice-4.2.3.tar.xz diff --git a/create-tarball.sh b/create-tarball.sh old mode 100755 new mode 100644 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}