Add an ambuild configure option to disable auto versioning.

This commit is contained in:
Ryan Stecker
2014-07-02 13:29:59 -05:00
parent e6f6e6df70
commit d4f4a7eed0
4 changed files with 10 additions and 6 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ class SMConfig(object):
self.versionlib = None
def use_auto_versioning(self):
return builder.backend == 'amb2'
return builder.backend == 'amb2' and not builder.options.disable_auto_versioning
@property
def tag(self):