diff options
author | Pascal Terjan <pterjan@mageia.org> | 2011-02-14 20:44:23 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@mageia.org> | 2011-02-14 20:44:23 +0000 |
commit | df1f6c96e66229e09923a4f1c3d722a85ef139c8 (patch) | |
tree | d6b597e74cfb43cb58362e3d3fc53bf7c372d078 /modules/buildsystem/templates | |
parent | 5a4449a90ef462d27347cb79f8fe4de24a1bc97d (diff) | |
download | puppet-df1f6c96e66229e09923a4f1c3d722a85ef139c8.tar puppet-df1f6c96e66229e09923a4f1c3d722a85ef139c8.tar.gz puppet-df1f6c96e66229e09923a4f1c3d722a85ef139c8.tar.bz2 puppet-df1f6c96e66229e09923a4f1c3d722a85ef139c8.tar.xz puppet-df1f6c96e66229e09923a4f1c3d722a85ef139c8.zip |
Enable mirror action
Diffstat (limited to 'modules/buildsystem/templates')
-rw-r--r-- | modules/buildsystem/templates/submit-upload.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/buildsystem/templates/submit-upload.conf b/modules/buildsystem/templates/submit-upload.conf index 531c36a9..0fc48c21 100644 --- a/modules/buildsystem/templates/submit-upload.conf +++ b/modules/buildsystem/templates/submit-upload.conf @@ -38,6 +38,7 @@ targets: - clean posts: - genhdlist2 + - mirror 1: checks: @@ -178,5 +179,9 @@ posts: class: Youri::Submit::Post::Genhdlist2 options: command: /usr/bin/genhdlist2 + mirror: + class: Youri::Submit::Post::Mirror + options: + destination: /distrib/mirror/distrib # vim:ft=yaml:et:sw=4 |