From 054fece0598dcbc84adb6fbde03d333952a2a040 Mon Sep 17 00:00:00 2001 From: Tim Otten <totten@civicrm.org> Date: Wed, 6 Mar 2013 16:47:21 -0500 Subject: [PATCH] CRM-11658 - releaser - Explain why there are two git_base_url options --- tools/scripts/releaser/releaser.conf.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/scripts/releaser/releaser.conf.txt b/tools/scripts/releaser/releaser.conf.txt index 0c3239e721..927a94a4e8 100644 --- a/tools/scripts/releaser/releaser.conf.txt +++ b/tools/scripts/releaser/releaser.conf.txt @@ -1,6 +1,8 @@ #!/bin/bash ## The GIT repo where we can find branches and create tags +## Note: Choose https or SSH depending on whether you've +## configured HTTP credential cache or SSH keys. #git_base_url=https://github.com/civicrm #git_base_url=git@github.com:civicrm -- GitLab