src.osp.p12n.mr (1676B)
1 # -*- mode: sh -*- 2 include = cat ${HOME}/.config/mr 3 4 [gerrit] 5 checkout = 6 git clone vdemeest@code.engineering.redhat.com:openshift-pipelines.git gerrit 7 cd gerrit 8 git remote rename origin gerrit 9 u = git fetch -p --all 10 11 [p12n] 12 checkout = 13 git clone git@gitlab.cee.redhat.com:vdemeest/p12n.git p12n 14 cd p12n 15 git config http.sslVerify false 16 git remote add upstream https://gitlab.cee.redhat.com/tekton/p12n 17 git fetch -p --all 18 u = git fetch -p --all 19 20 [plumbing] 21 checkout = 22 git clone git@gitlab.cee.redhat.com:vdemeest/tekton-plumbing.git plumbing 23 cd plumbing 24 git config http.sslVerify false 25 git remote add upstream https://gitlab.cee.redhat.com/tekton/plumbing 26 git fetch -p --all 27 u = git fetch -p --all 28 29 [honeybadger] 30 checkout = 31 git clone git@gitlab.cee.redhat.com:vdemeest/pipeline-products.git honeybadger 32 cd honeybadger 33 git config http.sslVerify false 34 git remote add upstream https://gitlab.cee.redhat.com/pipeline/products 35 git fetch -p --all 36 u = git fetch -p --all 37 38 [cpaas-config] 39 checkout = 40 git clone git@gitlab.cee.redhat.com:vdemeest/openshift-pipelines.git cpaas-config 41 cd cpaas-config 42 git config http.sslVerify false 43 git remote add upstream https://gitlab.cee.redhat.com/cpaas-products/openshift-pipelines.git 44 git fetch -p --all 45 u = git fetch -p --all 46 47 [cpaas-product-configs] 48 checkout = 49 git clone git@gitlab.cee.redhat.com:vdemeest/product-configs.git cpaas-product-configs 50 cd cpaas-product-configs 51 git config http.sslVerify false 52 git remote add upstream https://gitlab.cee.redhat.com/cpaas-products/product-configs.git 53 git fetch -p --all 54 u = git fetch -p --all