Revision
720
Author
blino
Date
2011-01-08 09:51:02 +0100 (Sat, 08 Jan 2011)

Log Message

run genhdlist2 as post, not gendistrib

Modified Paths

Modified: puppet/modules/buildsystem/templates/submit-upload.conf
===================================================================
--- puppet/modules/buildsystem/templates/submit-upload.conf	2011-01-07 22:22:03 UTC (rev 719)
+++ puppet/modules/buildsystem/templates/submit-upload.conf	2011-01-08 08:51:02 UTC (rev 720)
@@ -37,7 +37,8 @@
 #            - mail
 #            - archive
             - clean
-            - gendistrib
+	posts:
+            - genhdlist2
 
     1:
         checks:
@@ -55,7 +56,8 @@
 #            - mail
 #            - archive
             - clean
-            - gendistrib
+	posts:
+            - genhdlist2
 
 # checks definition
 checks:
@@ -164,7 +166,9 @@
     clean:
         class: Youri::Upload::Action::Clean
 
-    gendistrib:
-        class: Youri::Submit::Post::Gendistrib
+    genhdlist2:
+        class: Youri::Submit::Post::Genhdlist2
+        options:
+            command: /usr/bin/genhdlist2
 
 # vim:ft=yaml:et:sw=4