]> git.proxmox.com Git - arch-pacman.git/commitdiff
buildsys: switch to new git-repo origin
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 1 Dec 2021 17:27:34 +0000 (18:27 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 1 Dec 2021 17:28:45 +0000 (18:28 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index 9e894423469a0db53e64fc1072c2fce0339526d5..de456e4181e90f5585c60ead7daa1b746c52804c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@ ${DEB}: ${SRCTAR}
        rm -rf ${SRCDIR}
        tar xf ${SRCTAR}
        cp -a debian ${SRCDIR}/debian
-       echo "git clone git://projects.archlinux.org/pacman.git\\ngit checkout ${GITVERSION}" >  ${SRCDIR}/debian/SOURCE
+       echo "git clone https://gitlab.archlinux.org/pacman/pacman.git\\ngit checkout ${GITVERSION}" >  ${SRCDIR}/debian/SOURCE
        cd ${SRCDIR}; DEB_BUILD_OPTIONS=nocheck dpkg-buildpackage -rfakeroot -b -us -uc
        lintian ${DEBS}
 
@@ -32,7 +32,7 @@ deb ${DEB2}: ${DEB}
 download: ${SRCTAR}
 ${SRCTAR}:
        rm -rf ${SRCDIR} ${SRCTAR} pacman-git
-       git clone --depth=1 --branch=v${PACMANVER} git://projects.archlinux.org/pacman.git pacman-git
+       git clone --depth=1 --branch=v${PACMANVER} https://gitlab.archlinux.org/pacman/pacman.git pacman-git
        (cd pacman-git && git archive --prefix=${SRCDIR}/ --format=tar v${PACMANVER}) | gzip > ${SRCTAR}.tmp
        mv ${SRCTAR}.tmp ${SRCTAR}
        rm -rf pacman-git