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