slitaz-pizza rev 78

Tiny edits
author Paul Issott <paul@slitaz.org>
date Fri Nov 23 13:31:50 2012 +0000 (2012-11-23)
parents b40b5c7e5955
children 4e5b6a402513
files pizza-bot pizza.conf
line diff
     1.1 --- a/pizza-bot	Wed Nov 21 01:45:12 2012 +0100
     1.2 +++ b/pizza-bot	Fri Nov 23 13:31:50 2012 +0000
     1.3 @@ -2,7 +2,7 @@
     1.4  #
     1.5  # SliTaz Pizza chroot cmdline utility. This tool is designed to be run 
     1.6  # by cron and automatically build flavors in the queue. We build one ISO
     1.7 -# at once so we don't use too many resources.
     1.8 +# at a time so we don't use too many resources.
     1.9  #
    1.10  # Copyright (C) 2012 SliTaz GNU/Linux - GNU gpl v2
    1.11  # Authors : Christophe Lincoln <pankso@slitaz.org>
    1.12 @@ -61,14 +61,14 @@
    1.13  Hi,
    1.14  
    1.15  Your custom SliTaz GNU/Linux system is ready to download! It will be
    1.16 -hosted as long as we can but with absolutely no warranty in time.
    1.17 +hosted for as long as we can but with absolutely no warranty in time.
    1.18  
    1.19  Get $FLAVOR ISO and files at: ${PIZZA_URL}?id=$ID
    1.20  
    1.21  ISO size: $ISO_SIZE
    1.22  MD5 sum: $md5
    1.23  
    1.24 -If you wish a long time hosting service please get in touch via our 
    1.25 +If you would like a long time hosting service please get in touch via our 
    1.26  professional platform at http://slitaz.pro
    1.27  
    1.28  Visit http://www.slitaz.org for latest news about the project and
    1.29 @@ -147,7 +147,7 @@
    1.30  		# Notify Admin if enabled.
    1.31  		if [ "$MAIL_ADMIN" ]; then
    1.32  			echo "Sending mail to: $MAIL_ADMIN"
    1.33 -			echo -e "From: SliTaz Pizza<noreply@slitaz.org>\nSubject: New built on Pizza\nNew flavor built on Pizza: ${PIZZA_URL}?id=$ID " \
    1.34 +			echo -e "From: SliTaz Pizza<noreply@slitaz.org>\nSubject: New build on Pizza\nNew flavor built on Pizza: ${PIZZA_URL}?id=$ID " \
    1.35  			 | /usr/bin/sendmail -f $MAIL_FROM $MAIL_ADMIN
    1.36  		fi
    1.37  		
     2.1 --- a/pizza.conf	Wed Nov 21 01:45:12 2012 +0100
     2.2 +++ b/pizza.conf	Fri Nov 23 13:31:50 2012 +0000
     2.3 @@ -29,6 +29,6 @@
     2.4  MAIL_FROM="pizza@slitaz.org"
     2.5  MAIL_ADMIN="erjo@slitaz.org"
     2.6  
     2.7 -# Local packages synced from a mirror
     2.8 +# Local packages sync'd from a mirror
     2.9  RSYNC_PKGS="rsync://mirror.slitaz.org/slitaz-$SLITAZ_VERSION/"
    2.10  LOCAL_PKGS="$SLITAZ/$SLITAZ_VERSION/packages/"