This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
agl-distro:contributing [2019/08/02 14:51] jsmoeller |
agl-distro:contributing [2024/09/06 11:28] (current) jsmoeller old revision restored (2020/07/10 21:02) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Contributing to the AGL Distro ====== | ====== Contributing to the AGL Distro ====== | ||
- | The AGL community appreciates feedback, ideas, suggestion, bugs and documentation just as much as code. Please join the irc conversation at the #automotive channel on irc.freenode.net and our [[http://lists.linuxfoundation.org/mailman/listinfo/automotive-discussions|mailing list]]. | + | The AGL community appreciates feedback, ideas, suggestion, bugs and documentation just as much as code. Please join the irc conversation at the #automotive channel on irc.freenode.net and our [[https://lists.automotivelinux.org/g/agl-dev-community|mailing list]]. |
===== Contributing Code ===== | ===== Contributing Code ===== | ||
Line 109: | Line 109: | ||
===== Prepare to push changes in Gerrit ===== | ===== Prepare to push changes in Gerrit ===== | ||
- | By default the repo tool will have clone git repo with http for fetch and ssh to push. | + | By default the repo tool will have cloned the git repos with http for fetch and ssh to push. |
#cd meta-agl | #cd meta-agl | ||
#git remote -v | #git remote -v | ||
Line 116: | Line 116: | ||
- | if you want to use your ssh config, add your gerrit user accout to your ssh config file like: | + | If you want to use your ssh config, add your gerrit user accout to your ssh config file like: |
#cat ~/.ssh/config | #cat ~/.ssh/config | ||
Host gerrit.automotivelinux.org | Host gerrit.automotivelinux.org | ||
User XXXMyNameXXX | User XXXMyNameXXX | ||
- | Then you still need to enter you ssh public key in Gerrit. You can find a HowTo [[ https://www.mediawiki.org/wiki/Gerrit/Tutorial#Set_Up_SSH_Keys_in_Gerrit | here ]] | + | Note: you still need to enter you ssh public key in Gerrit. You can find a HowTo [[ https://www.mediawiki.org/wiki/Gerrit/Tutorial#Set_Up_SSH_Keys_in_Gerrit | here ]] |
===== Push changes for review to Gerrit ==== | ===== Push changes for review to Gerrit ==== |