summaryrefslogtreecommitdiff
path: root/bin/update
AgeCommit message (Expand)AuthorFilesLines
2024-06-06mar: allow parallel creation of diff packagesChristian Lohmaier1-9/+18
2024-03-28tdf#158803 remove unused path.convert_to_unix importLeSasse1-1/+1
2024-03-28tdf#158803 fix fstringLeSasse1-1/+1
2024-03-28tdf#158803 statement ends with an unnessary semicolonLeSasse1-1/+1
2024-01-22Create MAR updates from msi rather than from archiveStephan Bergmann4-146/+26
2024-01-16Remove unused `make upload-update-info`Stephan Bergmann4-143/+0
2024-01-12Further adapting of create-partial-infoStephan Bergmann1-1/+24
2024-01-11Fix `make create-partial-info` (for Windows, at least)Stephan Bergmann2-149/+46
2024-01-11Make create-update-info handle conditional contentStephan Bergmann1-1/+17
2024-01-10Adapt create-update-info to --with-langStephan Bergmann1-2/+6
2024-01-05Fix `make create-update-info` also for non-WindowsStephan Bergmann1-5/+6
2024-01-05Fix `make create-update-info` (for Windows, at least)Stephan Bergmann5-666/+7
2023-12-29tdf#158803 Remove unused imports from binBogdan B1-1/+0
2023-12-12Split --with-update-config=... into many --with-online-update-mar-...=...Stephan Bergmann8-100/+38
2023-12-07mkdir_p still needed by make create-partial-infoStephan Bergmann1-0/+9
2023-12-06Fix apparent typo in make create-update-infoStephan Bergmann1-1/+1
2022-06-22android and bin/update: make pythonicLukas12-95/+117
2021-08-20Make some scripts more portableIlmari Lauhakangas3-3/+3
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