Commit graph

3187 commits

Author SHA1 Message Date
Tim Retout
04e1010fd7 Remove unused save_logfile_after_linking from installer::worker 2012-02-17 14:28:34 +00:00
Tim Retout
2492b26bb7 Remove unused unpack_all_targzfiles_in_directory from installer::worker 2012-02-17 14:28:34 +00:00
Tim Retout
8b389383dc Remove unused checksum subs from installer::worker 2012-02-17 14:28:33 +00:00
Tim Retout
2efa9f5124 Remove unused install_sets subs from installer::worker 2012-02-17 14:28:33 +00:00
Tim Retout
ce7c5a6062 Remove unused solaris subs from installer::worker 2012-02-17 14:28:33 +00:00
Tim Retout
0aeeebe517 Remove unused md5sum subs from installer::download 2012-02-17 14:28:32 +00:00
Tim Retout
76ffd9e6bf Replace installer::logger::include_header_into_globallogfile. 2012-02-17 14:26:20 +00:00
Tim Retout
c2ece9e23d Move global starttime into installer::logger 2012-02-17 14:26:19 +00:00
Tim Retout
f2808e15b4 installer::logger: Remove temporary variable. 2012-02-17 14:26:19 +00:00
Tim Retout
04134e94af Use Exporter in installer::logger.
Also rename private subroutines to start with an underscore.
2012-02-17 14:26:18 +00:00
Tim Retout
094c3e91be Remove unreferenced subroutines from installer::logger 2012-02-17 14:26:18 +00:00
Tim Retout
d6adf7c7b3 Inline and remove installer::sorter 2012-02-17 14:25:36 +00:00
David Tardon
096f2b849c merge feature/gbuild_java 2012-02-17 08:34:22 +01:00
Norbert Thiebaud
178a30236e use bzip2 compression for dmg
On MacOSX the installable packages (dmg), can use diverse format and
diverse compression method.
Since 10.4 a new format is supported that use bzip2 as a compression
back-end. The result if a reduction of ~30MB of the main dmg.
2012-02-16 23:15:26 -06:00
Tim Retout
51f8f15178 Simplify installer::sorter::sorting_array_of_hashes. 2012-02-16 13:46:13 +00:00
Tim Retout
01fde2e939 Add tests for installer::sorter 2012-02-16 13:46:13 +00:00
Tim Retout
a1bc2d7d23 Use Exporter for installer::sorter 2012-02-16 13:46:12 +00:00
Tim Retout
94c1836fb5 Inline and simplify installer::sorter::sort_array_of_hashes_numerically. 2012-02-16 13:46:12 +00:00
Tim Retout
14e6a83cc5 Remove unnecessary sorting subroutines. 2012-02-16 13:46:12 +00:00
Tim Retout
177a966630 Turn on strictures in installer::sorter 2012-02-16 13:46:11 +00:00
Tim Retout
dda1f40a64 Turn on strictures for some installer Perl modules. 2012-02-15 15:14:39 +00:00
Thorsten Behrens
f9d2a86435 Remove accidental comment 2012-02-14 10:54:35 +01:00
Thorsten Behrens
af54a1b8b1 Integrate Josh Heidenreich's nice README parser as start page.
From https://github.com/TheJosh/tdf-misc's scrape.php, ported the
concept over to bash, to have it run with the doxygen generation.
2012-02-13 12:46:52 +01:00
Caolán McNamara
c3b59c3da7 preserve timestamps for .py files
.pyc and .pyo binary caches contain the timestamp of the .py file, so for
fedora multilib if the .py files get different times on different arch then the
.py[o|c] files end up being different for the same content
2012-02-13 11:02:47 +00:00
Julien Nabet
5be2521a90 "in_list_end" never read, let's drop it 2012-02-12 17:41:05 +01:00
Stephan Bergmann
718ce84a06 Various more l10ntools clean up
"localize" is now directly a C++ program w/o wrapper script.  Also,
its command line has changed slightly, taking the source root as
explicit argument (instead of implicitly as cwd).
2012-02-10 10:45:58 +01:00
Petr Mladek
ef09cbf453 another improvement of the about dialog
* put back "supplied by %OOOVENDOR" instead of "developed by %OOOVENDOR"
* remove "LibreOffice is" from the copyright line. It has affect only when
  the product is called "LibreOffice"
* center version and buildid line
* remove the confusing branch-point from buildid; it is not longer necessary
  when we have the version suffix, e.g. beta1+
2012-02-09 17:33:09 +01:00
Korrawit Pruegsanusak
274772b5ae use $ENV{GNUMAKE} instead of constant 'make' 2012-02-08 21:09:33 +07:00
Norbert Thiebaud
51a3d9c07c adapt create-tags/create-ids to the absence of set_soenv.in 2012-02-07 12:03:44 -06:00
Stephan Bergmann
db3aaa31c8 Print log file in case of error
...so that tinderbox output becomes useful.
2012-02-06 17:54:13 +01:00
Norbert Thiebaud
c857dff7fc switch to include-based build rather than sourced-based build 2012-02-05 19:34:05 -06:00
Norbert Thiebaud
909cd34b7b coup de grace for Env.Host.sh and associated files 2012-02-05 19:34:05 -06:00
Norbert Thiebaud
9be1f79362 avoid exporting un-necessary symbol/alias for stable scripts 2012-02-05 19:34:04 -06:00
Norbert Thiebaud
43b987e43f replace SOLARSRC by SRC_ROOT and get rid of SOLARDEFIMG uses 2012-02-05 19:34:02 -06:00
Jesús Corrius
7be0cc289d A few safe replacements of pathes->paths 2012-02-01 14:43:37 +01:00
Caolán McNamara
02bc9871e4 allow unaligned memory accesses only on x86/x86_64 2012-01-30 13:25:16 +00:00
Miklos Vajna
439e5279c5 solenv: handle error code from ./g
This avoids "Cannot find the git binary! Is git installed and is in
PATH?" strings in the about dialog when building from a tarball.
2012-01-26 17:34:46 +01:00
Jan Holesovsky
1195d989d4 Allow killing 'make docs' by Ctrl-c. 2012-01-25 12:35:54 +01:00
Noel Power
e8681bede9 Revert "fix ( hopefully ) viewing artifacts in input line fdo#44391"
This reverts commit 1f0ba00748.
2012-01-24 11:13:04 +00:00
Noel Power
1f0ba00748 fix ( hopefully ) viewing artifacts in input line fdo#44391 2012-01-24 10:41:29 +00:00
Fridrich Štrba
4903016508 Fix WiLangId.vbs operation
The script needs %TEMP% to be set in order to work properly.
Cygwin unsets TEMP which causes WiLangId.vbs to fail. Set the
TEMP variable to $TMPDIR before we call the cscript.exe.
2012-01-20 16:15:17 +01:00
Andras Timar
5d2f27834a fdo#44915 MSI installer l10n bug
Unfortunately msiinfo.exe has a limitation, it truncates Language
property in Summary Information at char position 254.
The replacement, WiLangId.vbs does not have this limitation.
2012-01-19 23:27:57 +01:00
Tor Lillqvist
aaccb3dc49 Don't print fairly pointless and verbose warning message 2012-01-18 23:18:29 +02:00
Eike Rathke
1245266ebc ./config_host.mk is to be sourced, not invoked 2012-01-09 17:03:56 +01:00
Miklos Vajna
be9c3de16a create-tags: fix "./config_host.mk: Permission denied" 2012-01-08 02:28:56 +01:00
August Sodora
6c3cfe6059 Generate docs for basic 2012-01-07 17:47:07 -05:00
Michael Stahl
bf6ccec633 solenv: that perl crud looks unhappy 2012-01-06 22:27:42 +01:00
Andras Timar
1204483c13 more wJRE cleanup 2012-01-06 19:16:35 +01:00
Andras Timar
d19667fc1a remove support of the 'bundle Adabas' feature of installer 2012-01-06 19:16:34 +01:00
Andras Timar
40d6a46770 remove support of the 'with JRE' installer 2012-01-06 19:16:33 +01:00