tools/stx/toCOPY/aptly/aptly.conf
ZhangXiao c6784522a4 stx tool: Create initial aptly container Dockerfile
Create the initial Dockerfile of aptly used to manage Debian repository.

Story: 2008846
Task: 43026

Signed-off-by: ZhangXiao <xiao.zhang@windriver.com>
Change-Id: I4a2fe2d7922c9f535275f7c56c06a062de446ca4
2021-08-19 11:42:26 +08:00

22 lines
583 B
Plaintext

{
"rootDir": "/var/aptly",
"downloadConcurrency": 4,
"downloadSpeedLimit": 0,
"architectures": [],
"dependencyFollowSuggests": false,
"dependencyFollowRecommends": false,
"dependencyFollowAllVariants": false,
"dependencyFollowSource": false,
"dependencyVerboseResolve": false,
"gpgDisableSign": true,
"gpgDisableVerify": true,
"gpgProvider": "gpg",
"downloadSourcePackages": false,
"skipLegacyPool": true,
"ppaDistributorID": "ubuntu",
"ppaCodename": "",
"FileSystemPublishEndpoints": {},
"S3PublishEndpoints": {},
"SwiftPublishEndpoints": {}
}