Skip to content

Commit 876a577

Browse files
committed
Merge pull request #55 from peternewman/master
RenZO's BSD's don't have libusb (yet)
2 parents e547b50 + b31ccb0 commit 876a577

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![Build Status](https://travis-ci.org/OpenLightingProject/buildbot.svg?branch=master)](https://travis-ci.org/OpenLightingProject/buildbot)
2+
13
Buildbot Configuration
24
======================
35

build.config

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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': {

0 commit comments

Comments
 (0)