[Asterisk-code-review] release summary: Update Gerrit URL (repotools[master])
Matt Jordan
asteriskteam at digium.com
Fri May 22 10:37:37 CDT 2015
Matt Jordan has submitted this change and it was merged.
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(-)
Approvals:
Matt Jordan: Looks good to me, approved; Verified
Joshua Colp: Looks good to me, but someone else must approve
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: merged
Gerrit-Change-Id: I222d57eb350f527ceded1af7af0275e5cf9172ad
Gerrit-PatchSet: 1
Gerrit-Project: repotools
Gerrit-Branch: master
Gerrit-Owner: Matt Jordan <mjordan at digium.com>
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
Gerrit-Reviewer: Matt Jordan <mjordan at digium.com>
More information about the asterisk-code-review
mailing list