Module: tools
Branch: master
Commit: b36dfd8b7dda8c38d870d50bd7b11f657cdcea06
URL: http://source.winehq.org/git/tools.git/?a=commit;h=b36dfd8b7dda8c38d870d50b…
Author: Francois Gouget <fgouget(a)codeweavers.com>
Date: Wed Apr 24 18:37:39 2013 +0200
testbot/WineRunTask: Only link test suite results from the 'latest' directory.
These results are later used to filter out test failures that are
already present in the Wine source from those introduced by the new
patches being tested. Linking every test result there would result in
test failures to be sometimes wrongfully ignored.
---
testbot/bin/WineRunTask.pl | 8 +++-----
testbot/bin/WineSendLog.pl | 3 +++
2 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/testbot/bin/WineRunTask.pl b/testbot/bin/WineRunTask.pl
index 4428b6b..a06c8e6 100755
--- a/testbot/bin/WineRunTask.pl
+++ b/testbot/bin/WineRunTask.pl
@@ -68,6 +68,7 @@ sub FatalError($$$$$)
LogTaskError($ErrMessage, $FullErrFileName);
if ($Step->Type eq "suite")
{
+ # Link the test suite's results for future use in WineSendLog.pl.
my $LatestName = "$DataDir/latest/" . $Task->VM->Name . "_" .
($Step->FileType eq "exe64" ? "64" : "32") . ".err";
unlink($LatestName);
@@ -337,13 +338,10 @@ if ($TA->GetFile($RptFileName, $FullLogFileName))
$Task->TestFailures($TestFailures);
$NewStatus = "completed";
+ chmod 0664, $FullLogFileName;
if ($Step->Type eq "suite")
{
- chmod 0664, $FullLogFileName;
- }
- else
- {
- chmod 0664, $FullLogFileName;
+ # Link the test suite's results for future use in WineSendLog.pl.
my $LatestNameBase = "$DataDir/latest/" . $VM->Name . "_" .
($Step->FileType eq "exe64" ? "64" : "32");
unlink("${LatestNameBase}.log");
diff --git a/testbot/bin/WineSendLog.pl b/testbot/bin/WineSendLog.pl
index 0b31e7c..8ea4d9c 100755
--- a/testbot/bin/WineSendLog.pl
+++ b/testbot/bin/WineSendLog.pl
@@ -401,6 +401,9 @@ EOF
{
if (defined($StepTask->CmdLineArg))
{
+ # Filter out failures that happened in the full test suite:
+ # the test suite is run against code which is already in Wine
+ # so all any failure it reported not caused by this patch.
$MessagesFromLog = CompareLogs("$LatestName.log", "$TaskDir/log",
$BaseName, $StepTask->CmdLineArg);
}
Module: website
Branch: master
Commit: 8fd04b9de6404d386384337d8821b2c4d4c83f22
URL: http://source.winehq.org/git/website.git/?a=commit;h=8fd04b9de6404d38638433…
Author: Lucas Zawacki <lfzawacki(a)gmail.com>
Date: Tue Apr 23 18:33:36 2013 -0300
Correct portuguese translation for release 1.5.28
I forgot to translate the first line, my apologies.
---
news/pt/2013041201.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/news/pt/2013041201.xml b/news/pt/2013041201.xml
index f8acd19..7741e29 100644
--- a/news/pt/2013041201.xml
+++ b/news/pt/2013041201.xml
@@ -5,7 +5,7 @@
<p> A versão de desenvolvimento 1.5.28 já está disponível agora.</p>
<p> <a href="{$root}/announce/1.5.28">Novidades</a> desta versão:
<ul>
- <li>GnuTLS used for all secure connections, OpenSSL is no longer needed.</li>
+ <li>GnuTLS sendo usado para todas conexões seguras, OpenSSL não é mais necessário.</li>
<li>Driver de Mac habilitado por padrão.</li>
<li>Fontes FixedSys incluídas.</li>
<li>Um novo ícone para o painel de controle de controladores de jogo.</li>
Module: website
Branch: master
Commit: 0fa5fc99e1607ec3ea30cca5be766b6b307ffbda
URL: http://source.winehq.org/git/website.git/?a=commit;h=0fa5fc99e1607ec3ea30cc…
Author: Lucas Zawacki <lfzawacki(a)gmail.com>
Date: Tue Apr 23 14:16:53 2013 -0300
Translate Ubuntu download section to Portuguese
---
templates/pt/download/ubuntu.template | 61 +++++++++++++++++++++++++++++++++
1 files changed, 61 insertions(+), 0 deletions(-)
diff --git a/templates/pt/download/ubuntu.template b/templates/pt/download/ubuntu.template
new file mode 100644
index 0000000..405f9f8
--- /dev/null
+++ b/templates/pt/download/ubuntu.template
@@ -0,0 +1,61 @@
+<!--TITLE:[Instalando o Wine mais recente no Ubuntu]-->
+<!--BLURB:[Instalando o Wine mais recente no Ubuntu]-->
+
+<h1 class="title"><a href="http://www.ubuntu.com/" target="_new"><img src="{$root}/images/distro/ubuntu.png" width="50" height="50" alt="Ubuntu Logo" border="0"></a>
+Wine para o Ubuntu e derivativos do Ubuntu
+<a href="http://www.ubuntu.com/" target="_new"><img src="{$root}/images/distro/ubuntu.png" width="50" height="50" alt="Ubuntu Logo" border="0"></a></h1>
+
+<p>Ubuntu e derivativas do Ubuntu (como o Kubuntu) obtém seus aplicativos de
+<i>pacotes</i> que são guardados em <i>repositórios</i>. O repositório padrão
+do Ubuntu inclui o Wine, entretanto se você quiser se manter a par dos pacotes
+mais recentes do Wine você pode usar o repositório do WineHQ seguindo estas instruções.
+</p>
+
+<h2>Adicionando o repositório PPA do WineHQ:</h2>
+
+<p>Acesse o menu 'Fontes de Aplicativos' abrindo o <b>Centro de Aplicativos do Ubuntu</b>
+e selecionando <b>Editar->Fontes de Aplicativos</b>. Escolha a aba
+<b>Aplicativos de Terceiros</b> e clique <b>Adicionar</b>.</p>
+
+<img src="{$root}/images/distro/ubuntu-ppa.png" width="531" height="509" alt="Software Center->Edit->Software Sources->Other Software" border="0">
+
+<ppa>Depois, <b>copie e cole a linha abaixo</b>.</p>
+
+<i>ppa:ubuntu-wine/ppa</i></p>
+
+<h2>Aviso: Pacotes Beta</h2>
+
+<p><i>Os pacotes da versão 1.5 são pacotes beta. Isto quer dizer que
+eles podem sofrer <a href="http://wiki.winehq.org/Regression">regressões</a>
+periodicamente, e como resultado, prejudicar a funcionalidade do Wine.
+Caso o pacote estável da versão 1.4 do Wine funcione bem no seu sistema, talvez
+você prefira não usar estes pacotes beta.</i></p>
+
+<h2>Instalando o Wine:</h2>
+
+<p>Depois de adicionar o repositório PPA do WineHQ, você está pronto para instalar.</p>
+
+<p><i>Para adquirir a versão mais recente do Wine 1.5 beta,
+<a href="apt://wine1.5">clique neste link para instalar o pacote wine1.5</a>.</i></p>
+<p><i>Para instalar a versão mais antiga e estável do Wine 1.4,
+<a href="apt://wine1.4">clique neste link para instalar o pacote wine1.4</a>.</i></p>
+
+<h2>Atualizando para uma versão mais nova do Ubuntu</h2>
+
+<p>Caso você esteja fazendo a atualização de sistema, como por exemplo ao atualizar do Ubuntu 11.10 para 12.04,
+você precisará voltar nesta página e adicionar o repositório novamente.
+O gerenciador de atualizações padrão não irá fazer a mudança de repositório automaticamente.
+</p>
+
+<h2>Instruções alternativas de linha de comando para instalar o Wine:</h2>
+
+<p>Também é possível adicionar a PPA do Wine e fazer a instalação via terminal. Isto
+pode ser útil no Kubuntu, Xubuntu e outras derivativas de Ubuntu.</p>
+
+<p><i>sudo add-apt-repository ppa:ubuntu-wine/ppa</i></p>
+
+<p>Então atualize a informação de pacotes APT com o comando '<b>sudo apt-get
+update</b>'. Você agora pode instalar o Wine digitando '<b>sudo apt-get
+install wine1.5</b>'.</p>
+
+<p>Caso você queira navegar a PPA manualmente, você pode <a href="https://launchpad.net/~ubuntu-wine/+archive/ppa">visitar a página no Launchpad</a>.</p>
Module: website
Branch: master
Commit: 47467e7a1141b6a299b34fcf268666b6217b3ff2
URL: http://source.winehq.org/git/website.git/?a=commit;h=47467e7a1141b6a299b34f…
Author: Lucas Zawacki <lfzawacki(a)gmail.com>
Date: Tue Apr 23 14:16:52 2013 -0300
Portuguese translation for release 1.5.28
---
news/pt/2013041201.xml | 16 ++++++++++++++++
1 files changed, 16 insertions(+), 0 deletions(-)
diff --git a/news/pt/2013041201.xml b/news/pt/2013041201.xml
new file mode 100644
index 0000000..f8acd19
--- /dev/null
+++ b/news/pt/2013041201.xml
@@ -0,0 +1,16 @@
+<news>
+<date>12 de Abril de 2013</date>
+<title>Wine 1.5.28 lançado</title>
+<body>
+<p> A versão de desenvolvimento 1.5.28 já está disponível agora.</p>
+<p> <a href="{$root}/announce/1.5.28">Novidades</a> desta versão:
+<ul>
+ <li>GnuTLS used for all secure connections, OpenSSL is no longer needed.</li>
+ <li>Driver de Mac habilitado por padrão.</li>
+ <li>Fontes FixedSys incluídas.</li>
+ <li>Um novo ícone para o painel de controle de controladores de jogo.</li>
+ <li>Melhoria do driver Postscript.</li>
+ <li>Várias correções de bugs</li>
+<p><p>O código fonte está <a href="http://prdownloads.sourceforge.net/wine/wine-1.5.28.tar.bz2">disponível agora</a>.
+Pacotes binários estão em processo de construção e irão aparecer em breve em suas respectivas <a href="{$root}/download">sessões da área de downloads</a>.
+</p></body></news>