[Libreoffice] [PUSHED] [PATCH] tinbuild Readme

Thorsten Behrens thb at documentfoundation.org
Wed May 11 06:53:27 PDT 2011


Jonathan Aquilina wrote:
> @@ -44,6 +44,9 @@ like this:
>  
>  tinbuild -m joe_hacker at gmail.com -s smtp.gmail.com -u joe_hacker -p SeCrEt -c tls -t "Linux gcc-4.4.1 (x86_64)"
>  
> +Please note that you will need to change the default smtp port to port
> +587 if you would like to use gmail.
> +
>
Thanks, pushed - slightly amended, since it does work here for port
25.

> --- a/bin/tinbuild
> +++ b/bin/tinbuild
> @@ -1,4 +1,4 @@
> -#!/bin/sh
> +#!/bin/bash
>  
>  export LC_ALL="C"
>  
> @@ -15,7 +15,7 @@ TINDERNAME=
>  BANDWIDTH=
>  LOCK=
>  
> -SMTPPORT=25
> +SMTPPORT=587
>  SMTPCRYPT=none
>  SMTPHOST=
>  SMTPUSER=
>
Not pushed - the former is already fixed in a more portable way, the
latter is prolly just in error.

Cheers,

-- Thorsten
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/libreoffice/attachments/20110511/88aa813e/attachment.pgp>


More information about the LibreOffice mailing list