pacroller/src/pacroller/config.json.example
2021-01-15 23:30:01 +08:00

17 lines
356 B
Plaintext

{
"upgrade_timeout": 3600,
"network_retry": 5,
"custom_sync": false,
"sync_shell": "sync.sh",
"extra_safe": false,
"shell": "/bin/bash",
"hold": {
"linux": "(.*)",
"python": "[0-9]+[.]([0-9]+)[.][0-9]+[-][0-9]+"
}
'ignored_pacnew': [
'/etc/locale.gen',
'/etc/pacman.d/mirrorlist'
]
}