I think that's not ok, since we have to rebuild the packages once the
environment is set (ensuring a better consistence between the built
files and the packages being shipped).
If this removal is to be added, it should be after:
         echo "Rebuilding $package..."

Anyway, for the stable release, no package should be based on CVS
snapshot and a build done inside CompressAndBuildISO.
A stable version of each of our tools should be placed in
livecd-packages/, downloaded  and installed like all other packages.
This can be done by gradually moving packages names from
Data/Packages-List-GoboLinuxTools to
Data/Packages-List-GoboLinuxTools-Stable, for example.


On 10/12/06, Lucas C. Villa Real <[EMAIL PROTECTED]> wrote:
> CVSROOT:        /sources/goboscripts
> Module name:    tools
> Changes by:     Lucas C. Villa Real <lucasvr>   06/10/12 06:02:39
>
> Modified files:
>         BuildLiveCD/bin: CompressAndBuildISO
>
> Log message:
>         Removing sources from the installed program.
>
> CVSWeb URLs:
> http://cvs.savannah.gnu.org/viewcvs/tools/BuildLiveCD/bin/CompressAndBuildISO?cvsroot=goboscripts&r1=1.32&r2=1.33
>
> Patches:
> Index: CompressAndBuildISO
> ===================================================================
> RCS file: /sources/goboscripts/tools/BuildLiveCD/bin/CompressAndBuildISO,v
> retrieving revision 1.32
> retrieving revision 1.33
> diff -u -b -r1.32 -r1.33
> --- CompressAndBuildISO 7 Oct 2006 21:17:34 -0000       1.32
> +++ CompressAndBuildISO 12 Oct 2006 06:02:39 -0000      1.33
> @@ -89,6 +89,7 @@
>           # we need to build here in order to create the files which are 
> going to be linked inside BuildRoot
>           [ -e $package/$today/Makefile ] && echo Building $package/$today && 
> make -C $package/$today > /dev/null
>           find $package/$today/ -type d -name CVS | xargs rm -rf
> +         rm -rf $package/$today/src
>           rm -f $package--*--$arch.tar.bz2   # cleaning up old versions too
>           tar cjpf $tarball $package/$today  # create the package
>           rm -rf $package
> _______________________________________________
> gobolinux-commits mailing list
> [EMAIL PROTECTED]
> http://lists.gobolinux.org/mailman/listinfo/gobolinux-commits
>


-- 
Andre Detsch
_______________________________________________
gobolinux-devel mailing list
gobolinux-devel@lists.gobolinux.org
http://lists.gobolinux.org/mailman/listinfo/gobolinux-devel

Reply via email to