ltib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Ltib] Special tag localdir_nobuild causes LTIB to go to the config


From: Stuart Hughes
Subject: Re: [Ltib] Special tag localdir_nobuild causes LTIB to go to the config screen.
Date: Tue, 27 Oct 2009 10:14:23 +0000
User-agent: Thunderbird 2.0.0.16 (X11/20080707)

Hi Aaron,

That's not quite right, you don't want to do any building for "localdir_nobuild". I've checked in a fix that I think addresses this.

Regards, Stuart

address@hidden wrote:
I would recommend the patch following the diff command for the test
release mode with the localdir_nobuild tag.  Instead of dropping the user
to the configure screen, the LTIB should be using the preconfig file
config/platform/${ARCH}/defconfig to produce the test release iso file.


$ diff -aur Ltibrelease.pm Ltibrelease.pm.noconfigscr
--- Ltibrelease.pm      2009-10-26 14:15:37.898242755 -0400
+++ Ltibrelease.pm.noconfigscr  2009-10-26 14:17:03.037301396 -0400
@@ -399,6 +399,8 @@
 if [  "$tag" != "localdir_nobuild" ]
 then
     ./ltib --preconfig $cf->{plat_dir} --configure --batch
+else
+    ./ltib --preconfig $cf->{plat_dir} -m config --batch
 fi

 # copy the pre-built images if any to the iso so usable without ltib




_______________________________________________
LTIB home page: http://ltib.org

Ltib mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/ltib





reply via email to

[Prev in Thread] Current Thread [Next in Thread]