11 lines
238 B
Python
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',
|
||
|
},
|
||
|
}
|