]> git.proxmox.com Git - pve-manager.git/commitdiff
use correct branch for git clone (source ref)
authorDietmar Maurer <dietmar@proxmox.com>
Tue, 28 Apr 2015 04:37:35 +0000 (06:37 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 28 Apr 2015 04:37:35 +0000 (06:37 +0200)
Makefile

index 7852b10b7b78d6ef8bf2d98a251405334a8f0e1c..beca12c2ebd9f7576c8125ccda5d2c5b7c758418 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -48,7 +48,7 @@ ${DEB} deb:
        install -m 0755 debian/prerm dest/DEBIAN
        install -m 0755 debian/postrm dest/DEBIAN
        install -m 0644 debian/triggers dest/DEBIAN
-       echo "git clone git://git.proxmox.com/git/pve-manager.git\\ngit checkout ${GITVERSION}" >  dest/usr/share/doc/${PACKAGE}/SOURCE
+       echo "git clone git://git.proxmox.com/git/pve-manager.git -b stable-3\\ngit checkout ${GITVERSION}" >  dest/usr/share/doc/${PACKAGE}/SOURCE
        gzip --best dest/usr/share/man/*/*
        gzip --best dest/usr/share/doc/${PACKAGE}/changelog.Debian
        dpkg-deb --build dest