mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-07 22:20:24 +00:00
f50e008763
Also add global configuration to disable 'skipContents' by default for all new published repos/snapshots.
18 lines
500 B
Plaintext
18 lines
500 B
Plaintext
{
|
|
"rootDir": "${HOME}/.aptly",
|
|
"downloadConcurrency": 4,
|
|
"downloadSpeedLimit": 0,
|
|
"architectures": [],
|
|
"dependencyFollowSuggests": false,
|
|
"dependencyFollowRecommends": false,
|
|
"dependencyFollowAllVariants": false,
|
|
"dependencyFollowSource": false,
|
|
"gpgDisableSign": false,
|
|
"gpgDisableVerify": false,
|
|
"downloadSourcePackages": false,
|
|
"ppaDistributorID": "ubuntu",
|
|
"ppaCodename": "",
|
|
"skipContentsPublishing": false,
|
|
"S3PublishEndpoints": {},
|
|
"SwiftPublishEndpoints": {}
|
|
} |