- 13 Haz, 2017 1 kayıt (commit)
-
-
Christian Lohmaier yazdı
Change-Id: I676414b679bff95829bdc1d5d02cef4fcfca4576
-
- 02 Agu, 2016 1 kayıt (commit)
-
-
Jan Holesovsky yazdı
Change-Id: I55f332117cc7530eb6d562846db379d95e628a22
-
- 02 Eki, 2015 1 kayıt (commit)
-
-
Jan-Marek Glogowski yazdı
So "grep -v" returns != 0, if your input or output file is empty. which breaks the Jenkins build, because Jenkins runs scripts with -xe per default. The "strip comments" grep currently fails for the empty file instsetoo_native/inc_openoffice/windows/msi_templates/components.txt Change-Id: I53a477702dbcc3c00c4a23263c3b402cb936250a
-
- 11 Agu, 2015 1 kayıt (commit)
-
-
Norbert Thiebaud yazdı
configure.ac was setting VERBOSE=YES/NO when really we use verbose=t or verbose= Change-Id: I47aee8d177cb2d788a62ecdbbb9cc3695c2bb299 Reviewed-on: https://gerrit.libreoffice.org/17634Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Norbert Thiebaud <nthiebaud@gmail.com>
-
- 29 Haz, 2015 2 kayıt (commit)
-
-
Michael Stahl yazdı
... after 39b04ad7 started using PRODUCTNAME but here it was LibreOffice_Dev for mysterious reasons whereas PRODUCTNAME is LibreOfficeDev so rename for consistency. Change-Id: Ia5f5a24f405923a7ea1641de65709fbf842df79c
-
Martin Hollmichel yazdı
Change-Id: Ibd0a500d7ba31ec4c25bad64b39311d45e94dca3 Reviewed-on: https://gerrit.libreoffice.org/16590Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Michael Meeks <michael.meeks@collabora.com> Tested-by:
Michael Meeks <michael.meeks@collabora.com>
-
- 15 Haz, 2015 1 kayıt (commit)
-
-
Caolán McNamara yazdı
i.e. "don't add gnomevfs requires to epm created rpms if GNOMEVFS is disabled" seeing as setup_native/source/packinfo/packinfo_office.txt references find-requires-gnome.sh and doesn't have conditional support revert the split and put the the conditional into find-requires-gnome.sh Change-Id: I34bd37c4fd252f2175ff055024293dea946b4881
-
- 10 Haz, 2015 1 kayıt (commit)
-
-
Caolán McNamara yazdı
Change-Id: I689783e176921ea03475d3e113426563bf20b9d7
-
- 09 Ara, 2014 1 kayıt (commit)
-
-
Jan Holesovsky yazdı
Change-Id: I10d0f32fedd842023bf94b252bcb48bfc2264dd4
-
- 18 Kas, 2014 1 kayıt (commit)
-
-
Stephan Bergmann yazdı
Change-Id: Ifd3fca29325dc18166d041badd5664d2ad8ba7c9
-
- 02 Haz, 2014 1 kayıt (commit)
-
-
Christian Lohmaier yazdı
since there are rpm-frontends that do their own version comparison that is different from rpm itself. Change-Id: Iddf38c14e7f48eec5d043de57e3404fcd9da24f7
-
- 21 May, 2014 1 kayıt (commit)
-
-
Christian Lohmaier yazdı
debian packages don't cope with release number of 0, so use release 1 for debian master/dev-packages Change-Id: Id91926322d13bddad3a39faccfee4e131d8956b0
-
- 02 Kas, 2013 1 kayıt (commit)
-
-
Michael Stahl yazdı
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
-
- 18 Eki, 2013 1 kayıt (commit)
-
-
Stephan Bergmann yazdı
...as per #libreoffice-dev IRC: Sep 19 10:32:24 <mst__> sberg, moggi why the hell is that thing named "cppunit/cppunittester" and inside a subdir? it's obstructing my attempt to put it in $(INSTDIR)/program Sep 19 10:33:28 <mst__> (... and if you wonder "wtf does it have to do with INSTDIR" you have never heard of awesome LibreOffice_Test installset.... not that i would know who needs it :) Sep 19 10:36:36 <sberg> mst__, it is in a subdir of solver/*/bin so that on Windows it would not accidentally have picked DLLs next to itself instead of the module-local DLLs it was supposed to test (back when we had module-local output trees) Sep 19 10:37:02 <mst__> sberg, ahh hysteric reasons then, /me renames it Sep 19 10:37:55 <tml> mst__, if nobody you know uses LibreOffice_Test, just kill it? Sep 19 10:38:59 <sberg> mst__, tml, LibreOffice_Test was conceived by pmladek and/or kendy, IIRC Sep 19 10:40:31 * kendy does not remember anything about it :-) Sep 19 10:42:17 <sberg> wasn't that something so users (or QA people?) could easily run the smoketest against an installation, to see whether the installation is any good at all, by installing that LibreOffice_Test alongside the installation proper? Sep 19 10:43:26 <sberg> mst__, ...and I'd unscientifically vote to kill it Sep 19 11:34:23 <pmladek> mst__, sberg: I have created the LibreOffice_Test package for one QA guy. He does not longer work on LO. I am not sure if anyone else started to use it. So, I think that it can be killed. Oct 17 18:18:07 <tml_> sberg: have you ever noticed that when you try to actually run instdir/unxmacxi/LibreOfficeDev.app , the system actually tries to run cppunittester inside the app bundle (it says so in the crash report) (it crashes because cppunittester requires a specialized DYLIB_LIBRARY_PATH apparently) Oct 17 18:19:29 <tml_> I suspect that the system when cppunittester as part of the build process is run from inside instdir (i.e. inside an app bundle) the system "caches" this false knowledge, and thinks that the executable of the app bundle is cppunittester... Oct 17 18:19:36 <sberg> tml_, no, never noticed; with "run instdir/unxmacxi/LibreOfficeDev.app" you mean calling "open instdir/unxmacxi/LibreOfficeDev.app"? (I always call .app/Contenst/MacOS/program explicitly) Oct 17 18:19:52 <tml_> yes, I mean "open instdir/..." Oct 17 18:20:53 <tml_> some googling tells me that at least years ago, the CFBundleExecutable key in the Info.plist is ignored if it is manually changed, so I guess similar caching of mapping between an app bundle and which executable to actually run happens in this case Oct 17 18:23:17 <tml_> and last year somebody even claims "And while on Mountain Lion, CFBundleExecutable seems to be a no-op", which would be odd, surely there must be widely used apps that have several executables inside the MacOS directory; how would the system know which one to run when the app is run? Oct 17 18:24:38 <tml_> hmm, apparently the code that handles this might be open source even, http://www.opensource.apple.com/source/CF/CF-744.18/CFBundle.c Oct 17 18:25:52 <tml_> some mention of "caches" there yes, my guesses might be right Oct 17 18:27:05 <tml_> if I cp -R instdir/unxmacxi/LibreOffice.app foo.app and open foo.app, it works fine Oct 17 18:28:33 <tml_> anyway, I guess it would be cleaner to have cppunittester somewhere else even without this problem Oct 17 18:37:09 <sberg> tml_, yes, IIRC having cppunittester in instdir was a misguided mst decision, because that odd LibreOffice_Test product (that pmladek said nobody needs any longer anyway) includes it; I think consensus was to kill LibreOffice_Test and move cppunittester where all the other NONE executables are, but looks like nobody executed Oct 17 18:37:55 <tml_> ah ok, so mst should know what needs to be done? good, no need for me to try to hack this now then Oct 17 18:38:19 <sberg> tml_, I'll do the cleanup tomorrow, unless somebody beats me This removes smoketest/losmoketest et al along with the *_Test product, as they seem to not make sense without it anyway. smoketest/Executable_libtest.mk appears to be a test that could also be run during the build, and only ended up in the *_Test product by accident, so I left it untouched for now. Change-Id: I8024472c909fe0a885eb08ef4d3777f8a9e1f7c8
-
- 02 Eki, 2013 1 kayıt (commit)
-
-
Michael Stahl yazdı
Change-Id: I681f2c4989b88943fe57e6173554a019539a18cc
-
- 01 Eki, 2013 2 kayıt (commit)
-
-
Michael Stahl yazdı
Change-Id: Ie390749c0b28e47848c361d874bb447f39cfeb12
-
Michael Stahl yazdı
... and rename all DEVINSTALL variables to TESTINSTALL. Change-Id: I2f745ff6324c078d5fd7d272911a9268fc5efd27
-
- 30 Agu, 2013 1 kayıt (commit)
-
-
Norbert Thiebaud yazdı
Change-Id: I7387ff3d3adf9a4e7c15466076e9d84d4892bb3e Reviewed-on: https://gerrit.libreoffice.org/5703Reviewed-by:
Norbert Thiebaud <nthiebaud@gmail.com> Tested-by:
Norbert Thiebaud <nthiebaud@gmail.com>
-
- 08 Agu, 2013 1 kayıt (commit)
-
-
Tor Lillqvist yazdı
Just check for $(VERBOSE) or $(verbose) being non-empty instead of checking for $(VERBOSE) equalling "TRUE". Isn't our normal way to do a verbose make to pass verbose=t? Change-Id: Ic4ddc1fe025fed55ca56fd21b615640c389c0454
-
- 24 Tem, 2013 1 kayıt (commit)
-
-
David Tardon yazdı
... and make sure it exists as well. Change-Id: Ia895d93d2755a2b0b9d87601ace54ee47b5c1b80
-
- 16 Tem, 2013 1 kayıt (commit)
-
-
Michael Stahl yazdı
Change-Id: I0c5b68f6bc81c7c1c88be2cde42fc06949fff8e7
-
- 20 Haz, 2013 1 kayıt (commit)
-
-
David Tardon yazdı
Change-Id: I0156c38e71fe46ea599a8366b953d429dfa424bb
-
- 17 May, 2013 1 kayıt (commit)
-
-
Tor Lillqvist yazdı
Change-Id: Ia3c5cf74dc88dbb741ea1eac7bbdf0b41617ded9
-
- 13 May, 2013 1 kayıt (commit)
-
-
David Tardon yazdı
We produce standalone -langpack packages elsewhere. This should get the size of the main dmg for MacOS X back to normal. Change-Id: Ifd0cb1f9e31fe211c15636ddb6653e3672570819
-
- 15 Nis, 2013 1 kayıt (commit)
-
-
Stephan Bergmann yazdı
Change-Id: I77dd5b38e729310d58c92aa4aaf82228d2fe781b
-
- 12 Nis, 2013 1 kayıt (commit)
-
-
Stephan Bergmann yazdı
Change-Id: Ic26237c2ecdc0728be6acb6d15e2d258bf093c74
-
- 25 Mar, 2013 1 kayıt (commit)
-
-
Zolnai Tamás yazdı
Plus avoid use of Export::sLanguages member outside of the class. Change-Id: I33702816fdb4980d690cfe8fcd8cc3fbd0df1dd8
-
- 02 Mar, 2013 1 kayıt (commit)
-
-
Matúš Kukan yazdı
Hopefully all stays the same except for vcl/unx/gtk/a11y/atkutil.cxx. Change-Id: I49108007ee6d045f045de86c8654efc7ca5fd3d0 Reviewed-on: https://gerrit.libreoffice.org/2491Tested-by:
LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by:
David Ostrovsky <David.Ostrovsky@gmx.de> Tested-by:
David Ostrovsky <David.Ostrovsky@gmx.de>
-
- 01 Mar, 2013 1 kayıt (commit)
-
-
Petr Mladek yazdı
It is similar change that we did for the release builds. Also fixes make-dev install on Windows. Change-Id: I7d9a4bc2e7b14e79516acdfb90c709dbde1378ab
-
- 28 Şub, 2013 1 kayıt (commit)
-
-
Norbert Thiebaud yazdı
Change-Id: I6028fe295e467aa448d8503097be0c80a42908ed
-
- 27 Şub, 2013 1 kayıt (commit)
-
-
Bjoern Michaelsen yazdı
Change-Id: Ie4deddc426356636b76ad4fc27552c6d3a1dd815 Reviewed-on: https://gerrit.libreoffice.org/2429Tested-by:
LibreOffice gerrit bot <gerrit@libreoffice.org> Tested-by:
Caolán McNamara <caolanm@redhat.com> Reviewed-by:
Caolán McNamara <caolanm@redhat.com>
-
- 26 Şub, 2013 2 kayıt (commit)
-
-
Andras Timar yazdı
Change-Id: I30778847b23aabccba2275d518eba7f57ffcefd5
-
Andras Timar yazdı
Change-Id: I8cb1baecb7034511b8dfcecefc58de2fb3f59061
-
- 24 Şub, 2013 1 kayıt (commit)
-
-
Peter Foley yazdı
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/2242Tested-by:
LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by:
David Ostrovsky <David.Ostrovsky@gmx.de> Tested-by:
David Ostrovsky <David.Ostrovsky@gmx.de>
-