This is an automated email from the ASF dual-hosted git repository.
rawlin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git
The following commit(s) were added to refs/heads/master by this push:
new fd6900d Remove TM build.sh script to avoid implicit rule build.sh ->
build (#5901)
fd6900d is described below
commit fd6900dc4de5f54d89e9a41e11bd476b4f5c69fb
Author: Zach Hoffman <[email protected]>
AuthorDate: Thu Jun 3 07:15:49 2021 -0600
Remove TM build.sh script to avoid implicit rule build.sh -> build (#5901)
---
traffic_monitor/build.sh | 18 ------------------
1 file changed, 18 deletions(-)
diff --git a/traffic_monitor/build.sh b/traffic_monitor/build.sh
deleted file mode 100755
index 7751f53..0000000
--- a/traffic_monitor/build.sh
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/usr/bin/env bash
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements. See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership. The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied. See the License for the
-# specific language governing permissions and limitations
-# under the License.
-go build -ldflags "-X main.GitRevision=`git rev-parse HEAD` -X
main.BuildTimestamp=`date +'%Y-%M-%dT%H:%M:%S'`"