aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@mageia.org>2012-03-05 20:32:06 +0000
committerPascal Terjan <pterjan@mageia.org>2012-03-05 20:32:06 +0000
commitdcbb0cd3f3d7a0be6387d1fb216c76d998faa63e (patch)
treed04595d6569c30f9d2eadbd2eee93735acc71e45
parentfad70192ce9067aa1f987b134c36fbb4845c687a (diff)
downloadpuppet-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
-rw-r--r--modules/buildsystem/templates/submit-todo.conf9
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