11 lines
308 B
Plaintext
11 lines
308 B
Plaintext
#
|
|
# WebDist main configuration file
|
|
#
|
|
REPOS = {
|
|
'openmamba-rolling': { 'dbname': 'devel', 'path': '/var/webbuild/db/' },
|
|
'openmamba-testing': { 'dbname': 'devel-makedist', 'path': '/var/webbuild/db/' },
|
|
}
|
|
BUTTONS = {
|
|
'sample_button': { 'text':"This is a sample button", 'script': '/bin/true' }
|
|
}
|