mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-04 05:10:40 +00:00
Use config file with all options.
This commit is contained in:
+3
-1
@@ -67,7 +67,9 @@ class BaseTest(object):
|
||||
"architectures": [],
|
||||
"dependencyFollowSuggests": False,
|
||||
"dependencyFollowRecommends": False,
|
||||
"dependencyFollowAllVariants": False
|
||||
"dependencyFollowAllVariants": False,
|
||||
"gpgDisableVerify": False,
|
||||
"gpgDisableSign": False,
|
||||
}
|
||||
configOverride = {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user