Mass changes

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

Change-Id: I3035f9ae0f7fefa8fb779e85ea50a6424f92b930
This commit is contained in:
Ondřej Nový 2016-09-24 12:36:04 +02:00
parent 66bd51a8a2
commit 266b2c3ac5
5 changed files with 13 additions and 2 deletions

1
.gitignore vendored
View File

@ -2,6 +2,7 @@
*.egg*
*.pyc
.*
!.gitreview
build/
dist/
doc/changelog.rst

5
.gitreview Normal file
View File

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

4
debian/changelog vendored
View File

@ -9,6 +9,10 @@ python-eventlet (0.19.0-2) UNRELEASED; urgency=medium
* Correctly tests with nose & Py3.
* Remove tests expecting timeout on 192.0.2.1.
[ Ondřej Nový ]
* d/s/options: extend-diff-ignore of .gitreview
* d/control: Using OpenStack's Gerrit as VCS URLs.
-- Thomas Goirand <zigo@debian.org> Tue, 19 Jul 2016 15:50:13 +0200
python-eventlet (0.19.0-1) experimental; urgency=medium

4
debian/control vendored
View File

@ -30,8 +30,8 @@ Build-Depends-Indep: python-dnspython,
python3-openssl,
python3-zmq,
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/openstack/python-eventlet.git/
Vcs-Git: https://anonscm.debian.org/git/openstack/python-eventlet.git
Vcs-Browser: https://git.openstack.org/cgit/openstack/deb-python-eventlet
Vcs-Git: https://git.openstack.org/openstack/deb-python-eventlet -b debian/newton
Homepage: http://eventlet.net
Package: python-eventlet

View File

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