From d448adb1c1b80afb3a3b8514eed4fa07a67a329c Mon Sep 17 00:00:00 2001 From: Michael Hudson-Doyle Date: Fri, 19 Feb 2021 10:33:38 +1300 Subject: [PATCH] probert moved to the canonical github org a while ago --- Makefile | 2 +- requirements.txt | 2 +- snapcraft.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index d7461cb7..5e66c506 100644 --- a/Makefile +++ b/Makefile @@ -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) diff --git a/requirements.txt b/requirements.txt index 0068d389..9ad0a5e6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 diff --git a/snapcraft.yaml b/snapcraft.yaml index cccf516c..2b019e20 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -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]