mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-11 23:16:58 +02:00
TEST=Ran locally outside of chroot. Required change to remove Exception OSError as e because "as" is a Python 2.6'ism Review URL: http://codereview.chromium.org/3146001
10 lines
172 B
Python
10 lines
172 B
Python
config = {}
|
|
config['default'] = {
|
|
'board' : 'x86-generic',
|
|
'uprev' : False,
|
|
}
|
|
config['x86-generic-pre-flight-queue'] = {
|
|
'board' : 'x86-generic',
|
|
'uprev' : True,
|
|
}
|