cleanup gpg keys

- move gpg files to one place
- with gpg2, the secretkey parameter is ignored. aptly can also ignore it
This commit is contained in:
André Roth
2024-10-04 18:21:31 +02:00
parent b2b7f11d17
commit 33047c2c55
13 changed files with 18 additions and 20 deletions

View File

@@ -6,7 +6,6 @@ from api_lib import TASK_SUCCEEDED, APITest
DefaultSigningOptions = {
"Keyring": os.path.join(os.path.dirname(inspect.getsourcefile(APITest)), "files") + "/aptly.pub",
"SecretKeyring": os.path.join(os.path.dirname(inspect.getsourcefile(APITest)), "files") + "/aptly.sec",
}