mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2025-11-03 11:48:17 +00:00
Add FNAME_RELEASE_ID.
This commit is contained in:
@@ -50,3 +50,5 @@ class OnlVersionImplementation(object):
|
||||
def V_RELEASE_ID(self, data):
|
||||
return "%s,%s" % (self.V_VERSION_ID(data), self.V_BUILD_ID(data))
|
||||
|
||||
def V_FNAME_RELEASE_ID(self, data):
|
||||
return "%s-%s" % (self.V_VERSION_ID(data), self.V_FNAME_BUILD_ID(data))
|
||||
|
||||
Reference in New Issue
Block a user