Age | Commit message (Expand) | Author |
2017-11-16 | updater: improve message for failed update generation | Markus Mohrhard |
2017-09-28 | updater: make sure the target dir exists while writing update info | Markus Mohrhard |
2017-09-28 | fix the command line argument limit problem for incremental build generation | Markus Mohrhard |
2017-08-20 | updater: move the update channel info from the config to versionrc | Markus Mohrhard |
2017-08-20 | updater: another place needs to handle additional dir level on windows | Markus Mohrhard |
2017-08-20 | updater: replace whitespace in dir names and strip the extra win dir layer | Markus Mohrhard |
2017-08-06 | updater: fix small python issue | Markus Mohrhard |
2017-08-06 | updater: handle paths with spaces correctly | Markus Mohrhard |
2017-08-06 | Fix typos in code | Andrea Gelmini |
2017-08-05 | updater: disable lang pack handling for windows | Markus Mohrhard |
2017-08-05 | updater: abort if there are not enough command line parameters | Markus Mohrhard |
2017-08-05 | updater: convert to unix path in another place | Markus Mohrhard |
2017-08-04 | updater: get the partial update generation working on windows | Markus Mohrhard |
2017-08-04 | updater: handle windows path in cygwin correctly | Markus Mohrhard |
2017-08-04 | updater: check that access to mandatory externals is working | Markus Mohrhard |
2017-08-04 | updater: initial working on windows support for mar file generation | Markus Mohrhard |
2017-06-17 | updater: expand ~ to $HOME in config path of uploader script | Markus Mohrhard |
2017-05-27 | fix construction of directory path | Markus Mohrhard |
2017-05-19 | take the update server url from the config | Markus Mohrhard |
2017-05-19 | fix errors in upload scripts | Markus Mohrhard |
2017-05-19 | integrate the partial update info into the uploaded info | Markus Mohrhard |
2017-05-19 | use file instead of complete for the key of the partial update info | Markus Mohrhard |
2017-05-19 | add missing file | Markus Mohrhard |
2017-05-19 | use the shared signing code | Markus Mohrhard |
2017-05-19 | simplify path handling in the updater scripts | Markus Mohrhard |
2017-05-19 | create valid partial language updates and write partial update info | Markus Mohrhard |
2017-05-19 | extract the mar signing code | Markus Mohrhard |
2017-05-19 | extract mar file name generation | Markus Mohrhard |
2017-05-19 | reuse the new extract mar code for the partial update generation | Markus Mohrhard |
2017-05-19 | ignore the precomplete file at least for now | Markus Mohrhard |
2017-05-19 | add a script to extract and uncompress from a mar file | Markus Mohrhard |
2017-05-19 | remove the split functionality from the update creation | Markus Mohrhard |
2017-05-19 | start working on the creation of partial update files | Markus Mohrhard |
2017-05-19 | send the csrf token with the updater scripts | Markus Mohrhard |
2017-05-19 | handle signing errors much better | Markus Mohrhard |
2017-05-19 | error out if the path to the updater config is empty | Markus Mohrhard |
2017-05-19 | add the manifest file to the mar file | Markus Mohrhard |
2017-05-19 | make sure that the upload command succeeds | Markus Mohrhard |
2017-05-19 | move most of the updater settings to ini file | Markus Mohrhard |
2017-05-19 | create complete and correct build_config files for the updater | Markus Mohrhard |
2017-05-19 | we only need the signed mar files | Markus Mohrhard |
2017-05-19 | improve the build system part for generating mar files | Markus Mohrhard |
2017-05-19 | don't use MOZ_ prefixed env vars | Markus Mohrhard |
2017-05-19 | also include the platform into the build config | Markus Mohrhard |
2017-05-19 | change of plans, we are not going to use balrog | Markus Mohrhard |
2017-05-19 | use the new file based approach for the mar creation | Markus Mohrhard |
2017-05-19 | add makefile part to generate mar file and update info | Markus Mohrhard |
2017-05-19 | add files to send update info to balrog server | Markus Mohrhard |
2017-05-19 | add script for incremental mar generation | Markus Mohrhard |
2017-05-19 | add script to generate complete mar files | Markus Mohrhard |