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": "",