]> git.proxmox.com Git - lvm.git/commitdiff
buildsys: switch download over to salsa.debian.org
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 24 Jun 2019 09:22:23 +0000 (11:22 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 24 Jun 2019 09:22:23 +0000 (11:22 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index 95f8151f9a8ffbabca73543a059b32db7cbdbdce..54ef0ac0e1bdf812dd85b9b6c1626c5cf96d134e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -43,7 +43,7 @@ ${DEBS}: ${LVMSRC}
 download:
        rm -f ${LVMSRC}
        rm -rf ${LVMDIR}
-       git clone -b ${DEBTAG} https://anonscm.debian.org/cgit/pkg-lvm/lvm2.git/ ${LVMDIR}
+       git clone -b ${DEBTAG} https://salsa.debian.org/lvm-team/lvm2.git ${LVMDIR}
        tar cf ${LVMSRC} --exclude ".git" ${LVMDIR}