# HG changeset patch # User Paul Issott # Date 1489917619 0 # Node ID f369836fad7edd1477d1609324d8c1f1e979827e # Parent 29b50f284008ed85ea7bf5f12396539226f2707d slitaz-release: tiny edits diff -r 29b50f284008 -r f369836fad7e slitaz-release/README --- a/slitaz-release/README Sun Mar 19 08:50:48 2017 +0000 +++ b/slitaz-release/README Sun Mar 19 10:00:19 2017 +0000 @@ -3,18 +3,18 @@ Doc: http://www.slitaz.org/en/devel/release.php -The slitaz-release script is designed to help SliTaz releases process on -all hosts: tank, pangolin, mirror and localy. +The slitaz-release script is designed to help SliTaz release processes on +all hosts: tank, pangolin, mirror and locally. - * Localy it will check release string into slitaz-base-files, the wok + * Locally it will check release strings in slitaz-base-files, the wok and slitaz-doc repos as well as isolinux.cfg in syslinux package - * On tank it will check for build chroot and ISO's + * On tank it will check for build chroot and ISOs - * On Pangolin it will check for wok-stable and wok latest Hg tag + * On Pangolin it will check for wok-stable and wok latest Hg tags - * On mirror it will check for packages/[version] and uploaded ISO's + * On mirror it will check for packages/[version] and uploaded ISOs Examples: diff -r 29b50f284008 -r f369836fad7e slitaz-release/slitaz-release --- a/slitaz-release/slitaz-release Sun Mar 19 08:50:48 2017 +0000 +++ b/slitaz-release/slitaz-release Sun Mar 19 10:00:19 2017 +0000 @@ -1,7 +1,7 @@ #!/bin/sh # # slitaz-release - SliTaz stable and cooking release helper. The script -# will check hostname to handle host specifics release tasks (tank, pangolin, +# will check hostname to handle host specific release tasks (tank, pangolin, # mirror, local) # # Copyright (C) 2017 SliTaz GNU/Linux - BSD License @@ -58,17 +58,17 @@ esac # -# Handle host specifics task +# Handle host specific tasks # case "$(hostname)" in tank) - # Build host with chroots and builded ISO's + # Build host with chroots and built ISOs slitaz="/home/slitaz" ;; mirror) - # Host packages and official ISO's + # Host packages and official ISOs packages="" ;; @@ -115,8 +115,8 @@ check_string "slitaz-doc should provide relnotes and be tagged" # wok: the current cooking wok will be copied to wok-stable on - # Hg server and then it will continue it own life with security updates. - # Tagging the wok let us have the initial state of the new release. + # Hg server and then it will continue its own life with security updates. + # Tagging the wok lets us have the initial state of the new release. title "Checking repo: wok" cd $local_repos/wok slitaz_release=$(hg parents --template '{latesttag}')