Skip to content
Snippets Groups Projects
Commit b699fea8 authored by totten's avatar totten
Browse files

doc/4.*-final.md -- Suggest using SSH keys

parent a3eb6a1a
Branches
No related tags found
No related merge requests found
......@@ -11,6 +11,12 @@
* Local clones of all main CiviCRM git repos (e.g. `mkdir src; cd src; gitify all --skip-gencode` or `cividist create dist`)
The user `releaser` on `latest.civicrm.org` has a suitable configuration in `~/src/4.6`.
To start a session, login to that account and run:
```
eval "$(ssh-agent -s)"
ssh-add -K ~/.ssh/id_rsa
```
## 1: Sanity checks
......
......@@ -11,6 +11,12 @@
* Local clones of all main CiviCRM git repos (e.g. `mkdir src; cd src; gitify all --skip-gencode` or `cividist create dist`)
The user `releaser` on `latest.civicrm.org` has a suitable configuration in `~/src/4.7`.
To start a session, login to that account and run:
```
eval "$(ssh-agent -s)"
ssh-add -K ~/.ssh/id_rsa
```
## 1: Identify the final RC
......
......@@ -6,6 +6,12 @@
* Access to CiviCRM Jenkins (https://test.civicrm.org)
The user `releaser` on `latest.civicrm.org` has a suitable configuration in `~/src/4.7`.
To start a session, login to that account and run:
```
eval "$(ssh-agent -s)"
ssh-add -K ~/.ssh/id_rsa
```
## 1: Sanity checks
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment