summaryrefslogtreecommitdiffstats
path: root/bin/update
Commit message (Expand)AuthorAgeFilesLines
* Make some scripts more portableIlmari Lauhakangas2021-08-203-3/+3
* Don't rely on Python's treatment of unrecognized escape sequencesMike Kaganski2020-07-131-1/+1
* Fix 'is' operator for comparisonJens Carl2019-11-241-1/+1
* updater: improve message for failed update generationMarkus Mohrhard2017-11-161-2/+2
* updater: make sure the target dir exists while writing update infoMarkus Mohrhard2017-09-281-2/+2
* fix the command line argument limit problem for incremental build generationMarkus Mohrhard2017-09-281-8/+9
* updater: move the update channel info from the config to versionrcMarkus Mohrhard2017-08-201-0/+23
* updater: another place needs to handle additional dir level on windowsMarkus Mohrhard2017-08-201-0/+2
* updater: replace whitespace in dir names and strip the extra win dir layerMarkus Mohrhard2017-08-201-1/+6
* updater: fix small python issueMarkus Mohrhard2017-08-061-1/+1
* updater: handle paths with spaces correctlyMarkus Mohrhard2017-08-061-3/+8
* Fix typos in codeAndrea Gelmini2017-08-061-1/+1
* updater: disable lang pack handling for windowsMarkus Mohrhard2017-08-051-3/+12
* updater: abort if there are not enough command line parametersMarkus Mohrhard2017-08-051-0/+1
* updater: convert to unix path in another placeMarkus Mohrhard2017-08-051-1/+2
* updater: get the partial update generation working on windowsMarkus Mohrhard2017-08-042-17/+21
* updater: handle windows path in cygwin correctlyMarkus Mohrhard2017-08-043-7/+25
* updater: check that access to mandatory externals is workingMarkus Mohrhard2017-08-042-0/+18
* updater: initial working on windows support for mar file generationMarkus Mohrhard2017-08-041-0/+4
* updater: expand ~ to $HOME in config path of uploader scriptMarkus Mohrhard2017-06-172-2/+3
* fix construction of directory pathMarkus Mohrhard2017-05-271-1/+1
* take the update server url from the configMarkus Mohrhard2017-05-192-1/+3
* fix errors in upload scriptsMarkus Mohrhard2017-05-192-3/+1
* integrate the partial update info into the uploaded infoMarkus Mohrhard2017-05-191-1/+8
* use file instead of complete for the key of the partial update infoMarkus Mohrhard2017-05-191-1/+1
* add missing fileMarkus Mohrhard2017-05-191-0/+52
* use the shared signing codeMarkus Mohrhard2017-05-191-5/+2
* simplify path handling in the updater scriptsMarkus Mohrhard2017-05-193-42/+45
* create valid partial language updates and write partial update infoMarkus Mohrhard2017-05-191-13/+37
* extract the mar signing codeMarkus Mohrhard2017-05-192-3/+13
* extract mar file name generationMarkus Mohrhard2017-05-192-7/+6
* reuse the new extract mar code for the partial update generationMarkus Mohrhard2017-05-191-2/+3
* ignore the precomplete file at least for nowMarkus Mohrhard2017-05-191-6/+6
* add a script to extract and uncompress from a mar fileMarkus Mohrhard2017-05-191-0/+48
* remove the split functionality from the update creationMarkus Mohrhard2017-05-191-4/+0
* start working on the creation of partial update filesMarkus Mohrhard2017-05-191-0/+135
* send the csrf token with the updater scriptsMarkus Mohrhard2017-05-191-1/+3
* handle signing errors much betterMarkus Mohrhard2017-05-191-1/+1
* error out if the path to the updater config is emptyMarkus Mohrhard2017-05-192-0/+29
* add the manifest file to the mar fileMarkus Mohrhard2017-05-191-0/+2
* make sure that the upload command succeedsMarkus Mohrhard2017-05-191-1/+3
* move most of the updater settings to ini fileMarkus Mohrhard2017-05-196-27/+105
* create complete and correct build_config files for the updaterMarkus Mohrhard2017-05-194-10/+35
* we only need the signed mar filesMarkus Mohrhard2017-05-192-2/+8
* improve the build system part for generating mar filesMarkus Mohrhard2017-05-193-0/+155
* don't use MOZ_ prefixed env varsMarkus Mohrhard2017-05-191-4/+4
* also include the platform into the build configMarkus Mohrhard2017-05-191-4/+5
* change of plans, we are not going to use balrogMarkus Mohrhard2017-05-1924-1079/+0
* use the new file based approach for the mar creationMarkus Mohrhard2017-05-191-1/+2
* add makefile part to generate mar file and update infoMarkus Mohrhard2017-05-191-0/+21