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