armbian-build/config/aptly.conf
Igor Pecovnik ead76b7b9b Repository management bugfix
Something in the signing procedure has been changed and current way stopped working. Lets try with Aptly internal signing procedure.
2021-07-12 10:21:08 +00:00

19 lines
498 B
Plaintext

{
"rootDir": "output/repository",
"downloadConcurrency": 4,
"downloadSpeedLimit": 0,
"architectures": [],
"dependencyFollowSuggests": false,
"dependencyFollowRecommends": false,
"dependencyFollowAllVariants": false,
"dependencyFollowSource": false,
"gpgDisableSign": false,
"gpgDisableVerify": false,
"gpgProvider": "internal",
"downloadSourcePackages": false,
"ppaDistributorID": "ubuntu",
"ppaCodename": "",
"S3PublishEndpoints": {},
"SwiftPublishEndpoints": {}
}