From cb08893cd8aee8766c9a53373a95d7c0cd401330 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Sat, 8 Jan 2011 08:51:02 +0000 Subject: run genhdlist2 as post, not gendistrib --- modules/buildsystem/templates/submit-upload.conf | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'modules/buildsystem') diff --git a/modules/buildsystem/templates/submit-upload.conf b/modules/buildsystem/templates/submit-upload.conf index ecf43939..e070863c 100644 --- a/modules/buildsystem/templates/submit-upload.conf +++ b/modules/buildsystem/templates/submit-upload.conf @@ -37,7 +37,8 @@ targets: # - mail # - archive - clean - - gendistrib + posts: + - genhdlist2 1: checks: @@ -55,7 +56,8 @@ targets: # - mail # - archive - clean - - gendistrib + posts: + - genhdlist2 # checks definition checks: @@ -164,7 +166,9 @@ actions: 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 -- cgit v1.2.1