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 2021/05/19 22:32:35 UTC

[trafficcontrol] branch master updated (8ce89ce -> 8c32ae2)

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

zrhoffman pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git.


    from 8ce89ce  Update Go version to 1.15.12 (#5820)
     add 8c32ae2  t3c-preprocessor app  (#5867)

No new revisions were added by this update.

Summary of changes:
 cache-config/build/build_rpm.sh                    |   5 +-
 .../build/trafficcontrol-cache-config.spec         |  12 +++
 cache-config/t3c-apply/torequest/cmd.go            |  74 ++++++++++++-
 cache-config/t3c-generate/cfgfile/all.go           |  72 -------------
 cache-config/t3c-generate/cfgfile/cfgfile_test.go  |  56 ----------
 cache-config/t3c-generate/config/config.go         |  13 ---
 cache-config/t3c-generate/t3c-generate.go          |   2 +-
 cache-config/t3c-preprocess/t3c-preprocess.go      | 115 +++++++++++++++++++++
 cache-config/t3c-preprocess/t3c-preprocess_test.go |  84 +++++++++++++++
 .../t3c-preprocess/util/util.go                    |  22 ++--
 cache-config/t3cutil/t3cutil.go                    |  12 +++
 11 files changed, 310 insertions(+), 157 deletions(-)
 create mode 100644 cache-config/t3c-preprocess/t3c-preprocess.go
 create mode 100644 cache-config/t3c-preprocess/t3c-preprocess_test.go
 copy lib/go-util/join_test.go => cache-config/t3c-preprocess/util/util.go (72%)