Mass changes

Added .gitreview file
d/s/options: extend-diff-ignore of .gitreview
d/control: Using OpenStack's Gerrit as VCS URLs.

Change-Id: I1829cd17daa50995bff36b944dceddf6469a5718
This commit is contained in:
Ondřej Nový
2016-09-26 19:14:37 +02:00
parent 40d2902e97
commit 37432c16c0
4 changed files with 10 additions and 2 deletions

5
.gitreview Normal file
View File

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

2
debian/changelog vendored
View File

@@ -2,6 +2,8 @@ python-pyvmomi (5.5.0-2014.1.1-4) UNRELEASED; urgency=medium
* Fixed VCS URLs (https).
* d/rules: Changed UPSTREAM_GIT protocol to https
* d/s/options: extend-diff-ignore of .gitreview
* d/control: Using OpenStack's Gerrit as VCS URLs.
-- Ondřej Nový <novy@ondrej.org> Sun, 28 Feb 2016 15:48:02 +0100

4
debian/control vendored
View File

@@ -17,8 +17,8 @@ Build-Depends: debhelper (>= 9),
python3-setuptools,
python3-six
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/openstack/python-pyvmomi.git/
Vcs-Git: https://anonscm.debian.org/git/openstack/python-pyvmomi.git
Vcs-Browser: https://git.openstack.org/cgit/openstack/deb-python-pyvmomi?h=debian%2Fnewton
Vcs-Git: https://git.openstack.org/openstack/deb-python-pyvmomi -b debian/newton
Homepage: https://github.com/vmware/pyvmomi
Package: python-pyvmomi

View File

@@ -1 +1,2 @@
extend-diff-ignore = "^[^/]*[.]egg-info/"
extend-diff-ignore = "^[.]gitreview$"