From d9040fa397db500a3f0e51ff2fe3a6395620d965 Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Sat, 26 Feb 2011 22:58:04 +0000 Subject: Enable unpacking gfxboot-theme, meta-task, images, stage2, advertising, rescue --- modules/buildsystem/templates/submit-upload.conf | 69 +++++++++++++++++++++++- 1 file changed, 67 insertions(+), 2 deletions(-) (limited to 'modules/buildsystem') diff --git a/modules/buildsystem/templates/submit-upload.conf b/modules/buildsystem/templates/submit-upload.conf index 7ff9e588..7ec4729e 100644 --- a/modules/buildsystem/templates/submit-upload.conf +++ b/modules/buildsystem/templates/submit-upload.conf @@ -34,8 +34,16 @@ targets: - sign - install - link -# - mail +# - unpack_release_notes + - unpack_gfxboot_theme + - unpack_meta_task + - unpack_installer_images + - unpack_installer_stage2 + - unpack_installer_advertising + - unpack_installer_rescue +# - dkms_module_info - archive +# - mail posts: - genhdlist2 - mirror @@ -53,8 +61,16 @@ targets: - sign - install - link -# - mail + # - unpack_release_notes + - unpack_gfxboot_theme + - unpack_meta_task + - unpack_installer_images + - unpack_installer_stage2 + - unpack_installer_advertising + - unpack_installer_rescue +# - dkms_module_info - archive +# - mail posts: - genhdlist2 @@ -173,6 +189,55 @@ actions: name: <%= sign_keyid %> signscript: /usr/local/bin/sign-check-package + unpack_gfxboot_theme: + class: Youri::Submit::Action::Unpack + options: + name: mageia-gfxboot-theme + source_subdir: /usr/share/gfxboot/themes/Mageia/install/ + dest_directory: isolinux + unpack_inside_distribution_root: 1 + + unpack_meta_task: + class: Youri::Submit::Action::Unpack + options: + name: meta-task + source_subdir: /usr/share/meta-task + dest_directory: media/media_info + unpack_inside_distribution_root: 1 + + unpack_installer_images: + class: Youri::Submit::Action::Unpack + options: + name: drakx-installer-images + source_subdir: /usr/lib*/drakx-installer-images + dest_directory: . + preclean_directory: install/images/alternatives + unpack_inside_distribution_root: 1 + + unpack_installer_stage2: + class: Youri::Submit::Action::Unpack + options: + name: drakx-installer-stage2 + source_subdir: /usr/lib*/drakx-installer-stage2 + dest_directory: . + unpack_inside_distribution_root: 1 + + unpack_installer_advertising: + class: Youri::Submit::Action::Unpack + options: + name: drakx-installer-advertising + source_subdir: /usr/share/drakx-installer-advertising + dest_directory: . + unpack_inside_distribution_root: 1 + + unpack_installer_rescue: + class: Youri::Submit::Action::Unpack + options: + name: drakx-installer-rescue + source_subdir: /usr/lib*/drakx-installer-rescue + dest_directory: install/stage2 + unpack_inside_distribution_root: 1 + posts: genhdlist2: class: Youri::Submit::Post::Genhdlist2 -- cgit v1.2.1