d/rules: Changed UPSTREAM_GIT protocol to https
This commit is contained in:
parent
324c49e5f4
commit
a2c69f376a
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -1,6 +1,7 @@
|
|||||||
python-os-testr (0.6.0-2) UNRELEASED; urgency=medium
|
python-os-testr (0.6.0-2) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
* Standards-Version is 3.9.8 now (no change)
|
* Standards-Version is 3.9.8 now (no change)
|
||||||
|
* d/rules: Changed UPSTREAM_GIT protocol to https
|
||||||
|
|
||||||
-- Ondřej Nový <novy@ondrej.org> Sat, 09 Apr 2016 19:30:37 +0200
|
-- Ondřej Nový <novy@ondrej.org> Sat, 09 Apr 2016 19:30:37 +0200
|
||||||
|
|
||||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -3,7 +3,7 @@
|
|||||||
PYTHONS:=$(shell pyversions -vr)
|
PYTHONS:=$(shell pyversions -vr)
|
||||||
PYTHON3S:=$(shell py3versions -vr)
|
PYTHON3S:=$(shell py3versions -vr)
|
||||||
|
|
||||||
UPSTREAM_GIT = git://github.com/openstack/os-testr.git
|
UPSTREAM_GIT := https://github.com/openstack/os-testr.git
|
||||||
-include /usr/share/openstack-pkg-tools/pkgos.make
|
-include /usr/share/openstack-pkg-tools/pkgos.make
|
||||||
|
|
||||||
export OSLO_PACKAGE_VERSION=$(VERSION)
|
export OSLO_PACKAGE_VERSION=$(VERSION)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user