CMF
RDK Releases
Documentation
CMF Videos
Support
Support for CMF is provided by the RDK Support group.
To contact RDK Support:
Enter a ticket: https://jira.rdkcentral.com/
or
E-mail: support@rdkcentral.com
...
Code Block | ||||
---|---|---|---|---|
| ||||
# create a bin directory mkdir ~/bin export PATH=~/bin:$PATH # Download the repo tool and ensure that it is executable curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > ~/bin/repo chmod a+x ~/bin/repo |
it is recommended to put credentials in .netrc
Code Block | ||||
---|---|---|---|---|
| ||||
# RDK Central Github
machine github.com
login <Public GitHub userID>
password <PAT>
# RDK Central Gerrit
machine code.rdkcentral.com
login <rdkcentral sso email address>
password <PAT> |
Set your Gerrit PAT here: https://code.rdkcentral.com/r/settings/#HTTPCredentials
For GitHub to create a PAT navigate to Settings - Developer Settings - Personal access tokens - Tokens (classic)
Note: for git actions (clone/push/pr) you need to select at least the following scopes:
repo write:packages