Repository management bugfix

Something in the signing procedure has been changed and current way stopped working. Lets try with Aptly internal signing procedure.
This commit is contained in:
Igor Pecovnik 2021-07-12 10:18:52 +00:00
parent 6a20227e1c
commit ead76b7b9b
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
"dependencyFollowSource": false,
"gpgDisableSign": false,
"gpgDisableVerify": false,
"gpgProvider": "gpg2",
"gpgProvider": "internal",
"downloadSourcePackages": false,
"ppaDistributorID": "ubuntu",
"ppaCodename": "",

View File

@ -9,7 +9,7 @@
"dependencyFollowSource": false,
"gpgDisableSign": false,
"gpgDisableVerify": false,
"gpgProvider": "gpg2",
"gpgProvider": "internal",
"downloadSourcePackages": false,
"ppaDistributorID": "ubuntu",
"ppaCodename": "",