Merge pull request #896 from mwhudson/update-probert-url

probert moved to the canonical github org a while ago
This commit is contained in:
Michael Hudson-Doyle 2021-02-19 11:44:10 +13:00 committed by GitHub
commit 1454cb807a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ NAME=subiquity
PYTHONSRC=$(NAME)
PYTHONPATH=$(shell pwd):$(shell pwd)/probert
PROBERTDIR=./probert
PROBERT_REPO=https://github.com/CanonicalLtd/probert
PROBERT_REPO=https://github.com/canonical/probert
export PYTHONPATH
CWD := $(shell pwd)

View File

@ -13,4 +13,4 @@ requests
requests-unixsocket
yarl==1.5.1 # see https://github.com/aio-libs/aiohttp/issues/4972
aiohttp
-e git+https://github.com/CanonicalLtd/probert@b697ab779e7e056301e779f4708a9f1ce51b0027#egg=probert
-e git+https://github.com/canonical/probert@b697ab779e7e056301e779f4708a9f1ce51b0027#egg=probert

View File

@ -154,7 +154,7 @@ parts:
probert:
plugin: python
build-packages: [python-setuptools, build-essential, libnl-3-dev, libnl-genl-3-dev, libnl-route-3-dev]
source: https://github.com/CanonicalLtd/probert.git
source: https://github.com/canonical/probert.git
source-type: git
source-commit: 844c957b7f61f78bbd814cceef87f0d8eb218675
requirements: [requirements.txt]