Mass changes

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

Change-Id: Idf50c1c716c07c4276b0f7ad90753eb14c8185a3
This commit is contained in:
Ondřej Nový 2016-09-26 19:06:28 +02:00
parent 05647ca94a
commit 454407fcad
4 changed files with 12 additions and 3 deletions

View File

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

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
python-os-testr (0.7.0-2) UNRELEASED; urgency=medium
* d/s/options: extend-diff-ignore of .gitreview
* d/control: Using OpenStack's Gerrit as VCS URLs.
-- Ondřej Nový <onovy@debian.org> Mon, 26 Sep 2016 19:06:19 +0200
python-os-testr (0.7.0-1) experimental; urgency=medium
[ Ondřej Nový ]

4
debian/control vendored
View File

@ -35,8 +35,8 @@ Build-Depends-Indep: python-babel (>= 2.3.4),
Build-Conflicts: python-os-testr,
python3-os-testr,
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/openstack/python-os-testr.git/
Vcs-Git: https://anonscm.debian.org/git/openstack/python-os-testr.git
Vcs-Browser: https://git.openstack.org/cgit/openstack/deb-os-testr?h=debian%2Fnewton
Vcs-Git: https://git.openstack.org/openstack/deb-os-testr -b debian/newton
Homepage: https://github.com/openstack/os-testr
XS-Testsuite: autopkgtest

View File

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