You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by zr...@apache.org on 2023/10/06 21:18:51 UTC

[trafficcontrol] branch master updated: t3c removed perl dependency (#7832)

This is an automated email from the ASF dual-hosted git repository.

zrhoffman 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 ed9795f0c1 t3c removed perl dependency (#7832)
ed9795f0c1 is described below

commit ed9795f0c12963c2fe2a3b8663bebeaab40db8cf
Author: Joe Pappano <jo...@cable.comcast.com>
AuthorDate: Fri Oct 6 17:18:44 2023 -0400

    t3c removed perl dependency (#7832)
    
    * removed perl dependency
    
    * added changelog entry
    
    * updated changelog entry
---
 CHANGELOG.md                                        | 1 +
 cache-config/build/trafficcontrol-cache-config.spec | 2 +-
 cache-config/t3c-apply/README.md                    | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index f6d2c25f43..dc724e7433 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
 
 ### Changed
 - [#7614](https://github.com/apache/trafficcontrol/pull/7614) *Traffic Ops* The database upgrade process no longer overwrites changes users may have made to the initially seeded data.
+- [#7832](https://github.com/apache/trafficcontrol/pull/7832) *t3c* Removed perl dependency
 
 ## [8.0.0] - 2023-09-20
 ### Added
diff --git a/cache-config/build/trafficcontrol-cache-config.spec b/cache-config/build/trafficcontrol-cache-config.spec
index 607758743b..456b3af9dd 100644
--- a/cache-config/build/trafficcontrol-cache-config.spec
+++ b/cache-config/build/trafficcontrol-cache-config.spec
@@ -26,7 +26,7 @@ Source0:  trafficcontrol-cache-config-%{version}.tgz
 URL:      https://github.com/apache/trafficcontrol/
 Vendor:   Apache Software Foundation
 Packager: dev at trafficcontrol dot Apache dot org
-Requires: git, perl
+Requires: git
 
 %description
 Installs Traffic Control Cache Configuration utilities. See the `t3c` application.
diff --git a/cache-config/t3c-apply/README.md b/cache-config/t3c-apply/README.md
index 65ec94fc3d..808f114ca1 100644
--- a/cache-config/t3c-apply/README.md
+++ b/cache-config/t3c-apply/README.md
@@ -46,7 +46,7 @@ t3c-apply [-2AbceFhIknopsSvW] [-a service-action] [-f \<all|reval|none\>] [-g \<
 
 # DESCRIPTION
 
-The t3c-apply command is a transliteration of traffic_ops_ort.pl script to the go language. It is designed to replace the traffic_ops_ort.pl perl script and it is used to apply configuration from Traffic Control, stored in Traffic Ops, to the cache.
+The t3c-apply command is used to apply configuration from Traffic Control, stored in Traffic Ops, to the cache.
 
 Typical usage is to install t3c on the cache machine, and then run it periodically via a CRON job.