File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1+ [ ![ Build Status] ( https://travis-ci.org/OpenLightingProject/buildbot.svg?branch=master )] ( https://travis-ci.org/OpenLightingProject/buildbot )
2+
13Buildbot Configuration
24======================
35
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ SLAVES = {
8383 },
8484 'freebsd' : {
8585 'amd64' : [
86- Slave ('noopenslp' ), # RenZO
86+ Slave ('noopenslp' , has_ola_ja_rule_deps = False ), # RenZO
8787 ],
8888 },
8989 'gentoo' : {
@@ -104,12 +104,12 @@ SLAVES = {
104104 },
105105 'netbsd' : {
106106 'amd64' : [
107- Slave ('noopenslp' ), # RenZO
107+ Slave ('noopenslp' , has_ola_ja_rule_deps = False ), # RenZO
108108 ],
109109 },
110110 'openbsd' : {
111111 'amd64' : [
112- Slave ('noopenslp' ), # RenZO
112+ Slave ('noopenslp' , has_ola_ja_rule_deps = False ), # RenZO
113113 ],
114114 },
115115 'ubuntu-tahr' : {
You can’t perform that action at this time.
0 commit comments