On Fri, 2009-08-07 at 07:39 +0100, Ian Campbell wrote:
> I will follow up shortly with[...]a patch to the nightly cron jobs
> which enables this variant for the i386+amd64+powerpc multiarch
> netinst image.
Here it is.
Is this sufficient to ensure this variant is enabled in the actual
official images come release time? Or should I be patching somewhere
else as well?
---
enable xen variant for i386+amd64+powerpc multiarch netinst image.
diff --git a/cronjob.daily b/cronjob.daily
index 3908be0..8bb9048 100755
--- a/cronjob.daily
+++ b/cronjob.daily
@@ -60,6 +60,7 @@ if lockfile -r0 .debian-cd.lock ; then
if [ "$arch" = "multi-arch" ] ; then
echo " i386/amd64/ppc sid netinst"
OMIT_RELEASE_NOTES=1 OMIT_MANUAL=1 NORECOMMENDS=1 \
+ VARIANTS=xen \
NOSUGGESTS=1 COMPLETE=0 INSTALLER_CD=2 \
TASK=debian-installer+kernel LOGAPPEND="-1" \
MAXISOS=ALL MAXJIGDOS=ALL DI=sid DI_DIST="$DI_DIST" \
@@ -76,6 +77,7 @@ if lockfile -r0 .debian-cd.lock ; then
echo " i386/amd64/ppc squeeze netinst"
OMIT_RELEASE_NOTES=1 OMIT_MANUAL=1 NORECOMMENDS=1 \
+ VARIANTS=xen \
NOSUGGESTS=1 COMPLETE=0 INSTALLER_CD=2 \
TASK=debian-installer+kernel LOGAPPEND="-1" \
MAXISOS=ALL MAXJIGDOS=ALL DI=squeeze DI_DIST="$DI_DIST" ./testingcds "amd64 i386 powerpc"
--
Ian Campbell
Your nature demands love and your happiness depends on it.
Attachment:
signature.asc
Description: This is a digitally signed message part