From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: [PATCH 3/3] make-coverity-flight: set coverity_upload=true Date: Wed, 3 Feb 2016 09:46:16 +0000 Message-ID: <1454492776-23788-3-git-send-email-ian.campbell@citrix.com> References: <1454492776-23788-1-git-send-email-ian.campbell@citrix.com> <1454492776-23788-2-git-send-email-ian.campbell@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1454492776-23788-2-git-send-email-ian.campbell@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: ian.jackson@eu.citrix.com, xen-devel@lists.xen.org Cc: Ian Campbell List-Id: xen-devel@lists.xenproject.org Signed-off-by: Ian Campbell --- Apply once the previous patch + manual upload lead to us being happy. --- make-coverity-flight | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make-coverity-flight b/make-coverity-flight index dafb61c..d086762 100755 --- a/make-coverity-flight +++ b/make-coverity-flight @@ -41,7 +41,7 @@ build_hostflags=share-build-$suite-$arch,arch-$arch,suite-$suite,purpose-build arch=$arch host_hostflags=$build_hostflags \ tree_xen=$TREE_COVERITY \ revision_xen=$REVISION_COVERITY \ - coverity_upload=false + coverity_upload=true echo $flight -- 2.6.1