From commits-return-17754-archive-asf-public=cust-asf.ponee.io@airflow.incubator.apache.org Wed Aug 8 13:49:47 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id EC2CC180600 for ; Wed, 8 Aug 2018 13:49:46 +0200 (CEST) Received: (qmail 65737 invoked by uid 500); 8 Aug 2018 11:49:46 -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 65727 invoked by uid 99); 8 Aug 2018 11:49:46 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Aug 2018 11:49:46 +0000 From: GitBox To: commits@airflow.apache.org Subject: [GitHub] bolkedebruin closed pull request #3701: [AIRFLOW-2856] Pass in SLUGIFY_USES_TEXT_UNIDECODE=yes ENV to docker run Message-ID: <153372898554.30709.2305389376090250775.gitbox@gitbox.apache.org> Date: Wed, 08 Aug 2018 11:49:45 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit bolkedebruin closed pull request #3701: [AIRFLOW-2856] Pass in SLUGIFY_USES_TEXT_UNIDECODE=yes ENV to docker run URL: https://github.com/apache/incubator-airflow/pull/3701 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2cf8e0218e..5d3c83aa14 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -86,10 +86,7 @@ Go to your Airflow directory and start a new docker container. You can choose be ``` # Start docker in your Airflow directory -docker run -t -i -v `pwd`:/airflow/ python:2 bash - -# Go to the Airflow directory -cd /airflow/ +docker run -t -i -v `pwd`:/airflow/ -w /airflow/ -e SLUGIFY_USES_TEXT_UNIDECODE=yes python:2 bash # Install Airflow with all the required dependencies, # including the devel which will provide the development tools ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: users@infra.apache.org With regards, Apache Git Services