Hi All,

I have rebranched v1-10-test today. I have created a sdist package that is 
available at:

http://people.apache.org/~bolke/apache-airflow-1.10.0b2+incubating.tar.gz 
<http://people.apache.org/~bolke/apache-airflow-1.10.0b2+incubating.tar.gz>

In order to distinguish it from an actual (apache) release it is:

1. Marked as beta (python package managers do not install beta versions by 
default - PEP 440)
2. It is not signed
3. It is not at an official apache distribution location

You can also put something like this in a requirements.txt file:

git+
https://github.com/apache/incubator-airflow@v1-10-test#egg=apache-airflow[celery,crypto,emr,hive,hdfs,ldap,mysql,postgres,redis,slack,s3
 
<https://github.com/apache/incubator-airflow@v1-10-test#egg=apache-airflow[celery,crypto,emr,hive,hdfs,ldap,mysql,postgres,redis,slack,s3>]
<https://github.com/rodrigc/incubator-airflow@master#egg=apache-airflow[celery,crypto,emr,hive,hdfs,ldap,mysql,postgres,redis,slack,s3]
 
<https://github.com/rodrigc/incubator-airflow@master#egg=apache-airflow[celery,crypto,emr,hive,hdfs,ldap,mysql,postgres,redis,slack,s3]>>

and then "pip install -r requirements.txt”.

Tomorrow I will do a beta 3, Friday I will kick-off an actual vote for release.

Cheers
Bolke

Reply via email to