[pve-devel] [PATCH qemu] Makefile: git repository is moved

Geert Stappers stappers at stappers.it
Mon Feb 19 15:24:29 CET 2018


Signed-off-by: Geert Stappers <stappers at stappers.it>
---

 Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


Actually is this patch about asking
    s/pve-qemu-kvm/pve-qemu/



diff --git a/Makefile b/Makefile
index c760a7f..b0ffd70 100644
--- a/Makefile
+++ b/Makefile
@@ -31,7 +31,7 @@ $(DEB): | submodule
 	mkdir $(BUILDSRC)
 	cp -a $(KVMSRC)/* $(BUILDSRC)/
 	cp -a debian $(BUILDSRC)/debian
-	echo "git clone git://git.proxmox.com/git/pve-qemu-kvm.git\\ngit checkout $(GITVERSION)" > $(BUILDSRC)/debian/SOURCE
+	echo "git clone git://git.proxmox.com/git/pve-qemu.git\\ngit checkout $(GITVERSION)" > $(BUILDSRC)/debian/SOURCE
 	# set package version
 	sed -i 's/^pkgversion="".*/pkgversion="${KVMPACKAGE}_${KVMVER}-${KVMPKGREL}"/' $(BUILDSRC)/configure
 	cd $(BUILDSRC); dpkg-buildpackage -b -rfakeroot -us -uc
-- 
1.7.10.4




More information about the pve-devel mailing list