2022-10-02 18:29:41 +02:00
|
|
|
#
|
|
|
|
# WebDist main configuration file
|
|
|
|
#
|
2022-10-02 19:40:02 +02:00
|
|
|
REPOS = {
|
2022-10-02 19:43:56 +02:00
|
|
|
'openmamba-rolling': { 'dbname': 'devel', 'path': '/var/webbuild/db/' },
|
|
|
|
'openmamba-testing': { 'dbname': 'devel-makedist', 'path': '/var/webbuild/db/' },
|
2022-10-02 19:40:02 +02:00
|
|
|
}
|
2022-10-03 15:04:35 +02:00
|
|
|
BUTTONS = {
|
|
|
|
'sample_button': { 'text':"This is a sample button", 'script': '/bin/true' }
|
|
|
|
}
|