[Simple-cdd-devel] Bug#664189: simple-cdd: OUT dir for images ignored by build-simple-cdd

Vagrant Cascadian vagrant at debian.org
Thu Apr 10 23:52:30 UTC 2014


Control: tags 664189 pending

On Fri, Mar 16, 2012 at 02:19:17PM +0300, Vlad 'mend0za' Shakhov wrote:
> 'export OUT="$simple_cdd_dir/tmp"' in profile.conf do nothing.

> build-simple-cdd override to default OUT="$simple_cdd_dir/tmp"
> --- build-simple-cdd.orig	2012-03-16 13:08:05.324389539 +0300
> +++ build-simple-cdd	2012-03-16 13:09:24.361573172 +0300
> @@ -212,7 +212,7 @@
>  export BASEDIR="$simple_cdd_basedir"
>  export TDIR="$simple_cdd_temp/cd-build"
>  export APTTMP="$TDIR/apt/"
> -export OUT="$simple_cdd_dir/images"
> +test -z "$OUT" && export OUT="$simple_cdd_dir/images"
>  test -z "$INSTALLER_CD" && export INSTALLER_CD=2
>  
>  for component in $mirror_components $mirror_components_extra ; do

Committed to bzr, will be uploaded soonish...

live well,
  vagrant



More information about the Simple-cdd-devel mailing list