You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by cr...@apache.org on 2016/06/21 03:54:03 UTC

[1/2] incubator-airflow git commit: [AIRFLOW-262] Simplify commands in MANIFEST.in

Repository: incubator-airflow
Updated Branches:
  refs/heads/master 26c31d9bc -> 7992036f5


[AIRFLOW-262] Simplify commands in MANIFEST.in


Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/05a1150b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/05a1150b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/05a1150b

Branch: refs/heads/master
Commit: 05a1150bd76cc65865aef870c0cb9f23fbbc2319
Parents: 45b735b
Author: Ajay Yadav <aj...@inmobi.com>
Authored: Mon Jun 20 23:49:59 2016 +0530
Committer: Ajay Yadav <aj...@inmobi.com>
Committed: Mon Jun 20 23:49:59 2016 +0530

----------------------------------------------------------------------
 MANIFEST.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/05a1150b/MANIFEST.in
----------------------------------------------------------------------
diff --git a/MANIFEST.in b/MANIFEST.in
index 284700e..67e3a77 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,4 +1,4 @@
-recursive-include airflow/www/templates *
-recursive-include airflow/www/static *
+graft airflow/www/templates
+graft airflow/www/static
 include airflow/alembic.ini
 include requirements.txt


[2/2] incubator-airflow git commit: Merge pull request #1612 from ajayyadava/262

Posted by cr...@apache.org.
Merge pull request #1612 from ajayyadava/262


Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/7992036f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/7992036f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/7992036f

Branch: refs/heads/master
Commit: 7992036f5d07204a2eab3adc996cfa0e072d0196
Parents: 26c31d9 05a1150
Author: Chris Riccomini <ch...@wepay.com>
Authored: Mon Jun 20 20:53:58 2016 -0700
Committer: Chris Riccomini <ch...@wepay.com>
Committed: Mon Jun 20 20:53:58 2016 -0700

----------------------------------------------------------------------
 MANIFEST.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------