d/rules: Changed UPSTREAM_GIT protocol to https
This commit is contained in:
1
debian/changelog
vendored
1
debian/changelog
vendored
@@ -3,6 +3,7 @@ python-taskflow (1.30.0-3) UNRELEASED; urgency=medium
|
||||
* Standards-Version is 3.9.8 now (no change)
|
||||
* Added missing Debian tests dependencies
|
||||
* Added Python module import Debian tests
|
||||
* d/rules: Changed UPSTREAM_GIT protocol to https
|
||||
|
||||
-- Ondřej Nový <novy@ondrej.org> Sat, 09 Apr 2016 19:31:18 +0200
|
||||
|
||||
|
||||
2
debian/rules
vendored
2
debian/rules
vendored
@@ -3,7 +3,7 @@
|
||||
PYTHONS:=$(shell pyversions -vr)
|
||||
PYTHON3S:=$(shell py3versions -vr)
|
||||
|
||||
UPSTREAM_GIT = git://github.com/openstack/taskflow.git
|
||||
UPSTREAM_GIT := https://github.com/openstack/taskflow.git
|
||||
include /usr/share/openstack-pkg-tools/pkgos.make
|
||||
|
||||
export OSLO_PACKAGE_VERSION=$(VERSION)
|
||||
|
||||
Reference in New Issue
Block a user