d/rules: Changed UPSTREAM_GIT protocol to https

This commit is contained in:
Ondřej Nový 2016-05-19 21:04:04 +02:00
parent 880618333f
commit 4b0169d7a9
2 changed files with 2 additions and 1 deletions

1
debian/changelog vendored
View File

@ -2,6 +2,7 @@ openstack-nose (0.11-3) UNRELEASED; urgency=medium
* Fixed VCS URLs (https).
* Fixed typo in d/changelog.
* d/rules: Changed UPSTREAM_GIT protocol to https
-- Ondřej Nový <novy@ondrej.org> Sun, 28 Feb 2016 15:31:45 +0100

2
debian/rules vendored
View File

@ -3,7 +3,7 @@
PYTHONS:=$(shell pyversions -vr)
PYTHON3S:=$(shell py3versions -vr)
UPSTREAM_GIT = git://github.com/openstack-dev/openstack-nose.git
UPSTREAM_GIT := https://github.com/openstack-dev/openstack-nose.git
include /usr/share/openstack-pkg-tools/pkgos.make