You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by mi...@apache.org on 2016/11/02 20:24:07 UTC

[1/2] incubator-trafficcontrol git commit: use apache git path in release.pl

Repository: incubator-trafficcontrol
Updated Branches:
  refs/heads/master fffe608e4 -> 59c6cfca7


use apache git path in release.pl


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/commit/6ba77187
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/tree/6ba77187
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/diff/6ba77187

Branch: refs/heads/master
Commit: 6ba77187a2b5c25f50a1cd2a1e44ec702e2acdfd
Parents: fffe608
Author: Dan Kirkwood <da...@gmail.com>
Authored: Wed Nov 2 13:53:01 2016 -0600
Committer: Jeremy Mitchell <mi...@gmail.com>
Committed: Wed Nov 2 14:23:17 2016 -0600

----------------------------------------------------------------------
 misc/release.pl | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/6ba77187/misc/release.pl
----------------------------------------------------------------------
diff --git a/misc/release.pl b/misc/release.pl
index f5bd0a2..e46e443 100755
--- a/misc/release.pl
+++ b/misc/release.pl
@@ -32,7 +32,7 @@ my $usage = "\n"
 	. "--gpg-key          - Your gpg-key id. ie: 774ACED1\n"
 	. "--release-no       - The release-no name you want to cut. ie: 1.1.0\n"
 	. "--git-hash         - (optional) The git hash that will be used to reference the release. ie: da4aab57d \n"
-	. "--git-remote-url   - (optional) Overrides the git repo URL where the release will be pulled and sent (mostly for testing). ie: git\@github.com:yourrepo/traffic_control.git \n"
+	. "--git-remote-url   - (optional) Overrides the git repo URL where the release will be pulled and sent (mostly for testing). ie: git\@github.com:yourrepo/incubator-trafficcontrol.git \n"
 	. "--dry-run          - (optional) Simulation mode which will NOT apply any changes. \n"
 	. "--debug            - (optional) Show debug output\n"
 	. "\nArguments:   \n\n"
@@ -43,7 +43,7 @@ my $usage = "\n"
 my $git_remote_name = 'official';
 
 #my $git_remote_url = 'git@github.com:Comcast/traffic_control.git';
-my $git_remote_url = 'git@github.com:Comcast/traffic_control.git';
+my $git_remote_url = 'https://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol.git';
 
 my $gpg_key;
 my $release_no;
@@ -206,7 +206,7 @@ sub check_branch_exists {
 
 sub clone_repo_to_tmp {
 	my $tmp_dir = "/tmp";
-	my $tc_dir  = "traffic_control";
+	my $tc_dir  = "incubator-trafficcontrol";
 	$working_dir = sprintf( "%s/%s", $tmp_dir, $tc_dir );
 	remove_tree($working_dir);
 	chdir $tmp_dir;


[2/2] incubator-trafficcontrol git commit: This closes #37

Posted by mi...@apache.org.
This closes #37


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/commit/59c6cfca
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/tree/59c6cfca
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/diff/59c6cfca

Branch: refs/heads/master
Commit: 59c6cfca70322fc0ce42b9e2219f9fa7438b932a
Parents: 6ba7718
Author: Jeremy Mitchell <mi...@gmail.com>
Authored: Wed Nov 2 14:23:59 2016 -0600
Committer: Jeremy Mitchell <mi...@gmail.com>
Committed: Wed Nov 2 14:23:59 2016 -0600

----------------------------------------------------------------------

----------------------------------------------------------------------