Update GPG key name for APT repo

This commit is contained in:
mycognosist 2020-12-28 09:07:35 +00:00
parent a0e0c5a322
commit 84b78fa9e7
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ else:
subprocess.call(["git", "clone", repo_url, service_path])
print("[ EXPORTING PUBLIC GPG KEY ]")
output_path = "{}/peach_pub.gpg".format(FREIGHT_CACHE)
output_path = "{}/pubkey.gpg".format(FREIGHT_CACHE)
if not os.path.exists(output_path):
subprocess.call(["gpg", "--armor", "--output",
output_path, "--export", GPG_KEY_EMAIL])