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 2017/01/06 22:38:01 UTC

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

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


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/e80cae59
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/tree/e80cae59
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/diff/e80cae59

Branch: refs/heads/master
Commit: e80cae598f4117dcd218338f2f4a85bfb1ab6dd3
Parents: cf8028f
Author: Dan Kirkwood <da...@gmail.com>
Authored: Fri Jan 6 14:23:41 2017 -0700
Committer: Jeremy Mitchell <mi...@gmail.com>
Committed: Fri Jan 6 15:37:20 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/e80cae59/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;


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

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


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

Branch: refs/heads/master
Commit: d941ec5ec5cfb172d0716b07c8618b60f0cd6c00
Parents: e80cae5
Author: Jeremy Mitchell <mi...@gmail.com>
Authored: Fri Jan 6 15:37:41 2017 -0700
Committer: Jeremy Mitchell <mi...@gmail.com>
Committed: Fri Jan 6 15:37:41 2017 -0700

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

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