From: Steve Baker Date: Thu, 3 Jan 2013 21:48:35 +0000 (+1300) Subject: Turn off tag_date on branch master X-Git-Tag: 2014.1~1029 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=a5a6ad5a54b6a4d05146051750b193df12da7cdb;p=openstack-build%2Fheat-build.git Turn off tag_date on branch master rpmbuild actually requires no date tag in the version. Change-Id: I8bffff1924b4bc43324346f799d866fcc0f51a55 --- diff --git a/setup.cfg b/setup.cfg index 1ad913b8..6afa7ee4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,7 +5,7 @@ source-dir = doc/source [egg_info] tag_build = dev -tag_date = true +tag_date = false tag_svn_revision = 0 [compile_catalog]