# HG changeset patch # User Paul Issott # Date 1353677510 0 # Node ID 541021eb6fe81806f5b00ad3cec67ed11a0f0c0f # Parent b40b5c7e5955094014f65340fd9f0bcf41fbc046 Tiny edits diff -r b40b5c7e5955 -r 541021eb6fe8 pizza-bot --- a/pizza-bot Wed Nov 21 01:45:12 2012 +0100 +++ b/pizza-bot Fri Nov 23 13:31:50 2012 +0000 @@ -2,7 +2,7 @@ # # SliTaz Pizza chroot cmdline utility. This tool is designed to be run # by cron and automatically build flavors in the queue. We build one ISO -# at once so we don't use too many resources. +# at a time so we don't use too many resources. # # Copyright (C) 2012 SliTaz GNU/Linux - GNU gpl v2 # Authors : Christophe Lincoln @@ -61,14 +61,14 @@ Hi, Your custom SliTaz GNU/Linux system is ready to download! It will be -hosted as long as we can but with absolutely no warranty in time. +hosted for as long as we can but with absolutely no warranty in time. Get $FLAVOR ISO and files at: ${PIZZA_URL}?id=$ID ISO size: $ISO_SIZE MD5 sum: $md5 -If you wish a long time hosting service please get in touch via our +If you would like a long time hosting service please get in touch via our professional platform at http://slitaz.pro Visit http://www.slitaz.org for latest news about the project and @@ -147,7 +147,7 @@ # Notify Admin if enabled. if [ "$MAIL_ADMIN" ]; then echo "Sending mail to: $MAIL_ADMIN" - echo -e "From: SliTaz Pizza\nSubject: New built on Pizza\nNew flavor built on Pizza: ${PIZZA_URL}?id=$ID " \ + echo -e "From: SliTaz Pizza\nSubject: New build on Pizza\nNew flavor built on Pizza: ${PIZZA_URL}?id=$ID " \ | /usr/bin/sendmail -f $MAIL_FROM $MAIL_ADMIN fi diff -r b40b5c7e5955 -r 541021eb6fe8 pizza.conf --- a/pizza.conf Wed Nov 21 01:45:12 2012 +0100 +++ b/pizza.conf Fri Nov 23 13:31:50 2012 +0000 @@ -29,6 +29,6 @@ MAIL_FROM="pizza@slitaz.org" MAIL_ADMIN="erjo@slitaz.org" -# Local packages synced from a mirror +# Local packages sync'd from a mirror RSYNC_PKGS="rsync://mirror.slitaz.org/slitaz-$SLITAZ_VERSION/" LOCAL_PKGS="$SLITAZ/$SLITAZ_VERSION/packages/"