On Wed, Apr 3, 2013 at 11:12 AM, Michele Tartara <[email protected]>wrote:
> Ok, then I'll do it before submitting and then send an interdiff.
>
> Thanks,
> Michele
>
>
>
Here is the interdiff:
diff --git a/devel/build_chroot b/devel/build_chroot
index 0a17383..2c10fb7 100755
--- a/devel/build_chroot
+++ b/devel/build_chroot
@@ -3,6 +3,8 @@
: ${CHROOTNAME:=squeeze64}
: ${CONF_DIR:=/etc/schroot/chroot.d}
: ${DATA_DIR=data}
+: ${ARCH=amd64}
+: ${DIST_RELEASE=squeeze}
#Automatically generated variables
CHNAME=building_$CHROOTNAME
@@ -44,7 +46,7 @@ cat $DATA_DIR/temp.schroot.conf.in | sed \
> $TEMP_CHROOT_CONF
#Install the base system
-debootstrap --arch amd64 squeeze $CHDIR
+debootstrap --arch $ARCH $DIST_RELEASE $CHDIR
shopt -s expand_aliases
alias in_chroot='schroot -c $CHNAME -d / '
Thanks,
Michele