deb-sahara/MANIFEST.in
Ken Chen 2a56aa003d Separate the codes of CDH5 and CDH5.3.0
We use v5 and v5.3.0 to put different python files for CDH5 and
CDH5.3.0. CDH5 is CDH5.0.0, we use the name "CDH5" instead of
"CDH5.0.0" for backward support. Currently since CDH5.0.0 does
not support cm_api>6, we cannot use first_run API in CDH5.0.0, so
we only implemented parts of the services that we implemented in
CDH5.3.0.

implements bp: cdh-version-management
Change-Id: I3b3058f25912ddf6206d64db88ac40138a45a53f
2015-02-06 11:04:24 +08:00

69 lines
3.2 KiB
Plaintext

include AUTHORS
include README.rst
include ChangeLog
include LICENSE
include sahara/db/migration/README
include sahara/db/migration/alembic.ini
include sahara/db/migration/alembic_migrations/script.py.mako
include sahara/db/migration/alembic_migrations/versions/README
recursive-include sahara/locale *
include sahara/plugins/cdh/v5/resources/cdh_config.py
include sahara/plugins/cdh/v5/resources/*.sh
include sahara/plugins/cdh/v5/resources/*.json
include sahara/plugins/cdh/v5/resources/*.sql
include sahara/plugins/cdh/v5_3_0/resources/cdh_config.py
include sahara/plugins/cdh/v5_3_0/resources/*.sh
include sahara/plugins/cdh/v5_3_0/resources/*.json
include sahara/plugins/cdh/v5_3_0/resources/*.sql
include sahara/plugins/vanilla/hadoop2/resources/*.sh
include sahara/plugins/vanilla/hadoop2/resources/*.sql
include sahara/plugins/vanilla/hadoop2/resources/*.template
include sahara/plugins/vanilla/v1_2_1/resources/*.sh
include sahara/plugins/vanilla/v1_2_1/resources/*.sql
include sahara/plugins/vanilla/v1_2_1/resources/*.xml
include sahara/plugins/vanilla/v2_4_1/resources/*.xml
include sahara/plugins/vanilla/v2_6_0/resources/*.xml
include sahara/plugins/hdp/versions/version_1_3_2/resources/*.template
include sahara/plugins/hdp/versions/version_1_3_2/resources/*.json
include sahara/plugins/hdp/versions/version_1_3_2/resources/*.sh
include sahara/plugins/hdp/versions/version_2_0_6/resources/*.template
include sahara/plugins/hdp/versions/version_2_0_6/resources/*.json
include sahara/plugins/hdp/versions/version_2_0_6/resources/*.sh
include sahara/plugins/mapr/versions/v4_0_1_mrv2/resources/*.sh
include sahara/plugins/mapr/versions/v4_0_1_mrv2/resources/*.json
include sahara/plugins/mapr/versions/v4_0_1_mrv2/resources/*.xml
include sahara/plugins/mapr/versions/v4_0_1_mrv1/resources/*.sh
include sahara/plugins/mapr/versions/v4_0_1_mrv1/resources/*.json
include sahara/plugins/mapr/versions/v4_0_1_mrv1/resources/*.xml
include sahara/plugins/mapr/versions/v3_1_1/resources/*.sh
include sahara/plugins/mapr/versions/v3_1_1/resources/*.json
include sahara/plugins/mapr/versions/v3_1_1/resources/*.xml
include sahara/plugins/spark/resources/*.xml
include sahara/plugins/spark/resources/*.sh
include sahara/plugins/spark/resources/*.template
include sahara/resources/*.heat
include sahara/service/edp/resources/*.xml
include sahara/service/edp/resources/*.jar
include sahara/service/edp/resources/launch_command.py
include sahara/swift/resources/*.xml
include sahara/tests/unit/plugins/vanilla/hadoop2/resources/*.txt
include sahara/tests/unit/plugins/mapr/utils/resources/*.topology
include sahara/tests/unit/plugins/mapr/utils/resources/*.json
include sahara/tests/unit/plugins/mapr/utils/resources/*.data
include sahara/tests/unit/plugins/mapr/utils/resources/*.properties
include sahara/tests/unit/plugins/mapr/utils/resources/*.xml
include sahara/tests/unit/plugins/mapr/utils/resources/bcc_expected/*.conf
include sahara/tests/unit/plugins/mapr/utils/resources/bcc_expected/*.data
include sahara/tests/unit/plugins/mapr/utils/resources/bcc_expected/*.xml
include sahara/tests/unit/resources/*.heat
include sahara/tests/unit/resources/*.xml
include sahara/tests/unit/resources/*.txt
include sahara/topology/resources/*.xml
exclude .gitignore
exclude .gitreview
global-exclude *.pyc