probert moved to the canonical github org a while ago

This commit is contained in:
Michael Hudson-Doyle 2021-02-19 10:33:38 +13:00
parent 10d28cdf06
commit d448adb1c1
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -13,4 +13,4 @@ requests
requests-unixsocket requests-unixsocket
yarl==1.5.1 # see https://github.com/aio-libs/aiohttp/issues/4972 yarl==1.5.1 # see https://github.com/aio-libs/aiohttp/issues/4972
aiohttp 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: probert:
plugin: python plugin: python
build-packages: [python-setuptools, build-essential, libnl-3-dev, libnl-genl-3-dev, libnl-route-3-dev] 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-type: git
source-commit: 844c957b7f61f78bbd814cceef87f0d8eb218675 source-commit: 844c957b7f61f78bbd814cceef87f0d8eb218675
requirements: [requirements.txt] requirements: [requirements.txt]