summaryrefslogtreecommitdiff
path: root/instsetoo_native/Module_instsetoo_native.mk
AgeCommit message (Collapse)AuthorFilesLines
2014-11-26Move instdir-only ooenv into its own PackageStephan Bergmann1-0/+1
Change-Id: I399f4c5c6618dd151bd649f07e1b9d661e224324
2014-09-18Use instsetoo_native-generated uno ini-file for both instdir and instsetsStephan Bergmann1-0/+1
Change-Id: I8aa839fbe621fed798a9d3a33975cbd202fba656
2013-10-15Make building installation sets depend on --with-package-format=...Stephan Bergmann1-1/+1
...instead of inconsitently having it depend on --enable-epm for some platforms and having it always enabled on Windows. Only Android and iOS are presumably still special and build any installation sets in their specific modules and outside instsetoo_native. One consequence is that for a non-Windows --enable-online-update --without-package-format build, instdir's version ini-file contains an UpdateURL that ends in just "?pkgfmt=" without an actual format identifier. However, checking whether the update feature would actually work is difficult for most such developer builds, anyway. Change-Id: If14fcf0b2e612499811e8a6e067a854bda612c42
2013-09-09start to use instdir for subsequentcheck tests; avoid make dev-installMatúš Kukan1-2/+0
This commit breaks linkoo. make dev-install continues to work as before but it's not necessary to use it anymore. make check now uses files copied into instdir by gbuild. TODO: fix remaining issues so that instdir is the same as install/. Change-Id: I66836170f0922ee9ba204a61ffacc30d9e9a5d98
2013-09-09properly generate rc filesMatúš Kukan1-1/+0
Change-Id: I1152270fe9579bc1f5eeab0d1a1d4b9673f6a7ad
2013-09-09gbuild: install rdb files directly in module they come fromMatúš Kukan1-1/+0
Change-Id: I3a9cb4ce71cfb02b7378289a36aa0eb6e3a42f26
2013-04-28copy rc files to instdirDavid Tardon1-0/+1
Change-Id: I5a4433595ac19930a40132c5749a8c0150c90aae
2013-04-28copy rdbs to instdirDavid Tardon1-0/+1
Change-Id: I1855e72efc1a034d28ca2326ad8b239e2671cea7
2013-04-28gbuild: generate ooenv for instdirDavid Tardon1-0/+7
Change-Id: I1d2ab70a1557376f056b236c4785e013275bbb92
2013-02-24instsetoo_native: convert to gbuildPeter Foley1-0/+20
Removes: * instsetoo_native/util/update.xml - gen_update_info.pl can be removed ? On Windows the binary artifacts are created now in: workdir/*/installation/LibreOffice_Dev/native/install/en-US/*.msi Change-Id: I1c82ea9cb9d297cdd0e4f4b9b44606259eeeed49 Reviewed-on: https://gerrit.libreoffice.org/2242 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de> Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de>