]> git.proxmox.com Git - ceph.git/commitdiff
Revert "buildsys: tag with our version string"
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Wed, 29 Mar 2017 09:18:50 +0000 (11:18 +0200)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Wed, 29 Mar 2017 09:19:48 +0000 (11:19 +0200)
probably not worth the effort - our own storage plugin
parser (and who knows what else) expects the plain version
output without any trailing stuff.

This reverts commit 2b7a685a182ee7368d0f473dc4ff76a09125213b.

Makefile

index a020e990d9c77ab70efd5162c9ab3d9d22db1bcc..5a162c9f1e913865b2c830a75994c904332e414b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -94,7 +94,6 @@ ${DEBS} ${DBG_DEBS}: ${SRC} patches
        cd ${SRCDIR}; rm -rf .pc ./patches
        echo "git clone git://git.proxmox.com/git/ceph.git\\ngit checkout ${GITVERSION}" >  ${SRCDIR}/debian/SOURCE
        echo "debian/SOURCE" >> ${SRCDIR}/debian/docs
-       cd ${SRCDIR}; git tag -m "PVE release tag" "v${VER}-${DEBREL}"
        cd ${SRCDIR}; dpkg-buildpackage -b -uc -us
        @echo ${DEBS}