mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2025-11-18 15:24:55 +00:00
Fix name.
This commit is contained in:
@@ -20,7 +20,7 @@ versions['UARCH'] = manifest['arch'].upper()
|
|||||||
if ops.type == 'swi':
|
if ops.type == 'swi':
|
||||||
print "%(FNAME_PRODUCT_VERSION)s_ONL-OS_%(FNAME_BUILD_ID)s_%(UARCH)s.swi" % versions
|
print "%(FNAME_PRODUCT_VERSION)s_ONL-OS_%(FNAME_BUILD_ID)s_%(UARCH)s.swi" % versions
|
||||||
elif ops.type == 'installer':
|
elif ops.type == 'installer':
|
||||||
print "%(FNAME_PRODUCT_VERSION)s_ONL-OS_%(FNAME_BUILD_ID)s_%(UARCH)s_SWI-INSTALLER" % versions
|
print "%(FNAME_PRODUCT_VERSION)s_ONL-OS_%(FNAME_BUILD_ID)s_%(UARCH)s_INSTALLER" % versions
|
||||||
else:
|
else:
|
||||||
raise ValueError("Unknown type '%s'" % ops.type)
|
raise ValueError("Unknown type '%s'" % ops.type)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user