Mass changes

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

Change-Id: Ifc95fa87f0d284c413f8b2c494fb19850b0bcac5
This commit is contained in:
Ondřej Nový 2016-09-26 19:06:06 +02:00
parent 7625a3a702
commit 2e448cd950
4 changed files with 7 additions and 3 deletions

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

2
debian/changelog vendored

@ -2,6 +2,8 @@ python-os-client-config (0.8.1-2) UNRELEASED; urgency=medium
* d/rules: Changed UPSTREAM_GIT to new URL
* d/copyright: Changed source URL to new one
* d/s/options: extend-diff-ignore of .gitreview
* d/control: Using OpenStack's Gerrit as VCS URLs.
-- Ondřej Nový <novy@ondrej.org> Thu, 19 May 2016 21:22:12 +0200

4
debian/control vendored

@ -33,8 +33,8 @@ Build-Depends-Indep: python-coverage,
subunit,
testrepository,
Standards-Version: 3.9.6
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/python-os-client-config.git
Vcs-Git: git://anonscm.debian.org/openstack/python-os-client-config.git
Vcs-Browser: https://git.openstack.org/cgit/openstack/deb-os-client-config?h=debian%2Fnewton
Vcs-Git: https://git.openstack.org/openstack/deb-os-client-config -b debian/newton
Homepage: http://github.com/stackforge/os-client-config
Package: python-os-client-config

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