slitaz-dev-tools diff slitaz-release/slitaz-release @ rev 295

Fix to slitaz-release and improve tazcraft (work in progress, to be continued in it's own repo)
author Christophe Lincoln <pankso@slitaz.org>
date Sun Mar 19 17:36:55 2017 +0100 (2017-03-19)
parents f369836fad7e
children af10ffa04919
line diff
     1.1 --- a/slitaz-release/slitaz-release	Sun Mar 19 10:00:19 2017 +0000
     1.2 +++ b/slitaz-release/slitaz-release	Sun Mar 19 17:36:55 2017 +0100
     1.3 @@ -54,6 +54,10 @@
     1.4  # Handle commands
     1.5  #
     1.6  case "$1" in
     1.7 +
     1.8 +	info)
     1.9 +		echo -n "Hostname:"; hostname ;;
    1.10 +		
    1.11  	"") help; exit 0 ;;
    1.12  esac
    1.13  
    1.14 @@ -86,7 +90,9 @@
    1.15  		title "Checking repo: wok"
    1.16  		cd $repos/wok; hg up
    1.17  		slitaz_release=$(hg parents --template '{latesttag}')
    1.18 -		check_string "cooking wok is not yet ready to be copied" ;;
    1.19 +		check_string "cooking wok is not yet ready to be copied" 
    1.20 +		
    1.21 +		newline ;;
    1.22  	
    1.23  	*)
    1.24  		# Local Hg repos: set stable string and Hg tags