Brian O'Connor

Updating onosUploadBits.py to include deb and rpm files

Change-Id: Ieb04f3ffa42c959f8ad09997dc1708eb11f86bc7
...@@ -16,7 +16,7 @@ bitsPath = '/tmp' ...@@ -16,7 +16,7 @@ bitsPath = '/tmp'
16 16
17 prefix = 'onos-(\d+\.\d+\.\d+)' 17 prefix = 'onos-(\d+\.\d+\.\d+)'
18 buildNum = '\.?([\w-]*)' 18 buildNum = '\.?([\w-]*)'
19 -ext = '\.(?:tar\.gz|zip)' 19 +ext = '\.(?:tar\.gz|zip|deb|noarch\.rpm)'
20 20
21 def findBits( path ): 21 def findBits( path ):
22 for file in listdir( path ): 22 for file in listdir( path ):
......