commit 9d19cb4bcd247ad76a37b985e0c8e09c6cd49dd0
parent 49ce7f955a51457709a8d51cf1eb561b748fc9f9
Author: Vincent Demeester <vincent@sbr.pm>
Date: Thu, 18 Apr 2019 14:59:40 +0200
ape.conf: add some openshift project
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat:
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/assets/ape.conf b/assets/ape.conf
@@ -27,6 +27,7 @@ git@github.com:vdemeester/go-connections.git https://github.com/docker/go-connec
# kubernetes
git@github.com:vdemeester/kubernetes.git https://github.com/kubernetes/kubernetes.git
+
# knative
git@github.com:vdemeester/build.git https://github.com/knative/build.git
git@github.com:vdemeester/serving.git https://github.com/knative/serving.git
@@ -37,19 +38,27 @@ git@github.com:vdemeester/build-templates.git https://github.com/knative/build-t
git@github.com:vdemeester/docs.git https://github.com/knative/docs.git
git@github.com:vdemeester/eventing-sources.git https://github.com/knative/eventing-sources.git
git@github.com:vdemeester/knctl.git https://github.com/cppforlife/knctl.git
+
+# tekton
git@github.com:vdemeester/tektoncd-pipeline.git https://github.com/tektoncd/pipeline.git
git@github.com:vdemeester/tektoncd-dashboard.git https://github.com/tektoncd/dashboard.git
git@github.com:vdemeester/tektoncd-cli.git https://github.com/tektoncd/cli.git
-# redhat
+# openshift
git@github.com:vdemeester/source-to-image.git https://github.com/openshift/source-to-image.git
git@github.com:vdemeester/imagebuilder.git https://github.com/openshift/imagebuilder.git
git@github.com:vdemeester/origin.git https://github.com/openshift/origin.git
+git@github.com:vdemeester/release.git https://github.com/openshift/release.git
+git@github.com:vdemeester/knative-build-operator.git https://github.com/openshift-knative/knative-build-operator.git
+
+# containers
git@github.com:vdemeester/libpod.git https://github.com/containers/libpod.git
git@github.com:vdemeester/containers-image.git https://github.com/containers/image.git
git@github.com:vdemeester/containers-storage.git https://github.com/containers/storage.git
git@github.com:vdemeester/skopeo.git https://github.com/containers/skopeo.git
git@github.com:vdemeester/buildah.git https://github.com/containers/buildah.git
+
+# other red hat projects
git@github.com:vdemeester/ocf-minishift-addons.git https://github.com/openshift-cloud-functions/minishift-addons.git
git@github.com:vdemeester/odo.git https://github.com/redhat-developer/odo.git
git@github.com:vdemeester/minishift.git https://github.com/minishift/minishift.git