# # 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' } }