cookutils rev 495

Tiny edits
author Paul Issott <paul@slitaz.org>
date Sat Jun 16 11:14:23 2012 +0100 (2012-06-16)
parents e93d4ea89030
children 07e4c743f1d7
files README cooker cookiso cross
line diff
     1.1 --- a/README	Fri Jun 15 18:31:44 2012 +0200
     1.2 +++ b/README	Sat Jun 16 11:14:23 2012 +0100
     1.3 @@ -126,7 +126,7 @@
     1.4  for the ARM platform, but the first thing to do is compile a cross toolchain and
     1.5  modify the main cook.conf variables to use a correct ARCH, CFLAGS and BUILD_SYSTEM
     1.6  
     1.7 -Cook handles HOST_ARCH and CROSS_* receipt variables. Some packages don't build or
     1.8 +Cook handles HOST_ARCH and CROSS_* receipt variables. Some packages won't build or
     1.9  are not packaged for an architecture and so cross compiling will fail if the
    1.10  package receipt has not been reviewed and includes HOST_ARCH. Here is an example
    1.11  and a list of cross variables:
     2.1 --- a/cooker	Fri Jun 15 18:31:44 2012 +0200
     2.2 +++ b/cooker	Sat Jun 16 11:14:23 2012 +0100
     2.3 @@ -3,7 +3,7 @@
     2.4  # SliTaz Build Bot. The Cooker is a tool to automate and test SliTaz package
     2.5  # building. Please read the Cookbook documentation for more information
     2.6  # and discuss with the AUTHORS before adding anything here. PS: no translations
     2.7 -# here since it's not an end user tool and it's not useful, all devs should
     2.8 +# here since it's not an end user tool and it's not useful. All devs should
     2.9  # at least understand basic English.
    2.10  #
    2.11  . /usr/lib/slitaz/libcook.sh
     3.1 --- a/cookiso	Fri Jun 15 18:31:44 2012 +0200
     3.2 +++ b/cookiso	Sat Jun 16 11:14:23 2012 +0100
     3.3 @@ -8,7 +8,7 @@
     3.4  # --> cook.conf
     3.5  # SSH/RSA configuration to upload on a server.
     3.6  # Assign this before cook.conf so it can be
     3.7 -# reassign in cook.conf.
     3.8 +# reassigned in cook.conf.
     3.9  SSH_CMD="dbclient -i /root/.ssh/id_rsa.dropbear"
    3.10  SSH_ISO="/var/www/slitaz/mirror/iso"
    3.11  SSH_HOST="slitaz@mirror.slitaz.org"
     4.1 --- a/cross	Fri Jun 15 18:31:44 2012 +0200
     4.2 +++ b/cross	Sat Jun 16 11:14:23 2012 +0100
     4.3 @@ -24,7 +24,7 @@
     4.4  Usage: $(basename $0) command --option
     4.5  
     4.6  Commands:
     4.7 -  howto           Man alike and howto
     4.8 +  howto           Man[like] page and howto
     4.9    info            Display cross-tools info
    4.10    testsuite       Execute a small testsuite
    4.11    check           Check build host environment