Repository: incubator-airflow Updated Branches: refs/heads/v1-8-test 302520828 -> 0be35d628 Updated Tags: refs/tags/1.8.2rc3 [created] 0be35d628
[AIRFLOW-1476] add INSTALL instruction for source releases Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/0be35d62 Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/0be35d62 Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/0be35d62 Branch: refs/heads/v1-8-test Commit: 0be35d6280cd3e2a64b02989de4a3d99e24f0989 Parents: 3025208 Author: Maxime Beauchemin <[email protected]> Authored: Mon Jul 31 15:48:41 2017 -0700 Committer: Maxime Beauchemin <[email protected]> Committed: Tue Aug 1 12:10:38 2017 -0700 ---------------------------------------------------------------------- .rat-excludes | 10 ++++++++++ INSTALL | 9 +++++++++ 2 files changed, 19 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/0be35d62/.rat-excludes ---------------------------------------------------------------------- diff --git a/.rat-excludes b/.rat-excludes index d5b8b4e..725a305 100644 --- a/.rat-excludes +++ b/.rat-excludes @@ -25,3 +25,13 @@ CHANGELOG.txt kerberos_auth.py airflow_api_auth_backend_kerberos_auth_py.html licenses/* +airflow/www/static/docs +parallel.js +underscore.js +jquery.dataTables.min.js +jqClock.min.js +dagre-d3.min.js +bootstrap-toggle.min.js +bootstrap-toggle.min.css +d3.v3.min.js +ace.js http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/0be35d62/INSTALL ---------------------------------------------------------------------- diff --git a/INSTALL b/INSTALL new file mode 100644 index 0000000..7e5bf50 --- /dev/null +++ b/INSTALL @@ -0,0 +1,9 @@ +# INSTALL / BUILD instruction for Apache Airflow (incubating) +# fetch the tarball and untar the source + +# [optional] run Apache RAT (release audit tool) to validate license headers +# RAT docs here: https://creadur.apache.org/rat/ +java -jar apache-rat.jar -E ./.rat-excludes -d . + +# install the release +python setup.py install
