]> git.proxmox.com Git - arch-pacman.git/commitdiff
makefile updates
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 26 Aug 2015 07:50:31 +0000 (09:50 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 26 Aug 2015 07:52:15 +0000 (09:52 +0200)
Makefile

index e2989bd6f5e4fcace6caae29c380ed57f841670f..b049c5cf0737ab54c53b68675745e74e9968ad9e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,7 @@ ${DEB}: ${SRCTAR}
        rm -rf ${SRCDIR}
        tar xf ${SRCTAR}
        cp -a debian ${SRCDIR}/debian
        rm -rf ${SRCDIR}
        tar xf ${SRCTAR}
        cp -a debian ${SRCDIR}/debian
-       echo "git clone git://git.proxmox.com/git/arch-pacman.git\\ngit checkout ${GITVERSION}" >  ${SRCDIR}/debian/SOURCE
+       echo "git clone git://projects.archlinux.org/pacman.git\\ngit checkout ${GITVERSION}" >  ${SRCDIR}/debian/SOURCE
        cd ${SRCDIR}; DEB_BUILD_OPTIONS=nocheck dpkg-buildpackage -rfakeroot -b -us -uc
        lintian ${DEBS}
 
        cd ${SRCDIR}; DEB_BUILD_OPTIONS=nocheck dpkg-buildpackage -rfakeroot -b -us -uc
        lintian ${DEBS}
 
@@ -38,19 +38,6 @@ download ${SRCTAR}:
        mv ${SRCTAR}.tmp ${SRCTAR}
        rm -rf pacman-git
 
        mv ${SRCTAR}.tmp ${SRCTAR}
        rm -rf pacman-git
 
-# FIXME:
-#.PHONY: upload
-#upload: ${DEBS}
-#      umount /pve/${RELEASE}; mount /pve/${RELEASE} -o rw 
-#      mkdir -p /pve/${RELEASE}/extra
-#      rm -f /pve/${RELEASE}/extra/${PACKAGE}_*.deb
-#      rm -f /pve/${RELEASE}/extra/${PACKAGE}-dev_*.deb
-#      rm -f /pve/${RELEASE}/extra/${PACKAGE}-dbg_*.deb
-#      rm -f /pve/${RELEASE}/extra/Packages*
-#      cp ${DEBS} /pve/${RELEASE}/extra
-#      cd /pve/${RELEASE}/extra; dpkg-scanpackages . /dev/null > Packages; gzip -9c Packages > Packages.gz
-#      umount /pve/${RELEASE}; mount /pve/${RELEASE} -o ro
-
 distclean: clean
 
 .PHONY: clean
 distclean: clean
 
 .PHONY: clean