You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by ne...@apache.org on 2017/01/09 17:40:48 UTC

[1/4] incubator-trafficcontrol git commit: get dnssec from old-releases dir

Repository: incubator-trafficcontrol
Updated Branches:
  refs/heads/master d941ec5ec -> 3f1c85e9a


get dnssec from old-releases dir


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

Branch: refs/heads/master
Commit: 97e78d946826192dc7ad5590cdbcbcb7a3da718f
Parents: 05f7db3
Author: Dan Kirkwood <da...@gmail.com>
Authored: Mon Jan 9 10:01:22 2017 -0700
Committer: Dave Neuman <ne...@apache.org>
Committed: Mon Jan 9 10:18:34 2017 -0700

----------------------------------------------------------------------
 traffic_router/build/build_rpm.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/97e78d94/traffic_router/build/build_rpm.sh
----------------------------------------------------------------------
diff --git a/traffic_router/build/build_rpm.sh b/traffic_router/build/build_rpm.sh
index da559fd..b5c39d8 100755
--- a/traffic_router/build/build_rpm.sh
+++ b/traffic_router/build/build_rpm.sh
@@ -36,7 +36,7 @@ function installDnsSec {
 	local dnssecversion=0.12
 	local dnssectools=jdnssec-tools
 	local dnssec="$dnssectools-$dnssecversion"
-	local dnssecurl=http://www.verisignlabs.com/dnssec-tools/packages
+	local dnssecurl=http://www.verisignlabs.com/dnssec-tools/packages/old-releases
 
 	curl -o "$dnssec".tar.gz "$dnssecurl/$dnssec".tar.gz || \
 		{ echo "Could not download required $dnssec library: $?"; exit 1; }


[3/4] incubator-trafficcontrol git commit: This closes #170

Posted by ne...@apache.org.
This closes #170


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

Branch: refs/heads/master
Commit: 870e7f6eb8fb364fd0c1537d1b07e94d1f36f53f
Parents: 97e78d9
Author: Dave Neuman <ne...@apache.org>
Authored: Mon Jan 9 10:38:51 2017 -0700
Committer: Dave Neuman <ne...@apache.org>
Committed: Mon Jan 9 10:38:51 2017 -0700

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

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



[2/4] incubator-trafficcontrol git commit: DBI not required in misc/release.pl

Posted by ne...@apache.org.
DBI not required in misc/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/05f7db3c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/tree/05f7db3c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/diff/05f7db3c

Branch: refs/heads/master
Commit: 05f7db3cd44009cb3ca1dec6286aec9c31713cc9
Parents: cf8028f
Author: Dan Kirkwood <da...@gmail.com>
Authored: Fri Jan 6 14:23:41 2017 -0700
Committer: Dave Neuman <ne...@apache.org>
Committed: Mon Jan 9 10:18:34 2017 -0700

----------------------------------------------------------------------
 misc/release.pl | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/05f7db3c/misc/release.pl
----------------------------------------------------------------------
diff --git a/misc/release.pl b/misc/release.pl
index e46e443..c8331e1 100755
--- a/misc/release.pl
+++ b/misc/release.pl
@@ -18,7 +18,6 @@ use warnings;
 use English;
 use Getopt::Long;
 use FileHandle;
-use DBI;
 use Cwd;
 use Data::Dumper;
 use File::Find::Rule;


[4/4] incubator-trafficcontrol git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol

Posted by ne...@apache.org.
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol


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

Branch: refs/heads/master
Commit: 3f1c85e9a48ac1d121cb007f8b35f9a306ed9288
Parents: 870e7f6 d941ec5
Author: Dave Neuman <ne...@apache.org>
Authored: Mon Jan 9 10:40:38 2017 -0700
Committer: Dave Neuman <ne...@apache.org>
Committed: Mon Jan 9 10:40:38 2017 -0700

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

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