...
- Clone LF's info-master repo: https://gerrit.linuxfoundation.org/infra/admin/repos/releng/info-master
- cd into the right location in the repo for ONAP's gerrit configuration: cd info-master/gerrit.onap.org/example-parent/
Create a new folder for the repo to be created: mkdir example-child/ && cd example-child
At this point, we are in the right folder that patches the repo path. The INFO.yaml will need to be created using any of these ways:
Manually, easy when the INFO.yaml matches an existing child repo of the same parent
Using lftools (a python program you find here):
Code Block |
---|
lftools --help Options: --directory TEXT custom gerrit directory, eg not /r/ --empty Create info file for uncreated project. --tsc_approval TEXT optionally provide a tsc approval link --help Show this message and exit. |
...