summaryrefslogtreecommitdiff
path: root/tools/release (follow)
Commit message (Collapse)AuthorAge
* Sansa c200v2 is now unstable and no longer needs special consideration for ↵Michael Chicoine2010-08-31
| | | | | | sim builds git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27961 a1c6a512-1295-4272-9138-f99709370657
* Typo fix by Rafaël CarréBjörn Stenberg2010-06-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26539 a1c6a512-1295-4272-9138-f99709370657
* bins.pl script: don't hide errors, they might be usefulRafaël Carré2010-06-03
| | | | | | | | Don't use make -j as it uses an unlimited number of jobs and can severely slow down machines and/or make the build fail if processes can't be created git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26533 a1c6a512-1295-4272-9138-f99709370657
* Fix voice and manual build scripts even moreFrank Gevaerts2010-06-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26531 a1c6a512-1295-4272-9138-f99709370657
* Fix voice and manual build scriptsFrank Gevaerts2010-06-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26528 a1c6a512-1295-4272-9138-f99709370657
* Half-fix voice and manual build scriptsFrank Gevaerts2010-06-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26523 a1c6a512-1295-4272-9138-f99709370657
* Remove old, outdated rbutil tarball creation script.Dominik Riebeling2010-01-31
| | | | | | | Creating the rbutil tarball is now done by deploy-release.py which is also up to date with recent changes. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24417 a1c6a512-1295-4272-9138-f99709370657
* Fix bins.pl to use the gloabl builds.pm listingJonathan Gordon2010-01-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24345 a1c6a512-1295-4272-9138-f99709370657
* Get sims.pl working again after target renameMichael Chicoine2009-12-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23923 a1c6a512-1295-4272-9138-f99709370657
* Rename targets to be consistent in all places. (FS #10819). Take 2.Björn Stenberg2009-12-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23883 a1c6a512-1295-4272-9138-f99709370657
* sims.pl - Do not create zip if build fails. This should prevent working ↵Michael Chicoine2009-12-03
| | | | | | simulator builds being overwritten by failed builds when uploaded to the hosting server. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23827 a1c6a512-1295-4272-9138-f99709370657
* Correct target id for Samsung YH*Michael Chicoine2009-11-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23602 a1c6a512-1295-4272-9138-f99709370657
* OndaVX777 sim now builds so add it back to the list of sims.Michael Chicoine2009-11-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23469 a1c6a512-1295-4272-9138-f99709370657
* Add the Lyre Mini2440 to the list of sims. Remove ifp-7xx and Ondavx777.Jonas Häggqvist2009-10-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23429 a1c6a512-1295-4272-9138-f99709370657
* Don't rely on {} expansion since not all shells have that.Jonas Häggqvist2009-10-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23375 a1c6a512-1295-4272-9138-f99709370657
* Copy SDL.dll from the SDL dir which was used, rather than relying on PATH.Jonas Häggqvist2009-10-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23374 a1c6a512-1295-4272-9138-f99709370657
* Adapt to the new method of building w32 sims (adds a -w flag).Jonas Häggqvist2009-10-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23373 a1c6a512-1295-4272-9138-f99709370657
* Rockbox Utility now uses the ucl sources so include them in the tarball.Dominik Riebeling2009-10-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22900 a1c6a512-1295-4272-9138-f99709370657
* Add the Onda 777 to the simulators list.Jonas Häggqvist2009-09-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22590 a1c6a512-1295-4272-9138-f99709370657
* Add some more sims that actually compileJonas Häggqvist2009-07-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21786 a1c6a512-1295-4272-9138-f99709370657
* A script to create a source tarball of rbutil. Does a complete checkout and ↵Jonas Häggqvist2009-06-29
| | | | | | removes everything that isn't needed. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21571 a1c6a512-1295-4272-9138-f99709370657
* Add the Onda V747 and V747+ sim builds as well.Jonas Häggqvist2009-06-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21385 a1c6a512-1295-4272-9138-f99709370657
* Add some more sims, and fix a bug which would make it also build c200 if you ↵Jonas Häggqvist2009-06-20
| | | | | | asked for c200v2. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21383 a1c6a512-1295-4272-9138-f99709370657
* s/echo -e/printf to make it run more portablyDaniel Stenberg2009-06-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21338 a1c6a512-1295-4272-9138-f99709370657
* 1) use buildv- as prefix for the dirs this creates while building so that itDaniel Stenberg2009-06-18
| | | | | | | | | | | won't conflict if running in parallel with the other builds scripts 2) mkdir the pool directory as well, to prevent me from doing this same mistake every single release where I discover that the voice builds take ages until I remember to create the pool! git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21337 a1c6a512-1295-4272-9138-f99709370657
* avoid echo -e and use printf insteadDaniel Stenberg2009-06-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21170 a1c6a512-1295-4272-9138-f99709370657
* Add some more possible sim targets and remove the memory-size variants.Jonas Häggqvist2009-04-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20615 a1c6a512-1295-4272-9138-f99709370657
* Remove some more debug output. Add an option to strip binaries. Fix quoting ↵Jonas Häggqvist2009-03-07
| | | | | | at the zip stage. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20225 a1c6a512-1295-4272-9138-f99709370657
* "Commit" the deleted file...Jonas Häggqvist2009-03-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20220 a1c6a512-1295-4272-9138-f99709370657
* Don't skip the cleanup I commented out for debugging and build all targets ↵Jonas Häggqvist2009-03-06
| | | | | | if no specific targets are specified. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20216 a1c6a512-1295-4272-9138-f99709370657
* Smarten up the w32sims.pl script and rename it to sims.pl, since it does all ↵Jonas Häggqvist2009-03-06
| | | | | | sorts of sims now. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20215 a1c6a512-1295-4272-9138-f99709370657
* First version of script to build crosscompiled Windows sims. Basically aJonas Häggqvist2008-10-29
| | | | | | | | | copy of bins.pl, with some improved argument handling, to enable using the same script for building daily sims and release sims. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18908 a1c6a512-1295-4272-9138-f99709370657
* This is my initial commit of the scripts I used to make the 3.0 releaseDaniel Stenberg2008-10-14
| | | | | | | files. The README contains some initial docs, plans and current status. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18812 a1c6a512-1295-4272-9138-f99709370657
* kill the release script and build tarball from *everything* in SVN...Daniel Stenberg2008-03-26
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16818 a1c6a512-1295-4272-9138-f99709370657
* Use the svn revision number for version information too, version string is ↵Dominik Riebeling2007-01-22
| | | | | | now "r<revision>-<builddate> unless there is a static version file (e.g. created by tools/release). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12090 a1c6a512-1295-4272-9138-f99709370657
* allow find to follow symbolic links (mostly since the server is using thatDaniel Stenberg2007-01-16
| | | | | | | a lot) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12032 a1c6a512-1295-4272-9138-f99709370657
* now only make bz2 archives, and rely on it being a GNU tar since we use theDaniel Stenberg2006-10-17
| | | | | | | -j option for it git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11241 a1c6a512-1295-4272-9138-f99709370657
* hush you little scriptDaniel Stenberg2006-03-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9095 a1c6a512-1295-4272-9138-f99709370657
* build a tar.bz2 file as well at it compresses a lot better than tar.gzDaniel Stenberg2006-03-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8909 a1c6a512-1295-4272-9138-f99709370657
* allow commented lines in FILESDaniel Stenberg2002-05-29
| | | | | | | generate the apps/version.h version define properly git-svn-id: svn://svn.rockbox.org/rockbox/trunk@793 a1c6a512-1295-4272-9138-f99709370657
* this script builds release tarballs, pass a version number as argument,Daniel Stenberg2002-05-27
make sure the FILES file include all files to include! git-svn-id: svn://svn.rockbox.org/rockbox/trunk@740 a1c6a512-1295-4272-9138-f99709370657