diff options
author | Pascal Terjan <pterjan@mageia.org> | 2012-03-05 20:32:06 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@mageia.org> | 2012-03-05 20:32:06 +0000 |
commit | dcbb0cd3f3d7a0be6387d1fb216c76d998faa63e (patch) | |
tree | d04595d6569c30f9d2eadbd2eee93735acc71e45 /modules/buildsystem/templates | |
parent | fad70192ce9067aa1f987b134c36fbb4845c687a (diff) | |
download | puppet-dcbb0cd3f3d7a0be6387d1fb216c76d998faa63e.tar puppet-dcbb0cd3f3d7a0be6387d1fb216c76d998faa63e.tar.gz puppet-dcbb0cd3f3d7a0be6387d1fb216c76d998faa63e.tar.bz2 puppet-dcbb0cd3f3d7a0be6387d1fb216c76d998faa63e.tar.xz puppet-dcbb0cd3f3d7a0be6387d1fb216c76d998faa63e.zip |
Run ulri after adding a package to build
Diffstat (limited to 'modules/buildsystem/templates')
-rw-r--r-- | modules/buildsystem/templates/submit-todo.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/modules/buildsystem/templates/submit-todo.conf b/modules/buildsystem/templates/submit-todo.conf index e4fddadc..8cc61b87 100644 --- a/modules/buildsystem/templates/submit-todo.conf +++ b/modules/buildsystem/templates/submit-todo.conf @@ -57,6 +57,7 @@ targets: actions: - send - rpminfo + - ulri infra_1: checks: @@ -70,6 +71,7 @@ targets: actions: - send - rpminfo + - ulri # checks definition checks: @@ -178,4 +180,11 @@ actions: root: ${home}/uploads ssh_key: ${home}/.ssh/id_rsa + ulri: + class: Youri::Submit::Action::Ulri + options: + user: <%= sched_login %> + uphost: pkgsubmit.<%= domain %> + ssh_key: ${home}/.ssh/id_rsa + # vim:ft=yaml:et:sw=4 |