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