|
1 |
| -[](https://lgtm.com/projects/g/Azure/sonic-utilities/alerts/) |
2 |
| -[](https://lgtm.com/projects/g/Azure/sonic-utilities/context:python) |
| 1 | +*static analysis:* |
| 2 | + |
| 3 | +[](https://lgtm.com/projects/g/sonic-net/sonic-utilities/alerts/) |
| 4 | +[](https://lgtm.com/projects/g/sonic-net/sonic-utilities/context:python) |
| 5 | + |
| 6 | +*sonic-utilities builds:* |
| 7 | + |
| 8 | +[](https://dev.azure.com/mssonic/build/_build/latest?definitionId=55&branchName=master) |
| 9 | + |
| 10 | +[](https://dev.azure.com/mssonic/build/_build/latest?definitionId=55&branchName=202205) |
| 11 | + |
| 12 | +[](https://dev.azure.com/mssonic/build/_build/latest?definitionId=55&branchName=202012) |
3 | 13 |
|
4 |
| -[](https://sonic-jenkins.westus2.cloudapp.azure.com/job/common/job/sonic-utilities-build/) |
5 | 14 |
|
6 | 15 | # SONiC: Software for Open Networking in the Cloud
|
7 | 16 |
|
@@ -33,7 +42,7 @@ Currently, this list of dependencies is as follows:
|
33 | 42 | - python-swsscommon_1.0.0_amd64.deb
|
34 | 43 |
|
35 | 44 |
|
36 |
| -A convenient alternative is to let the SONiC build system configure a build enviroment for you. This can be done by cloning the [sonic-buildimage](https://github.com/Azure/sonic-buildimage) repo, building the sonic-utilities package inside the Debian Buster slave container, and staying inside the container once the build finishes. During the build process, the SONiC build system will build and install all the necessary dependencies inside the container. After following the instructions to clone and initialize the sonic-buildimage repo, this can be done as follows: |
| 45 | +A convenient alternative is to let the SONiC build system configure a build enviroment for you. This can be done by cloning the [sonic-buildimage](https://github.com/sonic-net/sonic-buildimage) repo, building the sonic-utilities package inside the Debian Buster slave container, and staying inside the container once the build finishes. During the build process, the SONiC build system will build and install all the necessary dependencies inside the container. After following the instructions to clone and initialize the sonic-buildimage repo, this can be done as follows: |
37 | 46 |
|
38 | 47 | 1. Configure the build environment for an ASIC type (any type will do, here we use `generic`)
|
39 | 48 | ```
|
@@ -71,13 +80,15 @@ A Debian package, containing data files needed by the utilities (bash_completion
|
71 | 80 |
|
72 | 81 | #### To build
|
73 | 82 |
|
74 |
| -Instructions for building the sonic-utilities-data package can be found in [sonic-utilities-data/README.md](https://github.com/Azure/sonic-utilities/blob/master/sonic-utilities-data/README.md) |
| 83 | +Instructions for building the sonic-utilities-data package can be found in [sonic-utilities-data/README.md](https://github.com/sonic-net/sonic-utilities/blob/master/sonic-utilities-data/README.md) |
75 | 84 |
|
76 | 85 | ---
|
77 | 86 |
|
78 | 87 | ## Contribution guide
|
79 | 88 |
|
80 |
| -All contributors must sign a contribution license agreement (CLA) before contributions can be accepted. This process is now automated via a GitHub bot when submitting new pull request. If the contributor has not yet signed a CLA, the bot will create a comment on the pull request containing a link to electronically sign the CLA. |
| 89 | +Please read the [contributor guide](https://github.com/sonic-net/SONiC/wiki/Becoming-a-contributor) for more details on how to contribute. |
| 90 | +
|
| 91 | +All contributors must sign an [Individual Contributor License Agreement (ICLA)](https://docs.linuxfoundation.org/lfx/easycla/v2-current/contributors/individual-contributor) before contributions can be accepted. This process is now automated via a GitHub bot when submitting new pull request. If the contributor has not yet signed a CLA, the bot will create a comment on the pull request containing a link to electronically sign the CLA. |
81 | 92 |
|
82 | 93 | ### GitHub Workflow
|
83 | 94 |
|
|
0 commit comments