Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/config/packages/buildslave.json
blob: 91bcecce3e68f54e0764aadc789463142e5c3453 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
    "buildslave": {
        "debian": [
            "buildbot-slave"
        ], 
        "fedora": [
            "buildbot"
        ], 
        "ubuntu": [
            "buildbot-slave"
        ]
    }
}