summaryrefslogtreecommitdiffstats
path: root/utils/common/deploy-rbutil.py
AgeCommit message (Collapse)AuthorFilesLines
2022-02-28rbutil: Replace deploy with tarball script.Dominik Riebeling1-88/+0
The old deployment script doesn't work anymore due to the change to cmake, and since we build the distribution packages (zip / dmg / AppImage) with cmake directly there's not much need left for the old deployment. Change-Id: Ide20887c5bc2e22aabbfb47374d70529609fbc3c
2020-11-22deploy: Update sources list for Rockbox Utility.Dominik Riebeling1-0/+2
Change-Id: If23a2ee8056b124500e385a9d973dfbddbc32e02
2020-06-13deploy: Support Python3.Dominik Riebeling1-3/+6
Change-Id: Iff92a1f6a918f7da80f26f1a9ca02a6f6f082b7d
2020-06-13deploy: Fix various style issues.Dominik Riebeling1-25/+25
Fix various pylint issues and some python3 compatibility. Change-Id: I2c35ccc5ad2d0902c229f9de57912cf6d5a83ece
2019-11-10rbutil: include nwztools source in release tarballFranklin Wei1-0/+1
Change-Id: Ic6d998441fb532a914eea2838fdc0d196f930bb2
2012-04-25Add codecs to librbcodec.Sean Bartell1-1/+1
Change-Id: Id7f4717d51ed02d67cb9f9cb3c0ada4a81843f97 Reviewed-on: http://gerrit.rockbox.org/137 Reviewed-by: Nils Wallménius <nils@rockbox.org> Tested-by: Nils Wallménius <nils@rockbox.org>
2012-03-06Correctly insert build ID.Dominik Riebeling1-1/+1
Change-Id: I35a85ffd78bd0a56a31d6ba0abbd6102727155d4
2012-03-06Rockbox Utility: add "revision" information back.Dominik Riebeling1-2/+2
Add a revision-like information and make deploy.py replace it with the git hash. Change-Id: Ic88ad0b2af255e76a7129a6a5cf52663b868fd32
2012-01-05Rockbox Utility: add missing folder to deployment script.Dominik Riebeling1-0/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31584 a1c6a512-1295-4272-9138-f99709370657
2011-10-19Rockbox Utility now requires voice-corrections.txt.Dominik Riebeling1-0/+1
Add to deployment configuration to make it work again. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30809 a1c6a512-1295-4272-9138-f99709370657
2011-06-04Move various logo files to a single location.Dominik Riebeling1-0/+1
Introduce a new folder that will hold the original files for various variants of the Rockbox logo. The "Rb" variant of the icon (used in the Rockbox Utility icon on Windows) has been missing from svn. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29960 a1c6a512-1295-4272-9138-f99709370657
2011-05-05deploy.py: support adding a build id.Dominik Riebeling1-2/+3
Add support for passing and injecting a build ID to the souces prior to compiling. Allows to easily create rebuilds of Rockbox Utility without creating false positives on update detection. Fix a typo in version.h. Thanks to sideral for noting. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29825 a1c6a512-1295-4272-9138-f99709370657
2011-04-30Rockbox Utility deployment: insert revision into OS X' Info.plist too.Dominik Riebeling1-1/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29800 a1c6a512-1295-4272-9138-f99709370657
2011-04-22Correct revision replacement string gotten replaced by svn itself.Dominik Riebeling1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29766 a1c6a512-1295-4272-9138-f99709370657
2011-04-06deploy.py: insert version number into sources.Dominik Riebeling1-1/+3
After downloading the sources insert the number of the revision checked out into the code. Results in the Rockbox Utility about dialog showing the actual revision instead of the one of the last change to version.h. Only applied when building from trunk for now. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29684 a1c6a512-1295-4272-9138-f99709370657
2011-03-07Fix cross compiling on Linux: Python uses "linux2" as platform name.Dominik Riebeling1-3/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29539 a1c6a512-1295-4272-9138-f99709370657
2011-03-06Support cross compiling for Windows target.Dominik Riebeling1-15/+21
Restructure deploy.py by moving the platform decisions out of the calling scripts. This is necessary when cross compiling since this is only decided in deploy.py. Add support for passing a cross compiler prefix on the command line and always build targeting Windows if set. Correct some whitespace errors and long lines while at it. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29531 a1c6a512-1295-4272-9138-f99709370657
2010-09-04Remove duplicated license file.Dominik Riebeling1-0/+1
Remove the plain text license file below the rbutilqt folder and move the HTML variant to the top-level docs folder. It's all GPL, so there's no need to duplicate those files. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27996 a1c6a512-1295-4272-9138-f99709370657
2010-07-28Add deployment script for Theme Editor.Dominik Riebeling1-0/+68
Also move scripts to utils folder, in preparation of merging rbutil and utils folders. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27600 a1c6a512-1295-4272-9138-f99709370657