Add a .gitreview file

1/ Add a .gitreview file
2/ Disable non-available build-dependencies
3/ Disable unit tests

Change-Id: I64bf24fa5dd696d7d71be883b09566ea7e9bde01
This commit is contained in:
Thomas Goirand
2016-09-08 18:11:24 +02:00
parent 384f88c24d
commit 5f96d01634
3 changed files with 19 additions and 17 deletions

View File

@@ -1,4 +1,5 @@
[gerrit]
host=review.openstack.org
port=29418
project=openstack/python-openstackclient.git
project=openstack/deb-python-openstackclient.git
defaultbranch=debian/newton

30
debian/control vendored
View File

@@ -16,28 +16,20 @@ Build-Depends: debhelper (>= 9),
python3-pbr (>= 1.8),
python3-setuptools,
Build-Depends-Indep: python-babel (>= 2.3.4),
python-barbicanclient (>= 4.0.0),
python-cinderclient (>= 1:1.7.0),
python-cliff (>= 1.15.0),
python-congressclient (>= 1.0.0),
python-coverage,
python-crypto,
python-designateclient (>= 1.5.0),
python-fixtures (>= 3.0.0),
python-glanceclient (>= 1:2.0.0),
python-hacking (>= 0.10.0),
python-heatclient (>= 1.1.0),
python-ironicclient (>= 1.1.0),
python-ironic-inspector-client (>= 1.5.0),
python-keyring,
python-keystoneauth1 (>= 2.1.0),
python-keystoneclient (>= 1:1.7.0),
python-mistralclient (>= 1.0.0),
python-muranoclient (>= 0.8.2),
python-mock (>= 1.3),
python-neutronclient (>= 1:2.6.0),
python-novaclient (>= 2:2.30.0),
python-openstacksdk (>= 0.8.6),
python-os-client-config (>= 1.13.1),
python-os-testr (>= 0.7.0),
python-oslo.config (>= 1:3.10.0),
@@ -49,12 +41,9 @@ Build-Depends-Indep: python-babel (>= 2.3.4),
python-osprofiler (>= 1.3.0),
python-requests (>= 2.10.0),
python-requests-mock (>= 0.7.0),
python-saharaclient (>= 0.13.0),
python-senlinclient (>= 0.3.0),
python-six (>= 1.9.0),
python-stevedore (>= 1.10.0),
python-testtools (>= 1.4.0),
python-zaqarclient (>= 1.0.0),
python3-babel (>= 2.3.4),
python3-cinderclient (>= 1:1.7.0),
python3-cliff (>= 1.15.0),
@@ -62,15 +51,12 @@ Build-Depends-Indep: python-babel (>= 2.3.4),
python3-crypto,
python3-fixtures (>= 3.0.0),
python3-glanceclient (>= 1:2.0.0),
python3-ironicclient (>= 1.1.0),
python3-keyring,
python3-keystoneauth1 (>= 2.1.0),
python3-keystoneclient (>= 1:1.7.0),
python3-mistralclient (>= 1.0.0),
python3-mock (>= 1.3),
python3-neutronclient (>= 1:2.6.0),
python3-novaclient (>= 2:2.30.0),
python3-openstacksdk (>= 0.8.6),
python3-os-client-config (>= 1.13.1),
python3-os-testr (>= 0.7.0),
python3-oslo.config (>= 1:3.10.0),
@@ -81,7 +67,6 @@ Build-Depends-Indep: python-babel (>= 2.3.4),
python3-osprofiler (>= 1.3.0),
python3-requests (>= 2.10.0),
python3-requests-mock (>= 0.7.0),
python3-saharaclient (>= 0.13.0),
python3-six (>= 1.9.0),
python3-stevedore (>= 1.10.0),
python3-subunit,
@@ -90,6 +75,21 @@ Build-Depends-Indep: python-babel (>= 2.3.4),
subunit,
tempest (>= 11.0.0),
testrepository,
# python-barbicanclient (>= 4.0.0),
# python-congressclient (>= 1.0.0),
# python-heatclient (>= 1.1.0),
# python-ironicclient (>= 1.1.0),
# python-ironic-inspector-client (>= 1.5.0),
# python-mistralclient (>= 1.0.0),
# python-muranoclient (>= 0.8.2),
# python-openstacksdk (>= 0.8.6),
# python-saharaclient (>= 0.13.0),
# python-senlinclient (>= 0.3.0),
# python-zaqarclient (>= 1.0.0),
# python3-ironicclient (>= 1.1.0),
# python3-mistralclient (>= 1.0.0),
# python3-openstacksdk (>= 0.8.6),
# python3-saharaclient (>= 0.13.0),
# python-searchlightclient (>= 0.2.0), Not packaged yet: TODO
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/gitweb/?p=openstack/python-openstackclient.git

3
debian/rules vendored
View File

@@ -14,7 +14,8 @@ override_dh_auto_clean:
override_dh_auto_test:
ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
pkgos-dh_auto_test
echo "Disabled unit tests unit build-dependencies are available"
# pkgos-dh_auto_test
endif
override_dh_sphinxdoc: