commit | 71bb3dfb2c2e2269ae5dbad76c5e5f05c4736759 | [log] [tgz] |
---|---|---|
author | cml <cml@meep.table2.com> | Fri Jun 28 10:55:27 2024 -0700 |
committer | cml <cml@meep.table2.com> | Fri Jun 28 10:55:27 2024 -0700 |
tree | dd76eca658a7c383c402756de310f091eba69700 | |
parent | 9b209aad3747ad754546679b0664824b6f0b80af [diff] |
increase hard timeout puppet is overrunning 30s
On-Commit Commands
Simple daemon that runs commands when a commit to a certain source has happened.
Sample occ.yaml
config:
pubsub: url: https://pubsub.apache.org:2070/commit user: user pass: pass subscriptions: git-change: topics: git/commit/some-git-repo-name oncommit: [/x1/git/run-git-trigger.sh, $branch, $hash] blamelist: notify@example.org blamesubject: Git trigger failure runas: username (optional) skiprest: true (optional - don't process any further commands matching this commit) svn-change-in-dir: topics: svn/commit/somedir changedir: some/subdir oncommit: /x1/git/run-svn-trigger.sh blamelist: notify@example.org blamesubject: Subversion trigger failure