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/10 03:38:55 UTC

[43/50] incubator-trafficcontrol git commit: remove blank lines from env files -- causes problems with docker-compose

remove blank lines from env files -- causes problems with docker-compose


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

Branch: refs/heads/master
Commit: 0df488b6c916e22e301b12a09cab80d227b17b8a
Parents: dc136a1
Author: Dan Kirkwood <da...@gmail.com>
Authored: Wed Dec 21 19:23:51 2016 +0000
Committer: Dan Kirkwood <da...@gmail.com>
Committed: Sun Jan 8 21:05:12 2017 -0700

----------------------------------------------------------------------
 traffic_ops/app/db/pg-migration/dataimport.env | 2 --
 traffic_ops/app/db/pg-migration/mysql.env      | 2 --
 traffic_ops/app/db/pg-migration/postgres.env   | 2 --
 3 files changed, 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/0df488b6/traffic_ops/app/db/pg-migration/dataimport.env
----------------------------------------------------------------------
diff --git a/traffic_ops/app/db/pg-migration/dataimport.env b/traffic_ops/app/db/pg-migration/dataimport.env
index b177869..3364c52 100644
--- a/traffic_ops/app/db/pg-migration/dataimport.env
+++ b/traffic_ops/app/db/pg-migration/dataimport.env
@@ -1,4 +1,3 @@
-#!/bin/bash -x
 #
 #  Licensed under the Apache License, Version 2.0 (the "License");
 #  you may not use this file except in compliance with the License.
@@ -12,7 +11,6 @@
 #  See the License for the specific language governing permissions and
 #  limitations under the License.
 #
-
 TO_SERVER=http://traffic_ops.example.com
 TO_USER=to_user
 TO_PASSWORD=twelve

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/0df488b6/traffic_ops/app/db/pg-migration/mysql.env
----------------------------------------------------------------------
diff --git a/traffic_ops/app/db/pg-migration/mysql.env b/traffic_ops/app/db/pg-migration/mysql.env
index ead4c15..15d3bea 100644
--- a/traffic_ops/app/db/pg-migration/mysql.env
+++ b/traffic_ops/app/db/pg-migration/mysql.env
@@ -1,4 +1,3 @@
-#!/bin/bash -x
 #
 #  Licensed under the Apache License, Version 2.0 (the "License");
 #  you may not use this file except in compliance with the License.
@@ -12,7 +11,6 @@
 #  See the License for the specific language governing permissions and
 #  limitations under the License.
 #
-
 MYSQL_DATABASE=traffic_ops_db
 MYSQL_HOST=mysql
 MYSQL_RANDOM_ROOT_PASSWORD=yes

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/0df488b6/traffic_ops/app/db/pg-migration/postgres.env
----------------------------------------------------------------------
diff --git a/traffic_ops/app/db/pg-migration/postgres.env b/traffic_ops/app/db/pg-migration/postgres.env
index db23c8f..c08bc5b 100644
--- a/traffic_ops/app/db/pg-migration/postgres.env
+++ b/traffic_ops/app/db/pg-migration/postgres.env
@@ -1,4 +1,3 @@
-#!/bin/bash -x
 #
 #  Licensed under the Apache License, Version 2.0 (the "License");
 #  you may not use this file except in compliance with the License.
@@ -12,7 +11,6 @@
 #  See the License for the specific language governing permissions and
 #  limitations under the License.
 #
-
 POSTGRES_HOST=postgres
 POSTGRES_DB=traffic_ops
 POSTGRES_PASSWORD=twelve