From 3b25d5a4b9a59ad7619327f474bf9a07b208fa4a Mon Sep 17 00:00:00 2001 From: Alexis Koralewski Date: Mon, 29 Aug 2022 16:52:28 +0200 Subject: [PATCH] update guitastro url --- docker/PYROS_DOCKER_BUILD.bat | 2 +- pyros.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/PYROS_DOCKER_BUILD.bat b/docker/PYROS_DOCKER_BUILD.bat index 2a85949..1927c47 100755 --- a/docker/PYROS_DOCKER_BUILD.bat +++ b/docker/PYROS_DOCKER_BUILD.bat @@ -1,6 +1,6 @@ #git pull -[ ! -d "../vendor/guitastro/" ] && git clone https://gitlab.irap.omp.eu/aklotz/guitastro.git ../vendor/guitastro/ +[ ! -d "../vendor/guitastro/" ] && git clone https://gitlab.irap.omp.eu/guitastrolib/guitastro.git ../vendor/guitastro/ export CURRENT_UID=$(id -u) docker-compose build diff --git a/pyros.py b/pyros.py index 82229dd..73ac05d 100755 --- a/pyros.py +++ b/pyros.py @@ -645,7 +645,7 @@ def install_or_update(UPDATE: bool = False, with_packages: bool = True, with_dat if not os.path.exists(GUITASTRO_PATH) and not WITH_DOCKER : print("Guitastro : Cloning repository") cloned_repo = Repo.clone_from( - "https://gitlab.irap.omp.eu/aklotz/guitastro.git", GUITASTRO_PATH) + "https://gitlab.irap.omp.eu/guitastrolib/guitastro.git", GUITASTRO_PATH) print("Cloned successfully: ", cloned_repo.__class__ is Repo) if UPDATE and os.path.exists(GUITASTRO_PATH): gitpull_guitastro() -- libgit2 0.21.2