Skip to content

Commit

Permalink
#84 adding missing aptly config
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyweston committed Sep 1, 2019
1 parent 84bb45b commit 7e1c9cc
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions debian/.aptly.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"rootDir": "./debian/aptly",
"downloadConcurrency": 4,
"downloadSpeedLimit": 0,
"architectures": [],
"dependencyFollowSuggests": false,
"dependencyFollowRecommends": false,
"dependencyFollowAllVariants": false,
"dependencyFollowSource": false,
"dependencyVerboseResolve": false,
"gpgDisableSign": false,
"gpgDisableVerify": false,
"gpgProvider": "gpg",
"downloadSourcePackages": false,
"skipLegacyPool": true,
"ppaDistributorID": "ubuntu",
"ppaCodename": "",
"skipContentsPublishing": false,
"FileSystemPublishEndpoints": {},
"S3PublishEndpoints": {},
"SwiftPublishEndpoints": {}
}

0 comments on commit 7e1c9cc

Please sign in to comment.