Brian O'Connor

Updating onosUploadBits.py to include deb and rpm files

Change-Id: Ieb04f3ffa42c959f8ad09997dc1708eb11f86bc7
......@@ -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 ):
......