History log of /aoo42x/main/solenv/bin/ (Results 51 - 75 of 243)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: AOO414
9955fd1105-Aug-2017 Matthias Seidel

Added more statements for nsis languages, reordered

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1804182 13f79535-47bb-0310-9956-ffa450edef68

5e7cbc6402-Aug-2017 Matthias Seidel

Added statement for eu (Basque)

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1803862 13f79535-47bb-0310-9956-ffa450edef68

4ff3bb4a02-Aug-2017 Matthias Seidel

#i127491# Added statement for nb (Norsk Bokmal)

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1803787 13f79535-47bb-0310-9956-ffa450edef68

Revision tags: AOO413
f1e0dfd315-Mar-2017 Matthias Seidel

Fixed typos

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1786974 13f79535-47bb-0310-9956-ffa450edef68

1cd770ab12-Mar-2017 Matthias Seidel

Fixed typos

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1786610 13f79535-47bb-0310-9956-ffa450edef68

4e32e95907-Mar-2017 Raphael Bircher

Remove some old stuff from SUN Time EIS/CWS

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1785899 13f79535-47bb-0310-9956-ffa450edef68

b9fd132d24-Dec-2016 pfg

Add some "Revision" svn keywords.

Revisions were used within the tree, perhaps inherited by previous
CVS/Subversion usage. Re-use them now since we have been lazy about
updating them

Add some "Revision" svn keywords.

Revisions were used within the tree, perhaps inherited by previous
CVS/Subversion usage. Re-use them now since we have been lazy about
updating them manually and because they can be useful for bug reports.


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1775979 13f79535-47bb-0310-9956-ffa450edef68

show more ...

7b4f406622-Dec-2016 pfg

Re-enable some Id svn:keywords.

Most of these pre-existed in the code, probably due to older version
control. New Id keywords were added only in these files:

main/solenv/inc/mi

Re-enable some Id svn:keywords.

Most of these pre-existed in the code, probably due to older version
control. New Id keywords were added only in these files:

main/solenv/inc/minor.mk
main/vcl/unx/kde4/KDEXLib.cxx

The latter are important as they keep release information and we want
to maintain such references when new versions are bumped.
While here, update the information for KDE.




git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1775751 13f79535-47bb-0310-9956-ffa450edef68

show more ...

c0f6b92403-Dec-2016 arielch

i127236 - Use libwww-perl to download dependencies

Cherrypicked some changes from Revision 1761352


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1772462 13f7953

i127236 - Use libwww-perl to download dependencies

Cherrypicked some changes from Revision 1761352


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1772462 13f79535-47bb-0310-9956-ffa450edef68

show more ...

b871de3621-Oct-2016 arielch

i127100 - Build Windows installer with NSIS >= 3.0


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1766031 13f79535-47bb-0310-9956-ffa450edef68

55511c5001-Oct-2016 pescetti

#i127148# Include testgraphical/references in generated source package.

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1763019 13f79535-47bb-0310-9956-ffa450edef68

4b8ca05d01-Oct-2016 pescetti

#i126605# Ignore generated scripts for supported platforms when creating source package.

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1763017 13f79535-47bb-0310-9956-ffa450e

#i126605# Ignore generated scripts for supported platforms when creating source package.

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1763017 13f79535-47bb-0310-9956-ffa450edef68

show more ...

274b8a6221-Sep-2016 pescetti

#i127129# Backport fix from AOO413 for downloading extensions from HTTPS.

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1761814 13f79535-47bb-0310-9956-ffa450edef68

Revision tags: AOO4121
a4176b6528-Jul-2016 damjan

Perl returns the exit code of a subprocess shifted right by 8 bits.
Shift it left before use.

Patch by: me



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trun

Perl returns the exit code of a subprocess shifted right by 8 bits.
Shift it left before use.

Patch by: me



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1754353 13f79535-47bb-0310-9956-ffa450edef68

show more ...

fb2ebae727-Jul-2016 damjan

Allow Ctrl+C to interrupt ./bootstrap.

Patch by: me



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1754316 13f79535-47bb-0310-9956-ffa450edef68

6eeb2f2824-Jul-2016 damjan

Give up on using Perl's LWP::UserAgent and LWP::Protocol::https to download
files during ./bootstrap. It's a nightmare to get it working on the
buildbots - Infra has been trying on INFRA-1129

Give up on using Perl's LWP::UserAgent and LWP::Protocol::https to download
files during ./bootstrap. It's a nightmare to get it working on the
buildbots - Infra has been trying on INFRA-11296 for 5 months to get it
installed. Installing through CPAN doesn't always work - tests fail on
CentOS 5 and on Cygwin. Even when installed, it's not always found. The
gain just doesn't justify the effort. Worst of all, it's holding back
development.

What else is there? A CLI tool like wget could work, but it's not listed as
a dependency, and it breaks on CentOS 5 for https://, the thing it's needed
for most.

I instead re-implemented it in Java. Java is freely available, highly
portable, and rock solid. We already use it in the build, and it's
described as being a mandatory build requirement even though
./configure.ac treats it as optional. Best of all it supports https://
out of the box in java.net.URLConnection and uses its own root CA
certificates. Tests show my AOOJavaDownloader class works on FreeBSD and
Windows, supports HTTP redirection, and generally works like a charm.

Patch by: me



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1753943 13f79535-47bb-0310-9956-ffa450edef68

show more ...

d29d84fa05-Jun-2016 damjan

#i126736#: fix typo in systemactions.pm

Remove stray backslashes in warning messages in systemactions.pm which
cause warnings.

Patch by: j.nitschke@ok.de
Reviewed by: me

#i126736#: fix typo in systemactions.pm

Remove stray backslashes in warning messages in systemactions.pm which
cause warnings.

Patch by: j.nitschke@ok.de
Reviewed by: me



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1746887 13f79535-47bb-0310-9956-ffa450edef68

show more ...

30acf5e822-May-2016 pfg

Spelling, spelling ...

Why worry about some sprinkled German when we haven't yet learned English.


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1745006 13f79535

Spelling, spelling ...

Why worry about some sprinkled German when we haven't yet learned English.


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1745006 13f79535-47bb-0310-9956-ffa450edef68

show more ...

c014b5f219-Feb-2016 Damjan Jovanovic

Log the HTTP status when a download in ./bootstrap fails.

Patch by: me



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1731307 13f79535-47bb-0310-9956-ffa450

Log the HTTP status when a download in ./bootstrap fails.

Patch by: me



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1731307 13f79535-47bb-0310-9956-ffa450edef68

show more ...

83e0440a06-Feb-2016 Damjan Jovanovic

Exit the "./bootstrap" step with an error if some dependencies could not be
downloaded. If dependencies fail to download, the build usually fails later.
This is apparent on our buildbots. Rat

Exit the "./bootstrap" step with an error if some dependencies could not be
downloaded. If dependencies fail to download, the build usually fails later.
This is apparent on our buildbots. Rather catch it early.

Patch by: me



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1728822 13f79535-47bb-0310-9956-ffa450edef68

show more ...

06aba1c909-Jan-2016 Andrea Pescetti

#i126469# Fix failing checksums at first download attempt in ./bootstrap
Patch By: j.nitschke <j.nitschke@ok.de>



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1

#i126469# Fix failing checksums at first download attempt in ./bootstrap
Patch By: j.nitschke <j.nitschke@ok.de>



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1723866 13f79535-47bb-0310-9956-ffa450edef68

show more ...

Revision tags: AOO412, SNAPSHOT, AOO411
953605d515-Sep-2015 Pedro Giffuni

Revert r1700845 for more scripts.

The shebang situation for Windows seems to be a bit odd. Revert the
change in all the cases where it is likely to cause trouble.

Found and repo

Revert r1700845 for more scripts.

The shebang situation for Windows seems to be a bit odd. Revert the
change in all the cases where it is likely to cause trouble.

Found and reported by: damjan


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1703220 13f79535-47bb-0310-9956-ffa450edef68

show more ...

8c482dc002-Sep-2015 Pedro Giffuni

If you said /bin/sh use sh not bash.

Still the path for python doesn't look right.


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1700850 13f79535-47bb-0310-9956

If you said /bin/sh use sh not bash.

Still the path for python doesn't look right.


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1700850 13f79535-47bb-0310-9956-ffa450edef68

show more ...

91e872df02-Sep-2015 Pedro Giffuni

One more perl shebang.

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1700846 13f79535-47bb-0310-9956-ffa450edef68

c667dd4702-Sep-2015 Pedro Giffuni

Fix some perl shebangs.

Mosrt important perl scripts already use a portable method
but fix these nevertheless.


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk

Fix some perl shebangs.

Mosrt important perl scripts already use a portable method
but fix these nevertheless.


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1700845 13f79535-47bb-0310-9956-ffa450edef68

show more ...

12345678910