Fixed
Details
Assignee
Barak KorrenBarak Korren(Deactivated)Reporter
Former userFormer user(Deactivated)Blocked By
Code reviewComponents
Priority
High
Details
Details
Assignee
Barak Korren
Barak Korren(Deactivated)Reporter
Former user
Former user(Deactivated)Blocked By
Code review
Components
Priority
Created July 31, 2017 at 4:07 PM
Updated August 31, 2017 at 1:02 PM
Resolved August 15, 2017 at 2:10 PM
The repoman code already has the option to bypass the no artifacts test without failing by adding the following code:
--option=main.on_empty_source=<option>
You can use one of the options below:
1. ignore (The ignore won't show any warning message and won't fail on raise Exception).
2. warn (The warn will show a warning message without failing on raise Exception)
3. fail (The fail will show a warning message and fail on raise Exception ==> default)