You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by da...@apache.org on 2018/10/10 16:30:58 UTC

[trafficcontrol] branch master updated: update release.pl git address

This is an automated email from the ASF dual-hosted git repository.

dangogh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git


The following commit(s) were added to refs/heads/master by this push:
     new ff796e0  update release.pl git address
ff796e0 is described below

commit ff796e049c7d703eb9f1f51b81b06f012e8e44a1
Author: Derek Gelinas <mr...@gmail.com>
AuthorDate: Wed Oct 10 12:24:37 2018 -0400

    update release.pl git address
---
 misc/release.pl | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/misc/release.pl b/misc/release.pl
index bcf5be0..41d29ac 100755
--- a/misc/release.pl
+++ b/misc/release.pl
@@ -41,8 +41,7 @@ my $usage = "\n"
 
 my $git_remote_name = 'official';
 
-#my $git_remote_url = 'git@github.com:Comcast/traffic_control.git';
-my $git_remote_url = 'https://git-wip-us.apache.org/repos/asf/trafficcontrol.git';
+my $git_remote_url = 'git@github.com:apache/trafficcontrol.git';
 
 my $gpg_key;
 my $release_no;