mirror/merlin/test/test_repo_dict

31 lines
585 B
Plaintext

repos = {
'gnu': {
'command': 'sleep 10',
'interval': daily,
},
'nongnu': {
'command': 'sleep 10',
'interval': daily,
},
'mysql': {
'command': 'sleep 10',
'interval': daily,
},
'mozdev': {
'command': 'sleep 10',
'interval': daily,
},
'gnome': {
'command': 'sleep 10',
'interval': daily,
},
'damnsmalllinux': {
'command': 'sleep 10',
'interval': daily,
},
'linuxmint': {
'command': 'sleep 10',
'interval': daily,
},
}