Using HTTPS for upstream Git.
This commit is contained in:
parent
2333b732f6
commit
8f8a1e8254
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
python-oslo.messaging (5.5.0-2) UNRELEASED; urgency=medium
|
||||
|
||||
* Using HTTPS for upstream Git.
|
||||
|
||||
-- Thomas Goirand <zigo@debian.org> Thu, 11 Aug 2016 17:38:17 +0200
|
||||
|
||||
python-oslo.messaging (5.5.0-1) experimental; urgency=medium
|
||||
|
||||
[ James Page ]
|
||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -4,7 +4,7 @@ LAST_CHANGE = $(shell dpkg-parsechangelog -S Date)
|
||||
BUILD_DATE = $(shell LC_ALL=C date -u "+%B %d, %Y" -d "$(LAST_CHANGE)")
|
||||
SPHINXOPTS := -D html_last_updated_fmt="$(BUILD_DATE)"
|
||||
|
||||
UPSTREAM_GIT = git://github.com/openstack/oslo.messaging.git
|
||||
UPSTREAM_GIT = https://github.com/openstack/oslo.messaging.git
|
||||
include /usr/share/openstack-pkg-tools/pkgos.make
|
||||
|
||||
%:
|
||||
|
Loading…
x
Reference in New Issue
Block a user