From a6b71b8aba42f91ae7f702d6f62b3279100c0823 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 1 Dec 2021 18:27:34 +0100 Subject: [PATCH] buildsys: switch to new git-repo origin Signed-off-by: Thomas Lamprecht --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 9e89442..de456e4 100644 --- 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 -- 2.39.2