From: Tim Otten Date: Wed, 6 Mar 2013 21:47:21 +0000 (-0500) Subject: CRM-11658 - releaser - Explain why there are two git_base_url options X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=054fece0598dcbc84adb6fbde03d333952a2a040;p=civicrm-core.git CRM-11658 - releaser - Explain why there are two git_base_url options --- 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