diff --git a/.gitreview b/.gitreview new file mode 100644 index 0000000..5feafc8 --- /dev/null +++ b/.gitreview @@ -0,0 +1,5 @@ +[gerrit] +host=review.openstack.org +port=29418 +project=openstack/deb-python-pyvmomi.git +defaultbranch=debian/newton diff --git a/debian/changelog b/debian/changelog index 2c9119d..0438ef9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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ý Sun, 28 Feb 2016 15:48:02 +0100 diff --git a/debian/control b/debian/control index 9e7814c..f913567 100644 --- a/debian/control +++ b/debian/control @@ -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 diff --git a/debian/source/options b/debian/source/options index cb61fa5..9122245 100644 --- a/debian/source/options +++ b/debian/source/options @@ -1 +1,2 @@ extend-diff-ignore = "^[^/]*[.]egg-info/" +extend-diff-ignore = "^[.]gitreview$"