Commit 0c965ac01eaa
Changed files (2)
users
vincent
dev
users/vincent/dev/mr/src.osp.p12n.mr
@@ -0,0 +1,45 @@
+# -*- mode: sh -*-
+include = cat ${HOME}/.config/mr
+
+[gerrit]
+checkout =
+ git clone vdemeest@code.engineering.redhat.com:openshift-pipelines.git gerrit
+ cd gerrit
+ git remote rename origin gerrit
+u = git fetch -p --all
+
+[plumbing]
+checkout =
+ git clone git@gitlab.cee.redhat.com:vdemeest/tekton-plumbing.git plumbing
+ cd plumbing
+ git config http.sslVerify false
+ git remote add upstream https://gitlab.cee.redhat.com/tekton/plumbing
+ git fetch -p --all
+u = git fetch -p --all
+
+[honeybadger]
+checkout =
+ git clone git@gitlab.cee.redhat.com:vdemeest/pipeline-products.git honeybadger
+ cd honeybadger
+ git config http.sslVerify false
+ git remote add upstream https://gitlab.cee.redhat.com/pipeline/products
+ git fetch -p --all
+u = git fetch -p --all
+
+[cpaas-config]
+checkout =
+ git clone git@gitlab.cee.redhat.com:vdemeest/cpaas-products-openshift-pipelines.git cpaas-config
+ cd cpaas-config
+ git config http.sslVerify false
+ git remote add upstream https://gitlab.cee.redhat.com/cpaas-products/openshift-pipelines.git
+ git fetch -p --all
+u = git fetch -p --all
+
+[cpaas-product-configs]
+checkout =
+ git clone git@gitlab.cee.redhat.com:vdemeest/cpaas-products-product-configs.git cpaas-product-configs
+ cd cpaas-product-configs
+ git config http.sslVerify false
+ git remote add upstream https://gitlab.cee.redhat.com/cpaas-products/product-configs.git
+ git fetch -p --all
+u = git fetch -p --all
users/vincent/dev/mr.nix
@@ -8,6 +8,7 @@
home.file."src/k8s.io/.mrconfig".source = ./mr/src.k8s.io.mr;
home.file."src/knative.dev/.mrconfig".source = ./mr/src.knative.dev.mr;
home.file."src/osp/forks/.mrconfig".source = ./mr/src.osp.forks.mr;
+ home.file."src/osp/p12n/.mrconfig".source = ./mr/src.osp.p12n.mr;
home.file."src/osp/.mrconfig".source = ./mr/src.osp.mr;
# Old setup, migrate this slowly
home.file."src/github.com/.mrconfig".source = ./mr/src.github.mr;