From 0a9948dfecf6ae06a5ec74ff6feb3958ed6534f6 Mon Sep 17 00:00:00 2001 From: Adam Samalik Date: Thu, 29 Jun 2023 11:27:38 +0200 Subject: [PATCH] re-import sources as agreed with the maintainer --- .gitignore | 14 +++++++++++++- create-tarball.sh | 0 gating.yaml | 8 -------- 3 files changed, 13 insertions(+), 9 deletions(-) mode change 100755 => 100644 create-tarball.sh delete mode 100644 gating.yaml diff --git a/.gitignore b/.gitignore index 69427d6..84ad8ee 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,14 @@ -SOURCES/google-guice-4.2.2.tar.xz +/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 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}