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

zwoop pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/trafficserver.git

The following commit(s) were added to refs/heads/master by this push:
       new  67a8724   Added 7.0.x to the mirror script
67a8724 is described below

commit 67a87249bbee9fdfbe0397a7b726f0e7ca3eb829
Author: Leif Hedstrom <zw...@apache.org>
AuthorDate: Fri Sep 16 09:56:10 2016 -0600

    Added 7.0.x to the mirror script
---
 ci/jenkins/bin/gh-mirror.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/ci/jenkins/bin/gh-mirror.sh b/ci/jenkins/bin/gh-mirror.sh
index 2544dde..fe9db32 100755
--- a/ci/jenkins/bin/gh-mirror.sh
+++ b/ci/jenkins/bin/gh-mirror.sh
@@ -70,6 +70,7 @@ function checkBuild() {
 REF_4_2=$(getRef "4.2.x")
 REF_5_3=$(getRef "5.3.x")
 REF_6_2=$(getRef "6.2.x")
+REF_7_0=$(getRef "7.0.x")
 REF_master=$(getRef "master")
 
 # Do the updates
@@ -80,4 +81,5 @@ ${GIT} update-server-info
 checkBuild "$REF_4_2" "4.2.x"
 checkBuild "$REF_5_3" "5.3.x"
 checkBuild "$REF_6_2" "6.2.x"
+checkBuild "$REF_7_0" "7.0.x"
 checkBuild "$REF_master" "master"

-- 
To stop receiving notification emails like this one, please contact
['"commits@trafficserver.apache.org" <commits@trafficserver.apache.org>'].

Reply via email to