webdist/main.cfg.example

11 lines
308 B
Plaintext
Raw Normal View History

2022-10-02 18:29:41 +02:00
#
# WebDist main configuration file
#
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/' },
}
BUTTONS = {
'sample_button': { 'text':"This is a sample button", 'script': '/bin/true' }
}