Project

General

Profile

action #50336

Updated by SLindoMansilla about 5 years ago

## Observation 

 Currently for PackageHub there's [bsc#1124318](https://bugzilla.suse.com/show_bug.cgi?id=1124318) bsc#1124318 that basically makes SUSEConnect to fail the first time but it would succeed on a second call 

 ## Suggestions 

 - refactor add_suseconnect_product so that it allows the user to properly specify whether or not errors are tolerated. 
 - change the code to accept named parameters to accept syntax similar to `suseconnect_prouct 'sle-module-legacy', retry_allow => 1, timeout =>    900` (or a simple hash too) 

Back