slitaz-forge rev 646

Add roadmap for 6.0 (use it to add latest needed tasks)
author Christophe Lincoln <pankso@slitaz.org>
date Thu Feb 16 23:55:38 2017 +0100 (2017-02-16)
parents 14bba9bfd7e5
children aa5cdb6ec6b9
files roadmap/releases/5.0/cpu-freqscaling.conf roadmap/releases/5.0/new-cooking.conf roadmap/releases/6.0/goals.html roadmap/releases/6.0/rc-series.conf roadmap/releases/6.0/relnotes.conf roadmap/roadmap.cgi
line diff
     1.1 --- a/roadmap/releases/5.0/cpu-freqscaling.conf	Sun Feb 12 12:38:04 2017 +0100
     1.2 +++ b/roadmap/releases/5.0/cpu-freqscaling.conf	Thu Feb 16 23:55:38 2017 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz task
     1.5  
     1.6  TASK="Have CPU freq scaling working"
     1.7 -STATUS="TODO"
     1.8 +STATUS="DONE"
     1.9  PRIORITY="2"
    1.10  PEOPLE="All"
    1.11  WIKI=""
     2.1 --- a/roadmap/releases/5.0/new-cooking.conf	Sun Feb 12 12:38:04 2017 +0100
     2.2 +++ b/roadmap/releases/5.0/new-cooking.conf	Thu Feb 16 23:55:38 2017 +0100
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz task
     2.5  
     2.6  TASK="Publish a new Cooking and RCs"
     2.7 -STATUS="TODO"
     2.8 +STATUS="DONE"
     2.9  PRIORITY="1"
    2.10  PEOPLE="All"
    2.11  WIKI=""
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/roadmap/releases/6.0/goals.html	Thu Feb 16 23:55:38 2017 +0100
     3.3 @@ -0,0 +1,8 @@
     3.4 +
     3.5 +<h3>Goals</h3>
     3.6 +
     3.7 +<p>
     3.8 +	Release 6.0 in 2017 - Overall improvment and polishment. Bunch of
     3.9 +	home made features and tools such as TazPanel, Cookutils, Tazbox.
    3.10 +</p>
    3.11 +
     4.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.2 +++ b/roadmap/releases/6.0/rc-series.conf	Thu Feb 16 23:55:38 2017 +0100
     4.3 @@ -0,0 +1,10 @@
     4.4 +# SliTaz task
     4.5 +
     4.6 +TASK="Publish a new Cooking and RCs"
     4.7 +STATUS="TODO"
     4.8 +PRIORITY="1"
     4.9 +PEOPLE="All"
    4.10 +WIKI=""
    4.11 +BUGS=""
    4.12 +
    4.13 +DESC="Publish new RC's then fix latest bugs then go for stable 6.0"
     5.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     5.2 +++ b/roadmap/releases/6.0/relnotes.conf	Thu Feb 16 23:55:38 2017 +0100
     5.3 @@ -0,0 +1,11 @@
     5.4 +# SliTaz task
     5.5 +
     5.6 +TASK="Publish a new Cooking and RCs"
     5.7 +STATUS="TODO"
     5.8 +PRIORITY="2"
     5.9 +PEOPLE="All"
    5.10 +WIKI=""
    5.11 +BUGS=""
    5.12 +
    5.13 +DESC="Write the release notes for stable 6.0 on the wiki first then in
    5.14 +static HTML to be include in slitaz-doc package."
     6.1 --- a/roadmap/roadmap.cgi	Sun Feb 12 12:38:04 2017 +0100
     6.2 +++ b/roadmap/roadmap.cgi	Thu Feb 16 23:55:38 2017 +0100
     6.3 @@ -1,10 +1,10 @@
     6.4  #!/bin/sh
     6.5  #
     6.6 -. /usr/lib/slitaz/httphelper
     6.7 +. /usr/lib/slitaz/httphelper.sh
     6.8  header
     6.9  
    6.10  # Default to next stable release.
    6.11 -rel="5.0"
    6.12 +rel="6.0"
    6.13  [ -n "$(GET release)" ] && rel="$(GET release)"
    6.14  taskdir="releases/$rel"
    6.15