Skip to content
Snippets Groups Projects
Verified Commit 440e29e2 authored by Jelle van der Waa's avatar Jelle van der Waa :construction:
Browse files

pycman: add pacman 7 configuration settings

parent 1b1c065a
No related branches found
No related tags found
No related merge requests found
Pipeline #106652 failed
...@@ -70,6 +70,7 @@ SINGLE_OPTIONS = ( ...@@ -70,6 +70,7 @@ SINGLE_OPTIONS = (
'LocalFileSigLevel', 'LocalFileSigLevel',
'RemoteFileSigLevel', 'RemoteFileSigLevel',
'ParallelDownloads', 'ParallelDownloads',
'DownloadUser',
) )
BOOLEAN_OPTIONS = ( BOOLEAN_OPTIONS = (
...@@ -81,6 +82,7 @@ BOOLEAN_OPTIONS = ( ...@@ -81,6 +82,7 @@ BOOLEAN_OPTIONS = (
'Color', 'Color',
'DisableDownloadTimeout', 'DisableDownloadTimeout',
'NoProgressBar', 'NoProgressBar',
'DisableSandbox',
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment