Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 74A3D200BE7 for ; Tue, 20 Dec 2016 18:36:09 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 734E8160B29; Tue, 20 Dec 2016 17:36:09 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id E2624160B12 for ; Tue, 20 Dec 2016 18:36:08 +0100 (CET) Received: (qmail 6685 invoked by uid 500); 20 Dec 2016 17:36:08 -0000 Mailing-List: contact commits-help@bigtop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: bigtop-dev@bigtop.apache.org Delivered-To: mailing list commits@bigtop.apache.org Received: (qmail 6676 invoked by uid 99); 20 Dec 2016 17:36:08 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Dec 2016 17:36:08 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 09CD6DFB86; Tue, 20 Dec 2016 17:36:07 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: oflebbe@apache.org To: commits@bigtop.apache.org Message-Id: <1ba6913e30fd4ce1b0a179f0f9d2ac08@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: bigtop git commit: BIGTOP-2640: Incomplete patch BIGTOP-2635 - Bigtop stack build fails on Ubuntu 16.04-ppc64le Date: Tue, 20 Dec 2016 17:36:07 +0000 (UTC) archived-at: Tue, 20 Dec 2016 17:36:09 -0000 Repository: bigtop Updated Branches: refs/heads/master a2c185317 -> 77f53ad5e BIGTOP-2640: Incomplete patch BIGTOP-2635 - Bigtop stack build fails on Ubuntu 16.04-ppc64le Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/77f53ad5 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/77f53ad5 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/77f53ad5 Branch: refs/heads/master Commit: 77f53ad5e72fa21b7cd201f5f72cca4563ea9f62 Parents: a2c1853 Author: Olaf Flebbe Authored: Tue Dec 20 18:35:58 2016 +0100 Committer: Olaf Flebbe Committed: Tue Dec 20 18:35:58 2016 +0100 ---------------------------------------------------------------------- docker/bigtop-slaves/ubuntu-16.04-ppc64le/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/77f53ad5/docker/bigtop-slaves/ubuntu-16.04-ppc64le/Dockerfile ---------------------------------------------------------------------- diff --git a/docker/bigtop-slaves/ubuntu-16.04-ppc64le/Dockerfile b/docker/bigtop-slaves/ubuntu-16.04-ppc64le/Dockerfile index 9623648..dfddcde 100644 --- a/docker/bigtop-slaves/ubuntu-16.04-ppc64le/Dockerfile +++ b/docker/bigtop-slaves/ubuntu-16.04-ppc64le/Dockerfile @@ -17,6 +17,6 @@ MAINTAINER Amir Sanjar COPY bigtop_toolchain /etc/puppet/modules/bigtop_toolchain -RUN puppet apply -e "include bigtop_toolchain::installer" +RUN apt-get update && apt-get clean && puppet apply -e "include bigtop_toolchain::installer" COPY . /tmp/bigtop RUN cd /tmp/bigtop && ./gradlew && cd && rm -rf /tmp/bigtop