From 62b4b7227e7ff9754ef613f7f9fe6856354b343b Mon Sep 17 00:00:00 2001 From: Adam Samalik Date: Thu, 29 Jun 2023 11:05:11 +0200 Subject: [PATCH] re-import sources as agreed with the maintainer --- .gitignore | 22 +++++++++++++++++++++- gating.yaml | 8 -------- generate-tarball.sh | 0 3 files changed, 21 insertions(+), 9 deletions(-) delete mode 100644 gating.yaml mode change 100755 => 100644 generate-tarball.sh diff --git a/.gitignore b/.gitignore index 54283c2..17ee1c1 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,21 @@ -SOURCES/testng-6.14.3.tar.gz +/noarch/ +/.build-*.log +/*.src.rpm +/testng-6.0.1.tar.xz +/testng-6.8.tar.gz +/testng-6.8.5.tar.gz +/testng-6.8.7.tar.gz +/testng-6.8.8.tar.gz +/testng-6.8.14.tar.gz +/testng-6.8.17.tar.gz +/testng-6.8.21.tar.gz +/testng-6.9.5.tar.gz +/6.9.8.tar.gz +/6.9.9.tar.gz +/6.9.10.tar.gz +/6.9.11.tar.gz +/6.9.12.tar.gz +/6.11.tar.gz +/6.12.tar.gz +/6.14.3.tar.gz +/testng-6.14.3.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