File tree Expand file tree Collapse file tree 1 file changed +0
-20
lines changed
source/How-To-Guides/Releasing Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -66,23 +66,3 @@ As suggested in `an answer from ROS Answers <http://answers.ros.org/question/234
6666 insteadOf = https://github.com/
6767
6868 If you choose this option, be sure to `enable ssh connections with GitHub <https://help.github.com/articles/generating-an-ssh-key/ >`_.
69-
70- Bash Script for setting up OAuth Token
71- --------------------------------------
72-
73- In case you use automatic setup scripts for your computer, you might find this script helpful:
74-
75- .. code-block :: bash
76-
77- # Install Bloom GitHub oauth access token for releasing ROS packages
78- function installros_github_token() {
79- read -p " Your GitHub username: " userName
80- read -p " A GitHub oauth token for your account: " oAuthToken
81- rm -f $HOME /.config/bloom
82- cat << EOF >> $HOME /.config/bloom
83- {
84- "github_user": "$userName ",
85- "oauth_token": "$oAuthToken "
86- }
87- EOF
88- }
You can’t perform that action at this time.
0 commit comments