home

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

src.osp.mr (1444B)


      1 # -*- mode: sh -*-
      2 include = cat ${HOME}/.config/mr
      3 
      4 [DEFAULT]
      5 lib =
      6     export BASE_USER=vdemeester
      7     export BASE_HOST="github.com"
      8 
      9 # downstream (RH internal)
     10 [p12n]
     11 chain = true
     12 skip = true
     13 
     14 # github.com/openshift
     15 [openshift-ci]
     16 skip = true
     17 lib =
     18     export DEFAULT_BRANCH=master
     19 checkout =
     20     git clone git@github.com:vdemeester/release.git openshift-ci
     21     cd openshift-ci
     22     git remote add upstream https://github.com/openshift/release.git
     23     git fetch -p --all
     24 
     25 [pipelines-docs]
     26 lib =
     27     export BASE_PATH=openshift
     28     export DEFAULT_BRANCH=master
     29 
     30 [pipelines-tutorial]
     31 lib =
     32     export BASE_PATH=openshift
     33     export DEFAULT_BRANCH=master
     34 
     35 [must-gather]
     36 lib =
     37     export BASE_PATH=openshift-pipelines
     38 
     39 [pipelines-as-code]
     40 lib =
     41     export BASE_PATH=openshift-pipelines
     42 
     43 [operator-tooling]
     44 lib = 
     45     export BASE_PATH=openshift-pipelines
     46 
     47 [toolbox]
     48 lib =
     49     export BASE_PATH=openshift-pipelines
     50 
     51 # github.com/openshift-pipelines
     52 [enhancements]
     53 lib =
     54     export BASE_PATH=openshift-pipelines
     55 [knowledge-base]
     56 lib =
     57     export DEFAULT_BRANCH=master
     58 checkout =
     59     git clone git@github.com:vdemeester/knowledge-base.git
     60     cd knowledge-base
     61     git remote add upstream git@github.com:openshift-pipelines/knowledge-base.git
     62     git fetch -p --all
     63 
     64 [cookbook]
     65 lib =
     66     export BASE_PATH=openshift-pipelines
     67 
     68 [cluster-tasks-tests]
     69 lib =
     70     export BASE_PATH=ppitonak
     71 
     72 [tekton-task-group]
     73 lib =
     74     export BASE_PATH=openshift-pipelines