summaryrefslogtreecommitdiffstats
path: root/Makefile.gbuild
Commit message (Collapse)AuthorAgeFilesLines
* updater: workaround cygwin python bug around command line argumentsMarkus Mohrhard2017-08-051-3/+4
| | | | | | | | | | | | Without the MAR env setting the python script only gets two command line arguments, the script name and all the parameters as one string. If someone knows a better fix I'm open to other suggestions. Change-Id: I1acc4a74892d657c1c156b8953a5ab8a166aea92 Reviewed-on: https://gerrit.libreoffice.org/40778 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
* updater: skip language packs for windowsMarkus Mohrhard2017-08-041-1/+3
| | | | | | | Change-Id: I5707bc8d3827aa24a795e91a8851d12c81613cfc Reviewed-on: https://gerrit.libreoffice.org/40756 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
* updater: make sure that we use our self-build mbsdiffMarkus Mohrhard2017-06-181-1/+1
| | | | Change-Id: I34820113f6a2adf17e99dc38f4decb62ca06b7c0
* integrate the partial update info into the uploaded infoMarkus Mohrhard2017-05-191-1/+1
| | | | Change-Id: I1b6fc7970d3010c63ae910d55103efb504e15b53
* simplify path handling in the updater scriptsMarkus Mohrhard2017-05-191-11/+4
| | | | Change-Id: Idcf7f9cedc2368f6a4e4e10c2852cc9b1125b712
* create valid partial language updates and write partial update infoMarkus Mohrhard2017-05-191-1/+1
| | | | Change-Id: I4000523cfc944657714267958836dd3ce4ec3b0d
* add the generation of partial update files to the makefilesMarkus Mohrhard2017-05-191-0/+12
| | | | | | | | It seems that the generated partial update files are now generated correctly. We now need to handle languages and sign the partial files as well as upload them. Change-Id: I69fbdad42da2c8a2d9695bc852956b82ce773f4c
* separate creation and upload of the update infoMarkus Mohrhard2017-05-191-0/+5
| | | | Change-Id: I809866f0425b8e85b396692f60c936351aca39ad
* move most of the updater settings to ini fileMarkus Mohrhard2017-05-191-3/+5
| | | | | | Also finally add the initial version of the upload scripts. Change-Id: I3ad5bcbeba60f0cf9700e5fe5001a24f162a3244
* create complete and correct build_config files for the updaterMarkus Mohrhard2017-05-191-3/+3
| | | | Change-Id: I4f6b7aecc24d42d6b248cb8d959aeab59af963c2
* use a few more variables instead of hard coded pathsMarkus Mohrhard2017-05-191-8/+9
| | | | Change-Id: Ib6882caf0a53bc0961c3b5ceafa9e9410123af52
* improve the build system part for generating mar filesMarkus Mohrhard2017-05-191-3/+5
| | | | Change-Id: If28cca535da20e4633ce025e39a967820eae6945
* also include the platform into the build configMarkus Mohrhard2017-05-191-2/+3
| | | | Change-Id: Ia586e813b33dde0e0b2468c54bed9471c03e8c5a
* add makefile part to generate mar file and update infoMarkus Mohrhard2017-05-191-0/+12
| | | | | | | We still need some parts for the partial update files but we already generate the build information and the complete mar file. Change-Id: I2ae0de0b83518bc3093848b66b6f3054ebd388e1
* add build system part for upload crashreport symbolsMarkus Mohrhard2016-05-241-0/+3
| | | | Change-Id: Ib8dc0267034716740ba6d7f60cf635adc4bd1561
* remove SOLARENV variableMichael Stahl2013-11-021-1/+1
| | | | | | | | It is constant and can just be replaced by $(SRCDIR)/solenv. Use BUILD_TYPE where it was used to check if config_*.mk is sourced. Change-Id: Ib9d480c57194b6340093aa47776f8768df69b7d1
* Let's use only one Makefile forwarding to gbuild.Matúš Kukan2013-03-051-0/+23
Well, there is still another one: solenv/gbuild/partial_build.mk This enables you to do in SRCDIR: make gb_Side=build -r -f Makefile.gbuild <target> which was not possible previously. Change-Id: I6f8ce1c6503124526986e192b7d3552b909fc157