summaryrefslogtreecommitdiff
path: root/bin/update
AgeCommit message (Expand)Author
2024-03-28tdf#158803 remove unused path.convert_to_unix importLeSasse
2024-03-28tdf#158803 fix fstringLeSasse
2024-03-28tdf#158803 statement ends with an unnessary semicolonLeSasse
2024-01-22Create MAR updates from msi rather than from archiveStephan Bergmann
2024-01-16Remove unused `make upload-update-info`Stephan Bergmann
2024-01-12Further adapting of create-partial-infoStephan Bergmann
2024-01-11Fix `make create-partial-info` (for Windows, at least)Stephan Bergmann
2024-01-11Make create-update-info handle conditional contentStephan Bergmann
2024-01-10Adapt create-update-info to --with-langStephan Bergmann
2024-01-05Fix `make create-update-info` also for non-WindowsStephan Bergmann
2024-01-05Fix `make create-update-info` (for Windows, at least)Stephan Bergmann
2023-12-29tdf#158803 Remove unused imports from binBogdan B
2023-12-12Split --with-update-config=... into many --with-online-update-mar-...=...Stephan Bergmann
2023-12-07mkdir_p still needed by make create-partial-infoStephan Bergmann
2023-12-06Fix apparent typo in make create-update-infoStephan Bergmann
2022-06-22android and bin/update: make pythonicLukas
2021-08-20Make some scripts more portableIlmari Lauhakangas
2020-07-13Don't rely on Python's treatment of unrecognized escape sequencesMike Kaganski
2019-11-24Fix 'is' operator for comparisonJens Carl
2017-11-16updater: improve message for failed update generationMarkus Mohrhard
2017-09-28updater: make sure the target dir exists while writing update infoMarkus Mohrhard
2017-09-28fix the command line argument limit problem for incremental build generationMarkus Mohrhard
2017-08-20updater: move the update channel info from the config to versionrcMarkus Mohrhard
2017-08-20updater: another place needs to handle additional dir level on windowsMarkus Mohrhard
2017-08-20updater: replace whitespace in dir names and strip the extra win dir layerMarkus Mohrhard
2017-08-06updater: fix small python issueMarkus Mohrhard
2017-08-06updater: handle paths with spaces correctlyMarkus Mohrhard
2017-08-06Fix typos in codeAndrea Gelmini
2017-08-05updater: disable lang pack handling for windowsMarkus Mohrhard
2017-08-05updater: abort if there are not enough command line parametersMarkus Mohrhard
2017-08-05updater: convert to unix path in another placeMarkus Mohrhard
2017-08-04updater: get the partial update generation working on windowsMarkus Mohrhard
2017-08-04updater: handle windows path in cygwin correctlyMarkus Mohrhard
2017-08-04updater: check that access to mandatory externals is workingMarkus Mohrhard
2017-08-04updater: initial working on windows support for mar file generationMarkus Mohrhard
2017-06-17updater: expand ~ to $HOME in config path of uploader scriptMarkus Mohrhard
2017-05-27fix construction of directory pathMarkus Mohrhard
2017-05-19take the update server url from the configMarkus Mohrhard
2017-05-19fix errors in upload scriptsMarkus Mohrhard
2017-05-19integrate the partial update info into the uploaded infoMarkus Mohrhard
2017-05-19use file instead of complete for the key of the partial update infoMarkus Mohrhard
2017-05-19add missing fileMarkus Mohrhard
2017-05-19use the shared signing codeMarkus Mohrhard
2017-05-19simplify path handling in the updater scriptsMarkus Mohrhard
2017-05-19create valid partial language updates and write partial update infoMarkus Mohrhard
2017-05-19extract the mar signing codeMarkus Mohrhard
2017-05-19extract mar file name generationMarkus Mohrhard
2017-05-19reuse the new extract mar code for the partial update generationMarkus Mohrhard
2017-05-19ignore the precomplete file at least for nowMarkus Mohrhard
2017-05-19add a script to extract and uncompress from a mar fileMarkus Mohrhard