20 lines
672 B
RPMSpec
20 lines
672 B
RPMSpec
# Use abs path, otherwise daily builds automagic won't work
|
|
%env %import ${SABAYON_MOLECULE_HOME:-/sabayon}/molecules/spinbase.common
|
|
|
|
# 32bit build
|
|
prechroot: linux32
|
|
|
|
# Release Version
|
|
# Keep this here, otherwise daily builds automagic won't work
|
|
release_version: 10
|
|
|
|
# Release Version string description
|
|
release_desc: x86 SpinBase
|
|
|
|
# Source chroot directory, where files are pulled from
|
|
%env source_chroot: ${SABAYON_MOLECULE_HOME:-/sabayon}/sources/x86_core-2010
|
|
|
|
# Destination ISO image name, call whatever you want.iso, not mandatory
|
|
# Keep this here and set, otherwise daily builds automagic won't work
|
|
destination_iso_image_name: Sabayon_Linux_SpinBase_10_x86.iso
|