Add special key to dupload which allows to push .deb package to several branches in repo

This commit is contained in:
alesapin 2020-04-16 16:16:50 +03:00
parent 03c575934b
commit dc247ed011

View File

@ -152,7 +152,7 @@ def transfer_packages_dupload(ssh_key, path, repo_user, repo_url, incoming_direc
}
with DebRelease(config, repo_user, ssh_key):
logging.info("Duploading")
subprocess.check_call("dupload --nomail --to {repo} {path}".format(repo=repo_short_name, path=path), shell=True)
subprocess.check_call("dupload -f --nomail --to {repo} {path}".format(repo=repo_short_name, path=path), shell=True)
logging.info("Dupload finished")