mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-14 17:01:02 +02:00
Updating onosUploadBits.py to include deb and rpm files
Change-Id: Ieb04f3ffa42c959f8ad09997dc1708eb11f86bc7
This commit is contained in:
parent
dd7a2795e8
commit
71e147e263
@ -16,7 +16,7 @@ bitsPath = '/tmp'
|
||||
|
||||
prefix = 'onos-(\d+\.\d+\.\d+)'
|
||||
buildNum = '\.?([\w-]*)'
|
||||
ext = '\.(?:tar\.gz|zip)'
|
||||
ext = '\.(?:tar\.gz|zip|deb|noarch\.rpm)'
|
||||
|
||||
def findBits( path ):
|
||||
for file in listdir( path ):
|
||||
|
Loading…
x
Reference in New Issue
Block a user