summaryrefslogtreecommitdiffstats
path: root/utils/common
AgeCommit message (Expand)AuthorFilesLines
2020-07-26deploy: Simplify retrieving CPU count.Dominik Riebeling1-10/+5
2020-07-09Python3-related fixes in some of our scriptsSolomon Peachy1-1/+1
2020-06-13deploy: Support Python3.Dominik Riebeling3-23/+29
2020-06-13deploy: Fix various style issues.Dominik Riebeling5-130/+139
2020-06-13deploy: Add missing Windows system libraries to known list.Dominik Riebeling1-3/+18
2019-11-14deploy-rbutil.py: allow zipball building to proceed if no DLLs are foundFranklin Wei1-1/+1
2019-11-10rbutil: include nwztools source in release tarballFranklin Wei1-0/+1
2016-01-17update deploy.py to recognize and use Qt5Cástor Muñoz1-1/+1
2015-06-07Append build date when building dev version from local foler.Dominik Riebeling1-1/+2
2015-05-30Make revision handling work when building from local folder.Dominik Riebeling1-3/+2
2015-05-30Fix path creation for zip file names in current folder.Dominik Riebeling1-5/+1
2015-05-30Update findversion for change version.h format.Dominik Riebeling1-7/+6
2013-06-09Rework langstat.Dominik Riebeling1-2/+2
2013-03-05Make the tarball generation tool handle spaces in filenamesFrank Gevaerts1-1/+1
2012-05-14Fix a typo.Dominik Riebeling1-1/+1
2012-04-29gitscraper: Provide way to get timestamps for files.Dominik Riebeling1-7/+30
2012-04-25Add codecs to librbcodec.Sean Bartell1-1/+1
2012-04-22gitscraper: support Python3.Dominik Riebeling2-23/+23
2012-04-12Add new tarball generation script.Dominik Riebeling1-0/+30
2012-04-12gitscraper: support compressing the sources as 7z.Dominik Riebeling1-7/+28
2012-03-06Correctly insert build ID.Dominik Riebeling2-4/+7
2012-03-06Rockbox Utility: add "revision" information back.Dominik Riebeling1-2/+2
2012-02-26Append "64bit" only on 64bit binary.Dominik Riebeling1-3/+12
2012-02-06When writing data from repository open file as binary.Dominik Riebeling1-1/+1
2012-02-05Update deployment script for git.Dominik Riebeling1-40/+21
2012-02-05Python module to get (some) files from the repository.Dominik Riebeling1-0/+183
2012-01-05Rockbox Utility: add missing folder to deployment script.Dominik Riebeling1-0/+1
2011-10-19Rockbox Utility now requires voice-corrections.txt.Dominik Riebeling1-0/+1
2011-08-14Remove use of which.py module.Dominik Riebeling1-9/+12
2011-06-04Move various logo files to a single location.Dominik Riebeling1-0/+1
2011-05-08Fix BUILDID getting appended even if not set.Dominik Riebeling1-9/+9
2011-05-05deploy.py: support adding a build id.Dominik Riebeling2-20/+37
2011-04-30Rockbox Utility deployment: insert revision into OS X' Info.plist too.Dominik Riebeling1-1/+2
2011-04-22Correct revision replacement string gotten replaced by svn itself.Dominik Riebeling1-1/+1
2011-04-06deploy.py: insert version number into sources.Dominik Riebeling3-1/+20
2011-03-07Fix cross compiling on Linux: Python uses "linux2" as platform name.Dominik Riebeling2-6/+6
2011-03-06Fix a potential variable problem. Change some messages a bit.Dominik Riebeling1-8/+9
2011-03-06Support cross compiling for Windows target.Dominik Riebeling3-97/+119
2010-12-19Use more than one core in deployment script.Dominik Riebeling1-1/+12
2010-09-23Fix matching of DLL name in deployment script.Dominik Riebeling1-1/+1
2010-09-04Remove duplicated license file.Dominik Riebeling1-0/+1
2010-08-30Support resolving of DLLs when running on Windows.Dominik Riebeling1-13/+97
2010-08-09deploy.py: Figure installer filename from NSIS script.Dominik Riebeling2-3/+9
2010-08-08Support running NSIS from deployment script.Dominik Riebeling2-6/+40
2010-07-28Correct OS X post-build bundle copying.Dominik Riebeling1-2/+3
2010-07-28Add deployment script for Theme Editor.Dominik Riebeling3-0/+616