From 6c1aed64cfb551f0514a962fd7c9e815a27720bb Mon Sep 17 00:00:00 2001 From: Adam Samalik Date: Thu, 29 Jun 2023 11:25:15 +0200 Subject: [PATCH] re-import sources as agreed with the maintainer --- .gitignore | 3 ++- gating.yaml | 8 -------- generate-tarball.sh | 0 3 files changed, 2 insertions(+), 9 deletions(-) delete mode 100644 gating.yaml mode change 100755 => 100644 generate-tarball.sh diff --git a/.gitignore b/.gitignore index 33c4279..d005c66 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ -SOURCES/jsr-305-3.0.2.tar.gz +jsr-305-0.4.20090319.tar.xz +/jsr-305-20130910svn.tgz /jsr-305-3.0.2.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} diff --git a/generate-tarball.sh b/generate-tarball.sh old mode 100755 new mode 100644