diff options
author | Pascal Terjan <pterjan@mageia.org> | 2011-02-26 22:58:04 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@mageia.org> | 2011-02-26 22:58:04 +0000 |
commit | d9040fa397db500a3f0e51ff2fe3a6395620d965 (patch) | |
tree | 3f78290688bb1c753f5a4ee023a523d10be3c427 | |
parent | 158c4e68d70b131e7a912d8d8ec5c632e900531d (diff) | |
download | puppet-d9040fa397db500a3f0e51ff2fe3a6395620d965.tar puppet-d9040fa397db500a3f0e51ff2fe3a6395620d965.tar.gz puppet-d9040fa397db500a3f0e51ff2fe3a6395620d965.tar.bz2 puppet-d9040fa397db500a3f0e51ff2fe3a6395620d965.tar.xz puppet-d9040fa397db500a3f0e51ff2fe3a6395620d965.zip |
Enable unpacking gfxboot-theme, meta-task, images, stage2, advertising, rescue
-rw-r--r-- | modules/buildsystem/templates/submit-upload.conf | 69 |
1 files changed, 67 insertions, 2 deletions
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 |