Ignore:
Timestamp:
Jul 6, 2010, 12:26:16 AM (14 years ago)
Author:
gdb
Message:

Updated XVM config

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/xvm-prodconfig/master.yaml

    r3026 r3031  
    3535  name: Invirt Build Server
    3636  email: invirt@mit.edu
     37 hooks:
     38  post_build: &post_build
     39   zephyr:
     40    class: xvm-auto
     41   mail:
     42    to: xvm-auto@mit.edu
     43    from: xvm-build-bot@mit.edu
     44  failed_build: *post_build
     45  post_commit: &post_commit
     46   zephyr:
     47    class: xvm-auto
     48  pre_build: *post_commit
     49  post_submit: *post_commit
     50  failed_submit: *post_commit
     51  post_add_repo: *post_commit
     52 repo_admin: system:xvm-root
    3753
    3854console:
Note: See TracChangeset for help on using the changeset viewer.