index
:
rockbox
2048sp5
duke3d
master
puzzles
puzzlesmanual
quake5
wolf3d
working
xracer
My Rockbox tree
Franklin Wei
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
utils
/
common
/
deploy.py
(
unfollow
)
Commit message (
Expand
)
Author
2016-01-17
update deploy.py to recognize and use Qt5
Cástor Muñoz
2015-06-07
Append build date when building dev version from local foler.
Dominik Riebeling
2015-05-30
Make revision handling work when building from local folder.
Dominik Riebeling
2015-05-30
Fix path creation for zip file names in current folder.
Dominik Riebeling
2015-05-30
Update findversion for change version.h format.
Dominik Riebeling
2012-03-06
Correctly insert build ID.
Dominik Riebeling
2012-02-26
Append "64bit" only on 64bit binary.
Dominik Riebeling
2012-02-05
Update deployment script for git.
Dominik Riebeling
2011-08-14
Remove use of which.py module.
Dominik Riebeling
2011-05-08
Fix BUILDID getting appended even if not set.
Dominik Riebeling
2011-05-05
deploy.py: support adding a build id.
Dominik Riebeling
2011-04-06
deploy.py: insert version number into sources.
Dominik Riebeling
2011-03-06
Fix a potential variable problem. Change some messages a bit.
Dominik Riebeling
2011-03-06
Support cross compiling for Windows target.
Dominik Riebeling
2010-12-19
Use more than one core in deployment script.
Dominik Riebeling
2010-09-23
Fix matching of DLL name in deployment script.
Dominik Riebeling
2010-08-30
Support resolving of DLLs when running on Windows.
Dominik Riebeling
2010-08-09
deploy.py: Figure installer filename from NSIS script.
Dominik Riebeling
2010-08-08
Support running NSIS from deployment script.
Dominik Riebeling
2010-07-28
Correct OS X post-build bundle copying.
Dominik Riebeling
2010-07-28
Add deployment script for Theme Editor.
Dominik Riebeling
2010-07-28
Restructure and rename deploy-release.py.
Dominik Riebeling
2010-07-10
Generalize the application bundle copy workaround to simplify later reuse.
Dominik Riebeling
2010-06-23
Detect when building for 64bit Linux and adjust tarball name.
Dominik Riebeling
2010-06-11
deploy-release: Make upx part optional and disable it.
Dominik Riebeling
2010-06-08
Use program name variable instead of hardcoded name.
Dominik Riebeling
2010-03-31
Add build folder cleanup on build errors and add option to keep it.
Dominik Riebeling
2010-02-28
Rename Rockbox Utility output binary to RockboxUtility.
Dominik Riebeling
2010-01-24
Merge rbutil CREDITS file with main one and use that.
Dominik Riebeling
2009-11-29
Add support for OS X.
Dominik Riebeling
2009-11-20
Add docs/COPYING to rbutil source folder and make checkout slightly more robust.
Dominik Riebeling
2009-11-04
Use mingw32-make when deploy-building on Windows / MinGW as make might not be...
Dominik Riebeling
2009-10-30
Catch import errors for modules that are not part of python.
Dominik Riebeling
2009-10-30
Building Rockbox Utility now also needs telechips.[ch].
Dominik Riebeling
2009-10-22
Add simple progress indicator when building.
Dominik Riebeling
2009-10-05
Add some more options to rbutil deploy script.
Dominik Riebeling
2009-10-04
Add command line option for adding additional files to the build folder.
Dominik Riebeling
2009-10-04
Rework rbutil deployment script.
Dominik Riebeling
2009-10-03
Add command line option to specify project file for deploying out-of-tree.
Dominik Riebeling
2009-10-03
Handle which not returning anything when searching for qmake.
Dominik Riebeling
2009-10-03
Refactor rbutil deploy script.
Dominik Riebeling
2009-09-20
Substract the correct number of minutes when calculating the durations second...
Dominik Riebeling
2009-09-20
Fix short version of qmake command option. Add display of building time.
Dominik Riebeling
2009-08-15
Set svn:executable property.
Dominik Riebeling
2009-06-18
Initial script to automate rbutil release builds.
Dominik Riebeling