summaryrefslogtreecommitdiff
path: root/solenv/bin/modules/installer/download.pm
AgeCommit message (Collapse)AuthorFilesLines
2013-12-10Add back check for missing libgetuid.so.Matúš Kukan1-1/+3
If the library does not work, things like fdo#67388 happen. Change-Id: I3390fdb6f2cdf24145ddde4466146f91e5dfde82
2013-12-10installer: Fix path to libgetuid.so again. Hardcode it.Matúš Kukan1-17/+2
Hopefully fixes fdo#67388. I can't reproduce here. Change-Id: I5bcbb59a0f49e925d60f225b0f8f925d6d5dc468
2013-11-20fdo#67060 do not package RPM-only install script to DEB packsAndras Timar1-0/+6
This reverts commit 5003ab57eee903d072fc7fac8cb5c69a34fb9d5c. It did not work, when both RPM and DEB were selected as targets. Change-Id: I90c74f0d00804b80daeca2c69d1f12e094243a81
2013-10-31solver doesn't solve anything...Michael Stahl1-1/+1
... it is an abbreviation of "Solar Version". Since nobody can remember that: remove OUTDIR OUTDIR_FOR_BUILD SOLARVER SOLARVERSION solarpath and any mention thereof. Change-Id: Idb3031c4f25a76ac05b22ec67e3ca3e1e8e512ad Reviewed-on: https://gerrit.libreoffice.org/6515 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2013-10-31setup_native: use various scripts directly from SRCDIRMichael Stahl1-15/+4
Change-Id: I6c53fed0a4eace9b306ce0ab425f16fa0ca7d7b3
2013-08-02let's own the packaged stuff by root:root again (fdo#67388)Petr Mladek1-1/+1
We have started to use -fvisibility=hidden globally with GCC. The hacky libgetuid.so does not work if the symbols are hidden. In addition, the library was renamed from getuid.so to libgetuid.so during gbuildisation; There was more location where it was not fixed; The result was that the packages and files in the Linux download tarballs were owned by some "ugly" user and group. Change-Id: I22f62b861c373f2553dcccc85a84dddabaf1f418
2013-06-07wntgccx -> Win_x64 for packagesFridrich Štrba1-1/+8
Change-Id: I52fbcee96ad6927a4af49b78001c49916a5c3544
2013-06-03re-base on ALv2 code. Includes:Michael Meeks1-21/+12
Patches contributed by Mathias Bauer gnumake4 work variously http://svn.apache.org/viewvc?view=revision&revision=1394707 http://svn.apache.org/viewvc?view=revision&revision=1394326 http://svn.apache.org/viewvc?view=revision&revision=1397337 http://svn.apache.org/viewvc?view=revision&revision=1397315 http://svn.apache.org/viewvc?view=revision&revision=1396797 Patches contributed by Andre Fischer Fixed getcsym.awk to handle #-comments that contain special regexp chars. http://svn.apache.org/viewvc?view=revision&revision=1230971 118778: Added ADDITIONAL_REPOSITORIES environment variable and its automatic setup in configure. http://svn.apache.org/viewvc?view=revision&revision=1232004 118160: Added external CoinMP library. http://svn.apache.org/viewvc?view=revision&revision=1233909 Patches contributed by Herbert Duerr #i119168# use generic LICENSE file for langpacks and sdks http://svn.apache.org/viewvc?view=revision&revision=1310178 macosxotoolhelper: need to quote perl regexp if it may contain regexp metachars http://svn.apache.org/viewvc?view=revision&revision=1183367 allow gbuild with empty sysroot on linux http://svn.apache.org/viewvc?view=revision&revision=1179186 Patches contributed by Ingo Schmidt native373: #164472# improvements for msi database http://svn.apache.org/viewvc?view=revision&revision=1167540 http://svn.apache.org/viewvc?view=revision&revision=1167539 Patches contributed by Jurgen Schmidt adapt setup package scripts to handle special DS_Store file for developer snapshot builds http://svn.apache.org/viewvc?view=revision&revision=1232430 imported patch extensions_i117681.patch http://svn.apache.org/viewvc?view=revision&revision=1172102 Patches contributed by Michael Stahl gbuild: RepositoryFixes.mk should be optional http://svn.apache.org/viewvc?view=revision&revision=1166123 xslt filter: remove the FLA horror wordml import filter: replace FLA usage with plain XSLT http://svn.apache.org/viewvc?view=revision&revision=1363727 Patch contributed by Oliver-Rainer Wittmann i#88652: applied patch, remove unicows deps http://svn.apache.org/viewvc?view=revision&revision=1177585 Remove lots of OS2 conditionals, re-extract Rhino Java, unwind cppunit pieces, cleanup Mac image bits, remove coin-mp and re-package lpsolve, Oxygen & Crystal, fixup qstart bits, expand MPLv2 subset checking. Change-Id: Iad5c8a76399620b892671633c0d8c29996db3564
2013-04-03Remove Mac OS X for PowerPC supportTor Lillqvist1-5/+0
Change-Id: I10b15141e6a5f93365e1cfa6fbc0c7cc3ea49b15
2013-03-01rename LOdev builds to LibreOfficeDevPetr Mladek1-1/+1
It is similar change that we did for the release builds. Also fixes make-dev install on Windows. Change-Id: I7d9a4bc2e7b14e79516acdfb90c709dbde1378ab
2013-02-12A missing getuid.so is not fatalStephan Bergmann1-2/+0
...all the places that would LD_PRELOAD it check for it being set anyway. Change-Id: I7937771e635654ae370e4f57ea9fa783ae7dad7f
2013-02-12call_sum has only one parameterStephan Bergmann1-1/+1
Change-Id: Ib8925506c3ea08f2166483b9e902484ef8dd60f6
2013-01-19Handle unxmacxx, tooTor Lillqvist1-0/+5
2013-01-18installer: remove SHORT_PRODUCTEXTENSIONMichael Stahl1-2/+2
Currently PRODUCTEXTENSION does not have a value, which is unfortunate because some places such as the soffice --help output and utl::DocInfoHelper::GetGeneratorString() which creates the meta:generator for ODF files (via Setup.xcu Product/ooSetupExtension) write an incomplete version number. Since there doesn't appear to be a point in having 2 variables here, remove SHORT_ one and use PRODUCTEXTENSION consistently. Change-Id: I5aac25bcedd785a098cba612643ea68fe19c77f0
2013-01-08clean up of the code that defines the download file namesPetr Mladek1-21/+32
Change-Id: I3241801d49673cac33eb923fb986c6ceb2c39503
2013-01-08more easier and better sortable download namesPetr Mladek1-67/+41
+ get rid of "install_multi" + move "SDK" and "Test" from the main name to the name suffix; use same position as "helppack" and "langpack" + move the content type identification "arc/deb/rpm" just after the <arch> string + use "archive" instead of the unclear "arc" content identification The new names look like: LibreOffice_<version>_<os>_<arch>_<content> LibreOffice_<version>_<os>_<arch>_<content>_helppack_<lang> LibreOffice_<version>_<os>_<arch>_<content>_langpack_<lang> LibreOffice_<version>_<os>_<arch>_<content>_sdk LibreOffice_<version>_<os>_<arch>_<content>_test , where the string "_<content>" is one of "_archive", "_deb", "_rpm". This string is missing for .msi, and .dmg installers because the content is described by the filename suffix. Conflicts: Makefile.in Change-Id: Ifecf947ba32e3381ef284d433096f7b37a02e9f5
2013-01-07use "LibreOffice" instead of "LibO" for final download file namesPetr Mladek1-5/+5
"LibreOffice" is the name of the product and we should promote it. This change has been proposed on the ESC call. Change-Id: I755ea5b2ec7b6357a7fd2c86ec8479737696042b
2012-08-15solenv: remove unused functionsThomas Arnhold1-106/+0
Change-Id: I8e361beb954c742ddcecde4a4ba2a4ae57057c39
2012-08-14installer::download: Remove unused create_link_tree.Tim Retout1-26/+0
Change-Id: I2ec409d25ae46580898dda180d991554d89ee501
2012-08-14Remove unused create_download_link_treeTim Retout1-67/+0
Change-Id: I319dd0cff6f471fa6ca38d5fcf0f99c462836a83
2012-08-14installer::download: Enable strict and warnings.Tim Retout1-2/+5
Change-Id: I4499968f00e313187ef7792954f3168bfadb2f6e
2012-08-14installer::download: Remove unused unicode conversion functions.Tim Retout1-58/+0
Change-Id: Ie4a22b0e88c5509d291b47f4af67ab780d60e3a8
2012-08-13installer::download: Clean up get_versionstring and make privateTim Retout1-7/+5
Change-Id: I9499b7eb580b499ea63bbf8d6ba5bf45a1c460e1
2012-06-19do not repeate twice .0.0.beta2 in the download tarball namePetr Mladek1-1/+0
PRODUCTVERSION is associated with SHORT_PRODUCTEXTENSION. ABOUTBOXPRODUCTVERSION is associated with ABOUTBOXPRODUCTVERSIONSUFFIX. We should not mix these another way. Change-Id: I991f74e058d19ec3ae0d98e8efe8458d648ae74c
2012-04-03s/pathes/paths/Tor Lillqvist1-2/+2
2012-02-17Remove unused md5sum subs from installer::downloadTim Retout1-64/+0
2011-12-21do not use ABOUTBOXPRODUCTVERSIONSUFFIX in download namePetr Mladek1-1/+0
I did not read the code carfully enough when added this line few days ago.
2011-12-16add version suffix (beta1) to about dialogPetr Mladek1-0/+1
configurable at build time via ABOUTBOXPRODUCTVERSIONSUFFIX in instsetoo_native/util/openoffice.lst configurable at runtime via registry/data/org/openoffice/Setup.xcu and ooSetupVersionAboutBoxSuffix property
2011-12-12change PRODUCTNAME back to LOdev, because prev. change broke Linux packagingAndras Timar1-3/+3
2011-12-06remove NSIS supportAndras Timar1-823/+0
2011-12-04set download name of Windows installerAndras Timar1-50/+3
2011-12-01create installation set for testsPetr Mladek1-0/+4
+ it currently includes just the smoketest and is available only for Linux + the side effect is that it builds the smoketest before instsetoo_native + it runs it only during dev-install when the variable RUN_SMOKETEST == YES
2011-08-28Remove unused perl function.Jordan Ayers1-68/+0
Remove installer::download::create_tar_gz_file_from_package, which has not been used since the integration of CWS rt30_DEV300 in 2008.
2011-07-01Goodbye to CWS_WORK_STAMPTor Lillqvist1-10/+2
2011-05-31Merge commit 'libreoffice-3.4.0.2'Jan Holesovsky1-1/+2
Conflicts: configure.in distro-configs/LibreOfficeMacOSX.conf distro-configs/OxygenOfficeLinux.conf distro-configs/OxygenOfficeWin32.conf download instsetoo_native/util/openoffice.lst ooo.lst.in set_soenv.in solenv/bin/modules/installer/download.pm solenv/gbuild/CppunitTest.mk solenv/inc/minor.mk solenv/inc/settings.mk
2011-05-12Add OxygenOffice related settingsKalman Szalai - KAMI1-0/+2
* Start download package name with OOOP in case of OxygenOffice * Ability to create oxygenoffice product
2011-05-04Add OxygenOffice related settingsKalman Szalai - KAMI1-0/+2
* Start download package name with OOOP in case of OxygenOffice * Ability to create oxygenoffice product
2011-04-26Kill BrOffice, fdo#36262Tor Lillqvist1-9/+0
2010-12-17fix a typoFridrich Štrba1-1/+1
2010-12-17more langpacks installer hacks ported for helppacksFridrich Strba1-1/+21
2010-11-30get substitution order right for overlapping variablesMichael Meeks1-1/+2
2010-11-30Add BrOffice artwork / branding supportMichael Meeks1-152/+39
Conflicts: solenv/bin/modules/installer/download.pm
2010-11-30make NSIS MUI even more verboseMichael Meeks1-1/+1
2010-11-18Do not mention date in the downlaod tarball namePetr Mladek1-5/+2
it was to long; version is enough
2010-11-04better name directory with download tarballsPetr Mladek1-1/+1
2010-10-13add AIX stuffCaolán McNamara1-6/+6
2010-10-11Changed one more of the dowload package names.Giuseppe Castagno1-1/+1
2010-10-08LO -> LibOFridrich Štrba1-5/+5
2010-09-28LibreOffice Branding: first cutFridrich Štrba1-9/+9
2010-09-14win32-multi-lang-installer.diff: Multi-language installer stuffTor Lillqvist1-5/+1
i#66062, i#88638, i#88639