From 6a215cf3b44b8c19514aa8a40b03e2e314edbc71 Mon Sep 17 00:00:00 2001 From: Joost Ruis Date: Sun, 8 Jul 2012 13:33:26 +0000 Subject: [PATCH] [molecules] add sabayon-x86-mate.spec --- molecules/sabayon-x86-mate.spec | 14 ++++++++++++++ scripts/iso_build.sh | 1 + 2 files changed, 15 insertions(+) create mode 100644 molecules/sabayon-x86-mate.spec diff --git a/molecules/sabayon-x86-mate.spec b/molecules/sabayon-x86-mate.spec new file mode 100644 index 0000000..f80b061 --- /dev/null +++ b/molecules/sabayon-x86-mate.spec @@ -0,0 +1,14 @@ +# Use abs path, otherwise daily builds automagic won't work +%import /sabayon/molecules/mate.common + +# Release Version +release_version: 9 + +# Release Version string description +release_desc: amd64 MATE + +# Path to source ISO file (MANDATORY) +source_iso: /sabayon/iso/Sabayon_Linux_SpinBase_DAILY_x86.iso + +# Destination ISO image name, call whatever you want.iso, not mandatory +destination_iso_image_name: Sabayon_Linux_9_x86_MATE.iso diff --git a/scripts/iso_build.sh b/scripts/iso_build.sh index 5d68d75..c90d2b9 100755 --- a/scripts/iso_build.sh +++ b/scripts/iso_build.sh @@ -90,6 +90,7 @@ elif [ "${ACTION}" = "daily" ]; then "sabayon-amd64-kde.spec" "sabayon-x86-kde.spec" "sabayon-amd64-mate.spec" + "sabayon-x86-mate.spec" "sabayon-amd64-lxde.spec" "sabayon-x86-lxde.spec" "sabayon-amd64-xfce.spec"