bundlewrap/bundles/pacman/metadata.py
Franzi 9f8878ae8f
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good
bundles/pacman: manage pacman.conf
2021-07-30 14:27:30 +02:00

11 lines
238 B
Python

defaults = {
'pacman': {
'ask_before_removal': {
'glibc',
'pacman',
},
'parallel_downloads': 4,
'repository': 'http://ftp.uni-kl.de/pub/linux/archlinux/$repo/os/$arch',
},
}