Skip to content

alliedmodders/build-configs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

buildbot-configs

Buildbot configuration files for AM CI. To deploy:

  • Create a master.
  • ln -s build-configs/masters am
  • ln -s build-configs/masters/<project>/master.cfg master.cfg
  • Create a changehook.passwd and <project>.yml file.

The changehook.passwd file should have one line, like:

username:password

The .yml file should look roughly like:

global:
  url-path: /project/
  slave-password: ***

  master-admins:
    - [email protected]

  slave-admins:
    - [email protected]

  mail:
    from: whatever@local
    to:
      - [email protected]

  ldap:
    host: ldap://19.28.30.103/
    basedn: ou=People,dc=crabs,dc=org
    groupdn: cn=whateves,ou=Group,dc=crabs,dc=org
    search: (mail=%s)

  web:
    port: ***
    github: changehook.passwd

About

Build configuration files for AM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages