summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pbr/hooks/backwards.py1
-rw-r--r--tools/integration.sh5
2 files changed, 6 insertions, 0 deletions
diff --git a/pbr/hooks/backwards.py b/pbr/hooks/backwards.py
index de92eef..d9183b3 100644
--- a/pbr/hooks/backwards.py
+++ b/pbr/hooks/backwards.py
@@ -24,6 +24,7 @@ class BackwardsCompatConfig(base.BaseConfig):
section = 'backwards_compat'
def hook(self):
+ self.config['include_package_data'] = 'True'
packaging.append_text_list(
self.config, 'dependency_links',
packaging.parse_dependency_links())
diff --git a/tools/integration.sh b/tools/integration.sh
index 1e42aff..178144b 100644
--- a/tools/integration.sh
+++ b/tools/integration.sh
@@ -182,6 +182,11 @@ for PROJECT in $PROJECTS ; do
cd $installprojectdir
$installvenv/bin/python setup.py install
+ # Ensure the install_package_data is doing the thing it should do
+ if [ $SHORT_PROJECT = 'nova' ]; then
+ find $installvenv | grep migrate.cfg
+ fi
+
# TODO(mordred): extend script to do a better job with the mirrir
# easy_install to a file:/// can't handle name case insensitivity
# Test python setup.py develop