From 75afbfcb92bcad7b2274592bac52313960078c88 Mon Sep 17 00:00:00 2001 From: Adam Samalik Date: Thu, 29 Jun 2023 10:09:35 +0200 Subject: [PATCH] re-import sources as agreed with the maintainer --- .gitignore | 9 ++++++++- gating.yaml | 6 ++++++ nis.sh | 0 ypbind-post-waitbind | 0 ypbind-pre-setdomain | 0 5 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 gating.yaml mode change 100755 => 100644 nis.sh mode change 100755 => 100644 ypbind-post-waitbind mode change 100755 => 100644 ypbind-pre-setdomain diff --git a/.gitignore b/.gitignore index b130cf2..122d7e5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,9 @@ -SOURCES/ypbind-mt-2.5.tar.gz +ypbind-mt-1.32.tar.bz2 +/ypbind-mt-1.33.tar.bz2 +/ypbind-mt-1.35.tar.bz2 +/ypbind-mt-1.36.tar.bz2 +/ypbind-mt-1.37.1.tar.bz2 +/ypbind-mt-1.37.2.tar.bz2 +/ypbind-mt-1.38.tar.bz2 +/ypbind-mt-2.4.tar.gz /ypbind-mt-2.5.tar.gz diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..0894ced --- /dev/null +++ b/gating.yaml @@ -0,0 +1,6 @@ +--- !Policy +product_versions: + - rhel-8 +decision_context: osci_compose_gate +rules: + - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional} diff --git a/nis.sh b/nis.sh old mode 100755 new mode 100644 diff --git a/ypbind-post-waitbind b/ypbind-post-waitbind old mode 100755 new mode 100644 diff --git a/ypbind-pre-setdomain b/ypbind-pre-setdomain old mode 100755 new mode 100644