X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Makefile;h=5e7f53a7d90ad9c811c966eda05476a739f44053;hb=435f2de0446ff6ab6f5ae9498f0cc52a061436e6;hp=14eae6aa895a7af94ae1fa9dc5e55ff90378a045;hpb=fde1adc6798c7e808b84dee709608d0acc08bb9e;p=lxcfs.git diff --git a/Makefile b/Makefile index 14eae6a..5e7f53a 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,6 @@ -RELEASE=4.4 - PACKAGE=lxcfs -PKGVER=2.0.6 -DEBREL=pve1 +PKGVER=2.0.8 +DEBREL=1 SRCDIR=${PACKAGE} SRCTAR=${SRCDIR}.tgz @@ -38,21 +36,13 @@ download ${SRCTAR}: .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}-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 + tar cf - ${DEBS} | ssh repoman@repo.proxmox.com upload --product pve --dist stretch distclean: clean .PHONY: clean clean: - rm -rf ${SRCDIR} ${SRCDIR}.tmp *_${ARCH}.deb *.changes *.dsc - find . -name '*~' -exec rm {} ';' + rm -rf ${SRCDIR} ${SRCDIR}.tmp *_${ARCH}.deb *.changes *.dsc *.buildinfo .PHONY: dinstall dinstall: $(DEBS)