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 2016/10/17 14:03:12 UTC

[trafficserver] branch master updated: Add a prune option to the mirror script

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  001b1e4   Add a prune option to the mirror script
001b1e4 is described below

commit 001b1e4b4a273ea24bcfa47792451510d858ae16
Author: Leif Hedstrom <zw...@apache.org>
AuthorDate: Mon Oct 17 07:02:56 2016 -0700

    Add a prune option to the mirror script
---
 ci/jenkins/bin/gh-mirror.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci/jenkins/bin/gh-mirror.sh b/ci/jenkins/bin/gh-mirror.sh
index fe9db32..414ae16 100755
--- a/ci/jenkins/bin/gh-mirror.sh
+++ b/ci/jenkins/bin/gh-mirror.sh
@@ -74,7 +74,7 @@ REF_7_0=$(getRef "7.0.x")
 REF_master=$(getRef "master")
 
 # Do the updates
-${GIT} remote update > /dev/null 2>&1
+${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

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