summaryrefslogtreecommitdiffstats
path: root/tools/release
AgeCommit message (Collapse)AuthorFilesLines
23 hoursrelease: Revamp release scriptsSolomon Peachy5-118/+114
Covers bins, voices, manuals, fonts, and source tarballs. Only thing remaining is build-info integration Change-Id: I3a93fd87bbeb725fc8e1b38c5787e33fa00f3f37
2019-11-15Bump versions for 3.15.Franklin Wei3-3/+3
Change-Id: Iecea72d420ded89023798e6d613cba1413adec73
2018-07-28Add cleaned-up xDuoo X3 supportSolomon Peachy1-0/+1
Cleaned up, rebased, and forward-ported from the xvortex fork. (original credit to vsoftster@gmail.com) Change-Id: Ibcc023a0271ea81e901450a88317708c2683236d Signed-off-by: Solomon Peachy <pizza@shaftnet.org>
2017-04-30Actually bump version to 3.14Franklin Wei3-3/+3
This reverts commit e59197f07869d63bfc90dbce000d6af9c0fb73de.
2017-04-30Revert "Bump version to 3.14"Franklin Wei3-3/+3
This reverts commit 42115ffab8c36ee9f1dead8f20a6da93bb7298db.
2017-04-30Bump version to 3.14Franklin Wei3-3/+3
Change-Id: I839e90638d55782d0ce330808051842de581a0bd
2016-05-13configure: statically link sdl on win32 cross compileAmaury Pouly1-11/+0
Change-Id: If9115da0470e2c301589329af67433f7260d24d3
2015-01-03Multiple variables for 'my' need to be in parenthesisThomas Jarosch1-1/+1
perl -wc reported: Parentheses missing around "my" list at sims.pl line 9. Useless use of a variable in void context at sims.pl line 9. Useless use of a variable in void context at sims.pl line 9. Useless use of a variable in void context at sims.pl line 9. Useless use of a variable in void context at sims.pl line 9. Name "main::doonly" used only once: possible typo at sims.pl line 9. -> now it's happy. Change-Id: I3b3685d6918ddb77e47c58bade931897075c6e04
2015-01-03Don't build sims twiceThomas Jarosch1-3/+0
Some of those builds are already in the 'builds' list. Change-Id: I6985702d50ff00e166463384d78f823f6fad9873
2013-11-13sims.pl: add a few unusable targetsAmaury Pouly1-0/+3
Change-Id: I97ab208446c3df5327aa287edb5940aa59908260
2013-09-29Add some unstable targest to "sim release"Amaury Pouly1-0/+5
Change-Id: Ie8e3848063dc49004fa68719e031a4950f059033
2012-04-12Add new tarball generation script.Dominik Riebeling1-34/+0
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-07Bump version numbers for 3.11.1Frank Gevaerts3-3/+3
Change-Id: I98c904b1d5e5c80c21d8a08b5413cd1e7f70bff2
2011-12-07Pass VERSION to *all* make invocations in release scriptsFrank Gevaerts3-6/+6
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31166 a1c6a512-1295-4272-9138-f99709370657
2011-02-20Also build and keep elfs zip file for the release.Alex Parker1-0/+7
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29362 a1c6a512-1295-4272-9138-f99709370657
2011-02-20* Keep the map files instead of building then throwing them away in the ↵Alex Parker1-1/+5
release script. * Pass the release version to make in the release script instead of having to remember to hack up version.sh in the release branch. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29358 a1c6a512-1295-4272-9138-f99709370657
2010-08-31Sansa c200v2 is now unstable and no longer needs special consideration for ↵Michael Chicoine1-1/+0
sim builds git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27961 a1c6a512-1295-4272-9138-f99709370657
2010-06-04Typo fix by Rafaël CarréBjörn Stenberg1-2/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26539 a1c6a512-1295-4272-9138-f99709370657
2010-06-03bins.pl script: don't hide errors, they might be usefulRafaël Carré1-5/+5
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
2010-06-03Fix voice and manual build scripts even moreFrank Gevaerts2-2/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26531 a1c6a512-1295-4272-9138-f99709370657
2010-06-03Fix voice and manual build scriptsFrank Gevaerts2-2/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26528 a1c6a512-1295-4272-9138-f99709370657
2010-06-03Half-fix voice and manual build scriptsFrank Gevaerts2-0/+4
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26523 a1c6a512-1295-4272-9138-f99709370657
2010-01-31Remove old, outdated rbutil tarball creation script.Dominik Riebeling1-37/+0
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
2010-01-27Fix bins.pl to use the gloabl builds.pm listingJonathan Gordon1-1/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24345 a1c6a512-1295-4272-9138-f99709370657
2009-12-10Get sims.pl working again after target renameMichael Chicoine1-55/+37
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23923 a1c6a512-1295-4272-9138-f99709370657
2009-12-07Rename targets to be consistent in all places. (FS #10819). Take 2.Björn Stenberg4-101/+31
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23883 a1c6a512-1295-4272-9138-f99709370657
2009-12-03sims.pl - Do not create zip if build fails. This should prevent working ↵Michael Chicoine1-0/+10
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
2009-11-10Correct target id for Samsung YH*Michael Chicoine1-3/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23602 a1c6a512-1295-4272-9138-f99709370657
2009-11-01OndaVX777 sim now builds so add it back to the list of sims.Michael Chicoine1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23469 a1c6a512-1295-4272-9138-f99709370657
2009-10-30Add the Lyre Mini2440 to the list of sims. Remove ifp-7xx and Ondavx777.Jonas Häggqvist1-2/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23429 a1c6a512-1295-4272-9138-f99709370657
2009-10-27Don't rely on {} expansion since not all shells have that.Jonas Häggqvist1-1/+5
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23375 a1c6a512-1295-4272-9138-f99709370657
2009-10-27Copy SDL.dll from the SDL dir which was used, rather than relying on PATH.Jonas Häggqvist1-2/+9
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23374 a1c6a512-1295-4272-9138-f99709370657
2009-10-27Adapt to the new method of building w32 sims (adds a -w flag).Jonas Häggqvist1-3/+14
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23373 a1c6a512-1295-4272-9138-f99709370657
2009-10-03Rockbox Utility now uses the ucl sources so include them in the tarball.Dominik Riebeling1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22900 a1c6a512-1295-4272-9138-f99709370657
2009-09-01Add the Onda 777 to the simulators list.Jonas Häggqvist1-0/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22590 a1c6a512-1295-4272-9138-f99709370657
2009-07-11Add some more sims that actually compileJonas Häggqvist1-1/+4
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21786 a1c6a512-1295-4272-9138-f99709370657
2009-06-29A script to create a source tarball of rbutil. Does a complete checkout and ↵Jonas Häggqvist1-0/+37
removes everything that isn't needed. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21571 a1c6a512-1295-4272-9138-f99709370657
2009-06-20Add the Onda V747 and V747+ sim builds as well.Jonas Häggqvist1-0/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21385 a1c6a512-1295-4272-9138-f99709370657
2009-06-20Add some more sims, and fix a bug which would make it also build c200 if you ↵Jonas Häggqvist1-1/+6
asked for c200v2. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21383 a1c6a512-1295-4272-9138-f99709370657
2009-06-18s/echo -e/printf to make it run more portablyDaniel Stenberg3-3/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21338 a1c6a512-1295-4272-9138-f99709370657
2009-06-181) use buildv- as prefix for the dirs this creates while building so that itDaniel Stenberg1-8/+12
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
2009-06-02avoid echo -e and use printf insteadDaniel Stenberg1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21170 a1c6a512-1295-4272-9138-f99709370657
2009-04-04Add some more possible sim targets and remove the memory-size variants.Jonas Häggqvist1-3/+10
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20615 a1c6a512-1295-4272-9138-f99709370657
2009-03-07Remove some more debug output. Add an option to strip binaries. Fix quoting ↵Jonas Häggqvist1-8/+24
at the zip stage. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20225 a1c6a512-1295-4272-9138-f99709370657
2009-03-06"Commit" the deleted file...Jonas Häggqvist1-144/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20220 a1c6a512-1295-4272-9138-f99709370657
2009-03-06Don't skip the cleanup I commented out for debugging and build all targets ↵Jonas Häggqvist1-2/+2
if no specific targets are specified. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20216 a1c6a512-1295-4272-9138-f99709370657
2009-03-06Smarten up the w32sims.pl script and rename it to sims.pl, since it does all ↵Jonas Häggqvist1-0/+183
sorts of sims now. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20215 a1c6a512-1295-4272-9138-f99709370657
2008-10-29First version of script to build crosscompiled Windows sims. Basically aJonas Häggqvist1-0/+144
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
2008-10-14This is my initial commit of the scripts I used to make the 3.0 releaseDaniel Stenberg5-0/+435
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
2008-03-26kill the release script and build tarball from *everything* in SVN...Daniel Stenberg1-115/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16818 a1c6a512-1295-4272-9138-f99709370657