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:
parent
66bd51a8a2
commit
266b2c3ac5
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,6 +2,7 @@
|
||||
*.egg*
|
||||
*.pyc
|
||||
.*
|
||||
!.gitreview
|
||||
build/
|
||||
dist/
|
||||
doc/changelog.rst
|
||||
|
5
.gitreview
Normal file
5
.gitreview
Normal 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
4
debian/changelog
vendored
@ -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
4
debian/control
vendored
@ -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
|
||||
|
1
debian/source/options
vendored
1
debian/source/options
vendored
@ -1 +1,2 @@
|
||||
extend-diff-ignore = "^[^/]*[.]egg-info/"
|
||||
extend-diff-ignore = "^[.]gitreview$"
|
||||
|
Loading…
Reference in New Issue
Block a user