From 149d3ffc396d0cdce2ceeb3d54a12b465ef295c4 Mon Sep 17 00:00:00 2001 From: lgromero Date: Mon, 20 Jan 2025 13:54:58 +0100 Subject: [PATCH] refs #1345 changes git link of python-libfdisk --- chroot-tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chroot-tasks.py b/chroot-tasks.py index dd7d7e2..8b75937 100755 --- a/chroot-tasks.py +++ b/chroot-tasks.py @@ -95,7 +95,7 @@ def boottoolsSoftwareCompile(): if not os.path.exists ('python-libfdisk'): print ('boottoolsSoftwareCompile: python-libfdisk', file=sys.stderr) apt.install (['python3-psutil', 'python3-dev', 'libfdisk-dev', 'python3-setuptools']) - utils.run (['git', 'clone', 'git://git.48k.eu/python-libfdisk']) + utils.run (['git', 'clone', 'https://ognproject.evlt.uma.es/gitea/48k.eu-mirror/python-libfdisk.git']) os.chdir ('python-libfdisk') utils.run (['python3', 'setup.py', 'install']) os.chdir ('..')