Example #1
0
def addWhitelistProd(product, status):
    if matchProd(product) and matchStatus(status):
        da_cli_script.add_artifacts(None, "whitelist-product", product, status)
    else:
        exit()
Example #2
0
def addWhite(gav, product):
    da_cli_script.add_artifacts(gav, "white", product)
Example #3
0
def addBlack(gav):
    da_cli_script.add_artifacts(gav, "black")
Example #4
0
def addWhitelistProd(product, status):
    if matchProd(product) and matchStatus(status):
        da_cli_script.add_artifacts(None, "whitelist-product", product, status)
    else:
        exit()
Example #5
0
def addWhite(gav, product):
    da_cli_script.add_artifacts(gav, "white", product)
Example #6
0
def addBlack(gav):
    da_cli_script.add_artifacts(gav, "black")