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:43 UTC

[31/50] incubator-trafficcontrol git commit: move shebang back to top

move shebang back to top


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

Branch: refs/heads/master
Commit: e845962dd1b364bee79e4155346d5dcdb3a3e52e
Parents: f78e8fb
Author: Dan Kirkwood <da...@gmail.com>
Authored: Mon Dec 12 15:06:16 2016 -0700
Committer: Dan Kirkwood <da...@gmail.com>
Committed: Sun Jan 8 21:05:00 2017 -0700

----------------------------------------------------------------------
 traffic_ops/app/db/pg-migration/get-to-data.sh | 2 +-
 traffic_ops/app/db/pg-migration/runconvert.sh  | 2 +-
 traffic_ops/app/db/pg-migration/runpgloader.sh | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/e845962d/traffic_ops/app/db/pg-migration/get-to-data.sh
----------------------------------------------------------------------
diff --git a/traffic_ops/app/db/pg-migration/get-to-data.sh b/traffic_ops/app/db/pg-migration/get-to-data.sh
index ea998f0..c1be98a 100755
--- a/traffic_ops/app/db/pg-migration/get-to-data.sh
+++ b/traffic_ops/app/db/pg-migration/get-to-data.sh
@@ -1,3 +1,4 @@
+#!/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.
@@ -11,7 +12,6 @@
 #  See the License for the specific language governing permissions and
 #  limitations under the License.
 #
-#!/bin/bash -x
 
 output=$1
 [[ -n $output ]] && output="-o $output"

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/e845962d/traffic_ops/app/db/pg-migration/runconvert.sh
----------------------------------------------------------------------
diff --git a/traffic_ops/app/db/pg-migration/runconvert.sh b/traffic_ops/app/db/pg-migration/runconvert.sh
index 1e7cced..641c966 100755
--- a/traffic_ops/app/db/pg-migration/runconvert.sh
+++ b/traffic_ops/app/db/pg-migration/runconvert.sh
@@ -1,3 +1,4 @@
+#!/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.
@@ -11,7 +12,6 @@
 #  See the License for the specific language governing permissions and
 #  limitations under the License.
 #
-#!/bin/bash -x
 
 set -x
 

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/e845962d/traffic_ops/app/db/pg-migration/runpgloader.sh
----------------------------------------------------------------------
diff --git a/traffic_ops/app/db/pg-migration/runpgloader.sh b/traffic_ops/app/db/pg-migration/runpgloader.sh
index 819ee67..2aa2206 100755
--- a/traffic_ops/app/db/pg-migration/runpgloader.sh
+++ b/traffic_ops/app/db/pg-migration/runpgloader.sh
@@ -1,3 +1,4 @@
+#!/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.
@@ -11,7 +12,6 @@
 #  See the License for the specific language governing permissions and
 #  limitations under the License.
 #
-#!/bin/bash -x
 
 # make sure postgres and mysql ports are both active
 echo "POSTGRES_HOST=$POSTGRES_HOST MYSQL_HOST=$MYSQL_HOST"