Skip to content

Commit

Permalink
Improved the Buildbot buildmaster configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
artob committed Nov 22, 2014
1 parent 4b685e8 commit 0577d90
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
9 changes: 9 additions & 0 deletions etc/buildbot/master/.gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
.htpasswd
gitpoller-work
http.log
state.sqlite
twistd.hostname
twistd.log
twistd.pid

# Buildmaster builder directories:
freebsd-*
netbsd-*
openbsd-*
osx-*
solaris-*
ubuntu-*
2 changes: 2 additions & 0 deletions etc/buildbot/master/master.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ GIT_URL = 'https://bitbucket.org/dryproject/libc11.git'
GIT_BRANCH = 'master'
SLAVE_PASSWORD = environ['SLAVE_PASSWORD']

del environ['SLAVE_PASSWORD']

c = BuildmasterConfig = {}

####### BUILDSLAVES
Expand Down

0 comments on commit 0577d90

Please sign in to comment.