slitaz-dev-tools diff slitaz-release/README @ rev 291

Add: slitaz-release (A hellper script to release SliTaz stable :-)
author Christophe Lincoln <pankso@slitaz.org>
date Sun Mar 19 03:23:21 2017 +0100 (2017-03-19)
parents
children f369836fad7e
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/slitaz-release/README	Sun Mar 19 03:23:21 2017 +0100
     1.3 @@ -0,0 +1,24 @@
     1.4 +slitaz-release - SliTaz stable and cooking release helper
     1.5 +================================================================================
     1.6 +Doc: http://www.slitaz.org/en/devel/release.php
     1.7 +
     1.8 +
     1.9 +The slitaz-release script is designed to help SliTaz releases process on
    1.10 +all hosts: tank, pangolin, mirror and localy. 
    1.11 +
    1.12 +
    1.13 +	* Localy it will check release string into slitaz-base-files, the wok
    1.14 +	  and slitaz-doc repos as well as isolinux.cfg in syslinux package
    1.15 +	
    1.16 +	* On tank it will check for build chroot and ISO's
    1.17 +	
    1.18 +	* On Pangolin it will check for wok-stable and wok latest Hg tag
    1.19 +	
    1.20 +	* On mirror it will check for packages/[version] and uploaded ISO's
    1.21 +
    1.22 +
    1.23 +Examples:
    1.24 +
    1.25 +	# slitaz-release 5.0
    1.26 +	# slitaz-release 6.0 /path/to/local/repos
    1.27 +