From commits-return-12314-archive-asf-public=cust-asf.ponee.io@airflow.incubator.apache.org Wed Jan 31 11:09:32 2018 Return-Path: X-Original-To: archive-asf-public@eu.ponee.io Delivered-To: archive-asf-public@eu.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by mx-eu-01.ponee.io (Postfix) with ESMTP id 40D54180662 for ; Wed, 31 Jan 2018 11:09:32 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 30092160C55; Wed, 31 Jan 2018 10:09:32 +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 793C5160C25 for ; Wed, 31 Jan 2018 11:09:31 +0100 (CET) Received: (qmail 57493 invoked by uid 500); 31 Jan 2018 10:09:30 -0000 Mailing-List: contact commits-help@airflow.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@airflow.incubator.apache.org Delivered-To: mailing list commits@airflow.incubator.apache.org Received: (qmail 57483 invoked by uid 99); 31 Jan 2018 10:09:30 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 Jan 2018 10:09:30 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 1BA6A1A50F7 for ; Wed, 31 Jan 2018 10:09:30 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -4.231 X-Spam-Level: X-Spam-Status: No, score=-4.231 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id th-bVzCP__-T for ; Wed, 31 Jan 2018 10:09:29 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with SMTP id C2EB76138D for ; Wed, 31 Jan 2018 10:07:00 +0000 (UTC) Received: (qmail 46096 invoked by uid 99); 31 Jan 2018 10:07:00 -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; Wed, 31 Jan 2018 10:06:59 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id DA19FDFD81; Wed, 31 Jan 2018 10:06:59 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: fokko@apache.org To: commits@airflow.incubator.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: incubator-airflow git commit: [AIRFLOW-2050] Fix Travis permission problem Date: Wed, 31 Jan 2018 10:06:59 +0000 (UTC) Repository: incubator-airflow Updated Branches: refs/heads/master afa6818a1 -> 48202ad5b [AIRFLOW-2050] Fix Travis permission problem The travis build has issues with reading the Flask Admin wheel. Explicitly delete the wheel for now. Closes #2993 from Fokko/fd-fix-permissions-travis Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/48202ad5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/48202ad5 Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/48202ad5 Branch: refs/heads/master Commit: 48202ad5bd763c5f500baf6f0ea208f25cf4134b Parents: afa6818 Author: Fokko Driesprong Authored: Wed Jan 31 11:06:51 2018 +0100 Committer: Fokko Driesprong Committed: Wed Jan 31 11:06:51 2018 +0100 ---------------------------------------------------------------------- .travis.yml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/48202ad5/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index f437c08..621f529 100644 --- a/.travis.yml +++ b/.travis.yml @@ -90,6 +90,7 @@ before_install: - chmod 600 ~/.ssh/* - jdk_switcher use oraclejdk8 install: + - rm -f /home/travis/.wheelhouse/Flask_Admin-1.5.0-py3-none-any.whl - pip install --upgrade pip - pip install tox - pip install codecov