summaryrefslogtreecommitdiff
path: root/Makefile.gbuild
AgeCommit message (Collapse)AuthorFilesLines
2017-08-05updater: workaround cygwin python bug around command line argumentsMarkus Mohrhard1-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>
2017-08-04updater: skip language packs for windowsMarkus Mohrhard1-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>
2017-06-18updater: make sure that we use our self-build mbsdiffMarkus Mohrhard1-1/+1
Change-Id: I34820113f6a2adf17e99dc38f4decb62ca06b7c0
2017-05-19integrate the partial update info into the uploaded infoMarkus Mohrhard1-1/+1
Change-Id: I1b6fc7970d3010c63ae910d55103efb504e15b53
2017-05-19simplify path handling in the updater scriptsMarkus Mohrhard1-11/+4
Change-Id: Idcf7f9cedc2368f6a4e4e10c2852cc9b1125b712
2017-05-19create valid partial language updates and write partial update infoMarkus Mohrhard1-1/+1
Change-Id: I4000523cfc944657714267958836dd3ce4ec3b0d
2017-05-19add the generation of partial update files to the makefilesMarkus Mohrhard1-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
2017-05-19separate creation and upload of the update infoMarkus Mohrhard1-0/+5
Change-Id: I809866f0425b8e85b396692f60c936351aca39ad
2017-05-19move most of the updater settings to ini fileMarkus Mohrhard1-3/+5
Also finally add the initial version of the upload scripts. Change-Id: I3ad5bcbeba60f0cf9700e5fe5001a24f162a3244
2017-05-19create complete and correct build_config files for the updaterMarkus Mohrhard1-3/+3
Change-Id: I4f6b7aecc24d42d6b248cb8d959aeab59af963c2
2017-05-19use a few more variables instead of hard coded pathsMarkus Mohrhard1-8/+9
Change-Id: Ib6882caf0a53bc0961c3b5ceafa9e9410123af52
2017-05-19improve the build system part for generating mar filesMarkus Mohrhard1-3/+5
Change-Id: If28cca535da20e4633ce025e39a967820eae6945
2017-05-19also include the platform into the build configMarkus Mohrhard1-2/+3
Change-Id: Ia586e813b33dde0e0b2468c54bed9471c03e8c5a
2017-05-19add makefile part to generate mar file and update infoMarkus Mohrhard1-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
2016-05-24add build system part for upload crashreport symbolsMarkus Mohrhard1-0/+3
Change-Id: Ib8dc0267034716740ba6d7f60cf635adc4bd1561
2013-11-02remove SOLARENV variableMichael Stahl1-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
2013-03-05Let's use only one Makefile forwarding to gbuild.Matúš Kukan1-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