[Asterisk-code-review] release summary: Update Gerrit URL (repotools[master])

Matt Jordan asteriskteam at digium.com
Thu May 21 20:18:36 CDT 2015


Matt Jordan has uploaded a new change for review.

  https://gerrit.asterisk.org/514

Change subject: release_summary: Update Gerrit URL
......................................................................

release_summary: Update Gerrit URL

Prior to this patch, the Gerrit URL used HTTP as its transport scheme.
Generally, this is not the preferred mechanism for connecting to Gerrit.
This patch updates the URL to use ssh.

Change-Id: I222d57eb350f527ceded1af7af0275e5cf9172ad
---
M release_summary.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.asterisk.org:29418/repotools refs/changes/14/514/1

diff --git a/release_summary.py b/release_summary.py
index 6348c3e..39b59a5 100755
--- a/release_summary.py
+++ b/release_summary.py
@@ -32,7 +32,7 @@
 ADVISORY_URL = "http://downloads.asterisk.org/pub/security/"
 
 # URL for Gerrit/Git repos
-GERRIT = "https://gerrit.asterisk.org"
+GERRIT = "ssh://gerrit.asterisk.org:29418"
 
 # Default repo location
 DEFAULT_REPO_ROOT = "/tmp"

-- 
To view, visit https://gerrit.asterisk.org/514
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I222d57eb350f527ceded1af7af0275e5cf9172ad
Gerrit-PatchSet: 1
Gerrit-Project: repotools
Gerrit-Branch: master
Gerrit-Owner: Matt Jordan <mjordan at digium.com>



More information about the asterisk-code-review mailing list