This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#10278 - Update release building scripts to simplify releases
Attached to Project:
Rockbox
Opened by Jonathan Gordon (jdgordon) - Friday, 05 June 2009, 07:49 GMT+2
Opened by Jonathan Gordon (jdgordon) - Friday, 05 June 2009, 07:49 GMT+2
|
DetailsThe aim of this patch is to make releases as simple as possible... i.e the end goal would be to have someone run "$ ~/rockbox/tools/release/release.sh 3.3" and that would do everything except feed the cat...
the first version just modifies bins.pl to accept a version number which eventually gets passed to the Makefile and used in the source to set the version string in the source to "3.x-rBLAAA". This also defines RBRELEASE which can be used in the source to do stuff, for example, remove the debug menu in releases (if we decide to do that...) (RELEASE is defined in speex so had to add the RB prefix...) Also, this changes the way configure is run to use command line args instead of passing input to it which is Just Wrong (TM) :p |
This task depends upon