[molecules/*] rename sabayon-arm-base to sabayon-arm-beaglebone-base

This in order to make room for the BeagleBoard xM and others ;-)
This commit is contained in:
Fabio Erculiani
2012-01-25 17:16:48 +01:00
parent 2fce089add
commit 4c67f10e33
5 changed files with 21 additions and 12 deletions

View File

@@ -38,14 +38,14 @@ export LANGUAGE="en_US.UTF-8"
if [ "${ACTION}" = "weekly" ]; then
ARM_SOURCE_SPECS=(
"sabayon-arm-base-4G.spec"
"sabayon-arm-base-8G.spec"
"sabayon-arm-base-16G.spec"
"sabayon-arm-beaglebone-base-4G.spec"
"sabayon-arm-beaglebone-base-8G.spec"
"sabayon-arm-beaglebone-base-16G.spec"
)
ARM_SOURCE_SPECS_IMG=(
"Sabayon_Linux_DAILY_armv7a_Base_4GB.img"
"Sabayon_Linux_DAILY_armv7a_Base_8GB.img"
"Sabayon_Linux_DAILY_armv7a_Base_16GB.img"
"Sabayon_Linux_DAILY_armv7a_BeagleBone_Base_4GB.img"
"Sabayon_Linux_DAILY_armv7a_BeagleBone_Base_8GB.img"
"Sabayon_Linux_DAILY_armv7a_BeagleBone_Base_16GB.img"
)
SOURCE_SPECS=()
SOURCE_SPECS_ISO=()