rockbox/tools/release
Dominik Riebeling 2aae745458 Add new tarball generation script.
The old script depended on svn. An earlier version of this script has already
been used in the 3.11. branch.

Change-Id: Id03abb8f7bd005ede343243194c4453f0b2e8943
2012-04-12 21:15:49 +02:00
..
bins.pl Bump version numbers for 3.11.1 2012-04-07 21:34:04 +02:00
manuals.pl Bump version numbers for 3.11.1 2012-04-07 21:34:04 +02:00
README This is my initial commit of the scripts I used to make the 3.0 release 2008-10-14 20:44:49 +00:00
sims.pl Sansa c200v2 is now unstable and no longer needs special consideration for sim builds 2010-08-31 23:31:58 +00:00
voices.pl Bump version numbers for 3.11.1 2012-04-07 21:34:04 +02:00

             __________               __   ___.
   Open      \______   \ ____   ____ |  | _\_ |__   _______  ___
   Source     |       _//  _ \_/ ___\|  |/ /| __ \ /  _ \  \/  /
   Jukebox    |    |   (  <_> )  \___|    < | \_\ (  <_> > <  <
   Firmware   |____|_  /\____/ \___  >__|_ \|___  /\____/__/\_ \
                     \/            \/     \/    \/            \/

 This directory contains useful scripts when creating and building
 releases. The plan is to hopefully create a single top-level script that will
 run everything needed to make a complete and full release and put all
 generated data into a separate output directory.

 NOTE that these scripts assume that you have the necessary compilers already
 present in your PATH.

 The scripts:

 bins.pl          Builds all the binary rockbox zip files.

 manuals.pl       Builds all manuals

 voices.pl        Builds all english voice files

 tarball.sh       Builds the source tarball


 STATUS

 All these scripts have a "version" variable at the top that needs editing and
 each of this script needs to be run at the source tree root to function. Most
 of them put their generated files in a subdir called 'output' which the
 scripts create.