Exclude tests when installing ceilometer
Dont include the tests directory when installing ceilometer as they might conflict with other poorly installed packages on the users systems. Fixes LP: #1102110 Signed-off-by Chuck Short <chuck.short@canonical.com> Change-Id: Ia8b0477af72b30dcf54b4751a51bbb460a7a90f4
This commit is contained in:
parent
346c4248e4
commit
34cb09d9b2
@ -3,9 +3,9 @@ include ChangeLog
|
||||
include ceilometer/storage/sqlalchemy/migrate_repo/migrate.cfg
|
||||
exclude .gitignore
|
||||
exclude .gitreview
|
||||
recursive-include tests *.py
|
||||
graft tests
|
||||
recursive-include nova_tests *.py
|
||||
global-exclude *.pyc
|
||||
recursive-include public *
|
||||
recursive-include ceilometer/locale *
|
||||
recursive-include ceilometer *.html
|
||||
recursive-include ceilometer *.html
|
||||
|
Loading…
Reference in New Issue
Block a user