You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2017/01/26 07:44:34 UTC

[trafficserver] branch 7.1.x updated: Add 7.1.x to the github mirror and build triggers

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

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

The following commit(s) were added to refs/heads/7.1.x by this push:
       new  84ff9cb   Add 7.1.x to the github mirror and build triggers
84ff9cb is described below

commit 84ff9cbd5b8a3270ab8d1b61b376e8b4cc411d15
Author: Leif Hedstrom <zw...@apache.org>
AuthorDate: Thu Jan 12 10:53:26 2017 -0700

    Add 7.1.x to the github mirror and build triggers
    
    (cherry picked from commit 0fa2b66e2488ac64bb5f78f688d96dfcb6857305)
---
 ci/jenkins/bin/gh-mirror.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ci/jenkins/bin/gh-mirror.sh b/ci/jenkins/bin/gh-mirror.sh
index 50a0540..9bd4742 100755
--- a/ci/jenkins/bin/gh-mirror.sh
+++ b/ci/jenkins/bin/gh-mirror.sh
@@ -67,9 +67,9 @@ function checkBuild() {
 }
 
 # Save away previous ref-specs, you must save all branches
-REF_4_2=$(getRef "4.2.x")
 REF_6_2=$(getRef "6.2.x")
 REF_7_0=$(getRef "7.0.x")
+REF_7_1=$(getRef "7.1.x")
 REF_master=$(getRef "master")
 
 # Do the updates
@@ -77,7 +77,7 @@ ${GIT} remote update --prune > /dev/null 2>&1
 ${GIT} update-server-info
 
 # Check the branches, this makes assumptions that the Jenkins build are named after the branches
-checkBuild "$REF_4_2" "4.2.x"
 checkBuild "$REF_6_2" "6.2.x"
 checkBuild "$REF_7_0" "7.0.x"
+checkBuild "$REF_7_1" "7.1.x"
 checkBuild "$REF_master" "master"

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