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/06/28 22:42:56 UTC

[trafficserver] branch master updated: Make all configure scripts use jenkins user

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  8c43d23   Make all configure scripts use jenkins user
8c43d23 is described below

commit 8c43d239e7fdd4b974ca08a46e72bce4ee009abb
Author: Leif Hedstrom <zw...@apache.org>
AuthorDate: Tue Jun 28 16:42:44 2016 -0600

    Make all configure scripts use jenkins user
---
 ci/jenkins/bin/github.sh      | 1 +
 ci/jenkins/bin/in_tree.sh     | 1 +
 ci/jenkins/bin/out_of_tree.sh | 1 +
 ci/jenkins/bin/snapshot.sh    | 1 +
 4 files changed, 4 insertions(+)

diff --git a/ci/jenkins/bin/github.sh b/ci/jenkins/bin/github.sh
index 2c5e593..5546ba1 100644
--- a/ci/jenkins/bin/github.sh
+++ b/ci/jenkins/bin/github.sh
@@ -23,6 +23,7 @@ autoreconf -if
 mkdir -p "${WORKSPACE}/${BUILD_NUMBER}/install"
 
 ./configure --prefix="${WORKSPACE}/${BUILD_NUMBER}/install" \
+            --with-user=jenkins \
             --enable-experimental-plugins \
             --enable-example-plugins \
             --enable-ccache \
diff --git a/ci/jenkins/bin/in_tree.sh b/ci/jenkins/bin/in_tree.sh
index 2b16d42..29e6609 100755
--- a/ci/jenkins/bin/in_tree.sh
+++ b/ci/jenkins/bin/in_tree.sh
@@ -26,6 +26,7 @@ cd "${WORKSPACE}/src"
 
 autoreconf -fi
 ./configure \
+    --with-user=jenkins \
     --enable-ccache \
     --enable-werror \
     --enable-experimental-plugins \
diff --git a/ci/jenkins/bin/out_of_tree.sh b/ci/jenkins/bin/out_of_tree.sh
index d07f8db..fd24e42 100755
--- a/ci/jenkins/bin/out_of_tree.sh
+++ b/ci/jenkins/bin/out_of_tree.sh
@@ -27,6 +27,7 @@ cd "${WORKSPACE}/src"
 autoreconf -fi
 mkdir -p BUILDS && cd BUILDS
 ../configure \
+    --with-user=jenkins \
     --enable-ccache \
     --enable-werror \
     --enable-experimental-plugins \
diff --git a/ci/jenkins/bin/snapshot.sh b/ci/jenkins/bin/snapshot.sh
index 73d15e1..b0c7254 100755
--- a/ci/jenkins/bin/snapshot.sh
+++ b/ci/jenkins/bin/snapshot.sh
@@ -21,6 +21,7 @@ cd "${WORKSPACE}/src"
 autoreconf -fi
 
 ./configure \
+    --with-user=jenkins \
     --enable-ccache \
     --enable-debug \
     --enable-werror \

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