From b7cc1239831d96c6c181abbf200e2e95995533cc Mon Sep 17 00:00:00 2001 From: savitaashture Date: Mon, 7 Oct 2024 12:30:29 +0530 Subject: [PATCH] Bootstrap the repository structure Signed-off-by: savitaashture --- .github/workflows/.placeholder | 0 .konflux/README.md | 5 +++++ .tekton/.placeholder | 0 README.md | 6 ++++++ openshift/README.md | 1 + openshift/dockerfiles/.placeholder | 0 patches/.placeholder | 0 7 files changed, 12 insertions(+) create mode 100644 .github/workflows/.placeholder create mode 100644 .konflux/README.md create mode 100644 .tekton/.placeholder create mode 100644 README.md create mode 100644 openshift/README.md create mode 100644 openshift/dockerfiles/.placeholder create mode 100644 patches/.placeholder diff --git a/.github/workflows/.placeholder b/.github/workflows/.placeholder new file mode 100644 index 0000000000..e69de29bb2 diff --git a/.konflux/README.md b/.konflux/README.md new file mode 100644 index 0000000000..f746c7cc72 --- /dev/null +++ b/.konflux/README.md @@ -0,0 +1,5 @@ +# `konflux-ci` manifests + +This folder contains [`konflux-ci`](konfluxci) configuration that is synced with the konflux-ci cluster. + +[konfluxci]: https://konflux-ci.dev/ diff --git a/.tekton/.placeholder b/.tekton/.placeholder new file mode 100644 index 0000000000..e69de29bb2 diff --git a/README.md b/README.md new file mode 100644 index 0000000000..9089ea99c4 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# `openshift-pipelines/tektoncd-hub` *fork* + +This is a "managed" fork of [`tektoncd/hub`](tektoncdhub) that is used in OpenShift Pipelines. +It is merely some patches and automation, and doesn't contains any specific code. + +[tektoncdhub]: https://github.com/tektoncd/hub diff --git a/openshift/README.md b/openshift/README.md new file mode 100644 index 0000000000..3348c6d3aa --- /dev/null +++ b/openshift/README.md @@ -0,0 +1 @@ +# `openshift` specific files diff --git a/openshift/dockerfiles/.placeholder b/openshift/dockerfiles/.placeholder new file mode 100644 index 0000000000..e69de29bb2 diff --git a/patches/.placeholder b/patches/.placeholder new file mode 100644 index 0000000000..e69de29bb2