[pve-devel] [PATCH criu 3/6] switch to Debians packaging as base
Fabian Grünbichler
f.gruenbichler at proxmox.com
Fri Mar 10 12:30:08 CET 2017
Signed-off-by: Fabian Grünbichler <f.gruenbichler at proxmox.com>
---
Makefile | 2 +-
criu.tgz | Bin 815301 -> 856048 bytes
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 3665eab..929415a 100644
--- a/Makefile
+++ b/Makefile
@@ -31,7 +31,7 @@ $(DEB1): $(SRCTAR)
.PHONY: download
download:
rm -rf ${SRCDIR} ${SRCTAR}
- git clone -b v$(PKGVER) git://github.com/xemul/$(PACKAGE).git
+ git clone -b debian/2.11.1-1 https://anonscm.debian.org/git/collab-maint/criu.git ${SRCDIR}
tar czf ${SRCTAR}.tmp --exclude=.git ${SRCDIR}
mv ${SRCTAR}.tmp ${SRCTAR}
diff --git a/criu.tgz b/criu.tgz
index 38782945fdda1e6637c6b2b68507a1aacdab50e7..8812b8166a8baad114f848a478db0c61390a9987 100644
GIT binary patch
More information about the pve-devel
mailing list