website rev 193

en: Add release-tasks.txt to Ckbk
author Paul Issott <paul@slitaz.org>
date Sun Nov 23 14:10:22 2008 +0000 (2008-11-23)
parents d1f63c741fd2
children 10a0ba328e1f
files en/doc/cookbook/index.html en/doc/cookbook/release-tasks.txt
line diff
     1.1 --- a/en/doc/cookbook/index.html	Sun Nov 16 17:34:37 2008 +0000
     1.2 +++ b/en/doc/cookbook/index.html	Sun Nov 23 14:10:22 2008 +0000
     1.3 @@ -34,11 +34,10 @@
     1.4  <ul>
     1.5  	<li><a href="wok-tools.html">Wok &amp; Tools.</a> - SliTaz Package Tools.</li>
     1.6  	<li><a href="receipts.html">Receipts.</a> - Receipts for creating SliTaz packages.</li>
     1.7 -	<li><a href="../manuals/tazwok.en.html">Tazwok manual.</a> - Manual for compiling &amp; generating packages for SliTaz.</li>
     1.8  	<li><a href="rootcd.html">Root cdrom (rootcd).</a> - Descriptions of files contained on the cdrom.</li>
     1.9  	<li><a href="boot-scripts.html">Boot Scripts.</a> - The startup and shutdown scripts.</li>
    1.10  	<li><a href="slitaz-tools.html">SliTaz Tools.</a> - The Toolbox.</li>
    1.11 -	
    1.12 +	<li><a href="release-tasks.txt">release-tasks.txt.</a> - List of things to do before publishing a new version (Cooking or stable).</li>
    1.13  </ul>
    1.14  
    1.15  <h3>About this Cookbook</h3>
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/en/doc/cookbook/release-tasks.txt	Sun Nov 23 14:10:22 2008 +0000
     2.3 @@ -0,0 +1,39 @@
     2.4 + SliTaz Cookbook - LiveCD release tasks
     2.5 + ==============================================================================
     2.6 + Things to do before publishing a new version.
     2.7 +
     2.8 +  * Prepare the distribution tree and list of packages, generate a
     2.9 +    configuration file and then configure with Tazlito
    2.10 +    (tazlito gen-config && tazlito configure).
    2.11 +
    2.12 +  * Check the Window manager menus so that all applications are available
    2.13 +    and that the screen is properly configured (/usr/share/images). Note
    2.14 +    that the window manager menu is installed by SliTaz tools.
    2.15 +
    2.16 +  * Add the user hacker, with the addhacker script, copy files from addfiles/ 
    2.17 +    and use examples from system tools (slitaz-tools).
    2.18 +
    2.19 +  * Check that the SliTaz version specified in /etc/issue message is 
    2.20 +    the same as displayed in the isolinux.msg file and the Tazpkg mirror
    2.21 +    configuration file /var/lib/tazpkg/mirror.
    2.22 +
    2.23 +  * Edit the isolinux.msg file to change the date of publication/version
    2.24 +    and check it's in agreement with /etc/issue.
    2.25 +
    2.26 +  * Chroot, in case we need to make any changes to rootfs. Note: we can 
    2.27 +    rebuild the system with 'tazlito gen-initso'.
    2.28 +
    2.29 +  * Add and check that documents and images are in the root of the CD - ie.
    2.30 +    README, index.html, style.css and the directory of images. All files are
    2.31 +    in the slitaz-tools archive; just copy the addfiles/ and        
    2.32 +    regenerate the ISO.
    2.33 +
    2.34 +  * Test, test, and test ...
    2.35 +
    2.36 +  * Prepare the website announcement and RSS feeds, update the Handbook
    2.37 +    if needed and change the TODO list on the developers Wiki.
    2.38 +
    2.39 + ==============================================================================
    2.40 +                                                                 www.slitaz.org
    2.41 +    
    2.42 +