]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
Turn off tag_date on branch master
authorSteve Baker <sbaker@redhat.com>
Thu, 3 Jan 2013 21:48:35 +0000 (10:48 +1300)
committerSteve Baker <sbaker@redhat.com>
Thu, 3 Jan 2013 21:48:35 +0000 (10:48 +1300)
rpmbuild actually requires no date tag in the version.

Change-Id: I8bffff1924b4bc43324346f799d866fcc0f51a55

setup.cfg

index 1ad913b873fd6249cfff6b75e22fa4a9c4e01a0a..6afa7ee42058efcd2c221126edf4bec3f5eee543 100644 (file)
--- 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]