slitaz-dev-tools rev 294

slitaz-release: tiny edits
author Paul Issott <paul@slitaz.org>
date Sun Mar 19 10:00:19 2017 +0000 (2017-03-19)
parents 29b50f284008
children 0f84a16feb0f
files slitaz-release/README slitaz-release/slitaz-release
line diff
     1.1 --- a/slitaz-release/README	Sun Mar 19 08:50:48 2017 +0000
     1.2 +++ b/slitaz-release/README	Sun Mar 19 10:00:19 2017 +0000
     1.3 @@ -3,18 +3,18 @@
     1.4  Doc: http://www.slitaz.org/en/devel/release.php
     1.5  
     1.6  
     1.7 -The slitaz-release script is designed to help SliTaz releases process on
     1.8 -all hosts: tank, pangolin, mirror and localy. 
     1.9 +The slitaz-release script is designed to help SliTaz release processes on
    1.10 +all hosts: tank, pangolin, mirror and locally. 
    1.11  
    1.12  
    1.13 -	* Localy it will check release string into slitaz-base-files, the wok
    1.14 +	* Locally it will check release strings in slitaz-base-files, the wok
    1.15  	  and slitaz-doc repos as well as isolinux.cfg in syslinux package
    1.16  	
    1.17 -	* On tank it will check for build chroot and ISO's
    1.18 +	* On tank it will check for build chroot and ISOs
    1.19  	
    1.20 -	* On Pangolin it will check for wok-stable and wok latest Hg tag
    1.21 +	* On Pangolin it will check for wok-stable and wok latest Hg tags
    1.22  	
    1.23 -	* On mirror it will check for packages/[version] and uploaded ISO's
    1.24 +	* On mirror it will check for packages/[version] and uploaded ISOs
    1.25  
    1.26  
    1.27  Examples:
     2.1 --- a/slitaz-release/slitaz-release	Sun Mar 19 08:50:48 2017 +0000
     2.2 +++ b/slitaz-release/slitaz-release	Sun Mar 19 10:00:19 2017 +0000
     2.3 @@ -1,7 +1,7 @@
     2.4  #!/bin/sh
     2.5  #
     2.6  # slitaz-release - SliTaz stable and cooking release helper. The script
     2.7 -# will check hostname to handle host specifics release tasks (tank, pangolin,
     2.8 +# will check hostname to handle host specific release tasks (tank, pangolin,
     2.9  # mirror, local)
    2.10  #
    2.11  # Copyright (C) 2017 SliTaz GNU/Linux - BSD License
    2.12 @@ -58,17 +58,17 @@
    2.13  esac
    2.14  
    2.15  #
    2.16 -# Handle host specifics task
    2.17 +# Handle host specific tasks
    2.18  #
    2.19  case "$(hostname)" in
    2.20  
    2.21  	tank) 
    2.22 -		# Build host with chroots and builded ISO's
    2.23 +		# Build host with chroots and built ISOs
    2.24  		slitaz="/home/slitaz"
    2.25  		;;
    2.26  	
    2.27  	mirror) 
    2.28 -		# Host packages and official ISO's
    2.29 +		# Host packages and official ISOs
    2.30  		packages=""
    2.31  		;;
    2.32  	
    2.33 @@ -115,8 +115,8 @@
    2.34  		check_string "slitaz-doc should provide relnotes and be tagged"
    2.35  		
    2.36  		# wok: the current cooking wok will be copied to wok-stable on
    2.37 -		# Hg server and then it will continue it own life with security updates.
    2.38 -		# Tagging the wok let us have the initial state of the new release.
    2.39 +		# Hg server and then it will continue its own life with security updates.
    2.40 +		# Tagging the wok lets us have the initial state of the new release.
    2.41  		title "Checking repo: wok" 
    2.42  		cd $local_repos/wok
    2.43  		slitaz_release=$(hg parents --template '{latesttag}')