Updating onosUploadBits.py to include deb and rpm files
Change-Id: Ieb04f3ffa42c959f8ad09997dc1708eb11f86bc7
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -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 ): | ... | ... |
-
Please register or login to post a comment