From ead76b7b9b54b7ff0c2e20e806342794f279092e Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Mon, 12 Jul 2021 10:18:52 +0000 Subject: [PATCH] Repository management bugfix Something in the signing procedure has been changed and current way stopped working. Lets try with Aptly internal signing procedure. --- config/aptly-beta.conf | 2 +- config/aptly.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/aptly-beta.conf b/config/aptly-beta.conf index 5829e41ea2..6492b15e00 100644 --- a/config/aptly-beta.conf +++ b/config/aptly-beta.conf @@ -9,7 +9,7 @@ "dependencyFollowSource": false, "gpgDisableSign": false, "gpgDisableVerify": false, - "gpgProvider": "gpg2", + "gpgProvider": "internal", "downloadSourcePackages": false, "ppaDistributorID": "ubuntu", "ppaCodename": "", diff --git a/config/aptly.conf b/config/aptly.conf index b01f2e7687..764310e0da 100644 --- a/config/aptly.conf +++ b/config/aptly.conf @@ -9,7 +9,7 @@ "dependencyFollowSource": false, "gpgDisableSign": false, "gpgDisableVerify": false, - "gpgProvider": "gpg2", + "gpgProvider": "internal", "downloadSourcePackages": false, "ppaDistributorID": "ubuntu", "ppaCodename": "",