home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

commit 0c965ac01eaac5bf4647a9a90abc6d987322f513
parent cb2bf550eea6896d2a0dfa9e2b2558dfeda5b8d6
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Wed,  8 Dec 2021 15:37:17 +0100

users/vincent: add osp.p12n mrconfig file

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Musers/vincent/dev/mr.nix | 1+
Ausers/vincent/dev/mr/src.osp.p12n.mr | 45+++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 46 insertions(+), 0 deletions(-)

diff --git a/users/vincent/dev/mr.nix b/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; diff --git a/users/vincent/dev/mr/src.osp.p12n.mr b/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