コード例 #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")