buildbot success in ASF Buildbot on openoffice-linux32-nightly

2015-09-15 Thread buildbot
The Buildbot has detected a passing build on builder openoffice-linux32-nightly 
while building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/openoffice-linux32-nightly/builds/86

Buildbot URL: http://ci.apache.org/

Buildslave for this Build: bb-vm2_ubuntu_32bit

Build Reason: The Nightly scheduler named 'openoffice-linux32-nightly' 
triggered this build
Build Source Stamp: [branch openoffice/trunk] HEAD
Blamelist: 

Build succeeded!

Sincerely,
 -The Buildbot





buildbot success in ASF Buildbot on openoffice-fbsd-nightly

2015-09-15 Thread buildbot
The Buildbot has detected a passing build on builder openoffice-fbsd-nightly 
while building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/openoffice-fbsd-nightly/builds/71

Buildbot URL: http://ci.apache.org/

Buildslave for this Build: bb-fbsd2_64bit

Build Reason: The Nightly scheduler named 'openoffice-fbsd-nightly' triggered 
this build
Build Source Stamp: [branch openoffice/trunk] HEAD
Blamelist: 

Build succeeded!

Sincerely,
 -The Buildbot





buildbot success in ASF Buildbot on openoffice-linux64-nightly

2015-09-15 Thread buildbot
The Buildbot has detected a passing build on builder openoffice-linux64-nightly 
while building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/openoffice-linux64-nightly/builds/80

Buildbot URL: http://ci.apache.org/

Buildslave for this Build: tethys_ubuntu

Build Reason: The Nightly scheduler named 'openoffice-linux64-nightly' 
triggered this build
Build Source Stamp: [branch openoffice/trunk] HEAD
Blamelist: 

Build succeeded!

Sincerely,
 -The Buildbot





svn commit: r1703220 - in /openoffice/trunk/main: sal/qa/ sal/qa/helper/gcov/ solenv/bin/ solenv/bin/modules/

2015-09-15 Thread pfg
Author: pfg
Date: Tue Sep 15 15:01:59 2015
New Revision: 1703220

URL: http://svn.apache.org/r1703220
Log:
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

Modified:
openoffice/trunk/main/sal/qa/buildall.pl
openoffice/trunk/main/sal/qa/helper/gcov/gcov_filter.pl
openoffice/trunk/main/sal/qa/helper/gcov/gcov_result.pl
openoffice/trunk/main/sal/qa/helper/gcov/gcov_resultcompare.pl
openoffice/trunk/main/sal/qa/helper/gcov/gcov_resultinterpreter.pl
openoffice/trunk/main/solenv/bin/cleanzip.pl
openoffice/trunk/main/solenv/bin/cws.pl
openoffice/trunk/main/solenv/bin/download_missing_extensions.pl
openoffice/trunk/main/solenv/bin/image-sort.pl
openoffice/trunk/main/solenv/bin/makemani.pl
openoffice/trunk/main/solenv/bin/modules/osarch.pm
openoffice/trunk/main/solenv/bin/patch_make_releases_xml.pl
openoffice/trunk/main/solenv/bin/patch_tool.pl
openoffice/trunk/main/solenv/bin/release_prepare.pl

Modified: openoffice/trunk/main/sal/qa/buildall.pl
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/sal/qa/buildall.pl?rev=1703220=1703219=1703220=diff
==
--- openoffice/trunk/main/sal/qa/buildall.pl (original)
+++ openoffice/trunk/main/sal/qa/buildall.pl Tue Sep 15 15:01:59 2015
@@ -21,7 +21,7 @@ eval 'exec perl -wS $0 ${1+"$@"}'
 #  
 #**
 
-# #!/usr/bin/env perl -w
+# #!/usr/bin/perl -w
 
 use strict;
 use POSIX;

Modified: openoffice/trunk/main/sal/qa/helper/gcov/gcov_filter.pl
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/sal/qa/helper/gcov/gcov_filter.pl?rev=1703220=1703219=1703220=diff
==
--- openoffice/trunk/main/sal/qa/helper/gcov/gcov_filter.pl (original)
+++ openoffice/trunk/main/sal/qa/helper/gcov/gcov_filter.pl Tue Sep 15 15:01:59 
2015
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl -w
+#!/usr/bin/perl -w
 # 
 # $Id: gcov_filter.pl,v 1.4 2005-11-02 17:23:57 kz Exp $
 #

Modified: openoffice/trunk/main/sal/qa/helper/gcov/gcov_result.pl
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/sal/qa/helper/gcov/gcov_result.pl?rev=1703220=1703219=1703220=diff
==
--- openoffice/trunk/main/sal/qa/helper/gcov/gcov_result.pl (original)
+++ openoffice/trunk/main/sal/qa/helper/gcov/gcov_result.pl Tue Sep 15 15:01:59 
2015
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl -w
+#!/usr/bin/perl -w
 # *
 #  
 #  Licensed to the Apache Software Foundation (ASF) under one

Modified: openoffice/trunk/main/sal/qa/helper/gcov/gcov_resultcompare.pl
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/sal/qa/helper/gcov/gcov_resultcompare.pl?rev=1703220=1703219=1703220=diff
==
--- openoffice/trunk/main/sal/qa/helper/gcov/gcov_resultcompare.pl (original)
+++ openoffice/trunk/main/sal/qa/helper/gcov/gcov_resultcompare.pl Tue Sep 15 
15:01:59 2015
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl -w
+#!/usr/bin/perl -w
 # *
 #  
 #  Licensed to the Apache Software Foundation (ASF) under one

Modified: openoffice/trunk/main/sal/qa/helper/gcov/gcov_resultinterpreter.pl
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/sal/qa/helper/gcov/gcov_resultinterpreter.pl?rev=1703220=1703219=1703220=diff
==
--- openoffice/trunk/main/sal/qa/helper/gcov/gcov_resultinterpreter.pl 
(original)
+++ openoffice/trunk/main/sal/qa/helper/gcov/gcov_resultinterpreter.pl Tue Sep 
15 15:01:59 2015
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl -w
+#!/usr/bin/perl -w
 # *
 #  
 #  Licensed to the Apache Software Foundation (ASF) under one

Modified: openoffice/trunk/main/solenv/bin/cleanzip.pl
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/solenv/bin/cleanzip.pl?rev=1703220=1703219=1703220=diff
==
--- openoffice/trunk/main/solenv/bin/cleanzip.pl (original)
+++ openoffice/trunk/main/solenv/bin/cleanzip.pl Tue Sep 15 15:01:59 2015
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl -w
+#!/usr/bin/perl -w
 #**
 #  
 #  Licensed to the Apache Software Foundation (ASF) under one

Modified: openoffice/trunk/main/solenv/bin/cws.pl
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/solenv/bin/cws.pl?rev=1703220=1703219=1703220=diff
==
--- 

buildbot success in ASF Buildbot on openoffice-linux64-rat-aoo410

2015-09-15 Thread buildbot
The Buildbot has detected a passing build on builder 
openoffice-linux64-rat-aoo410 while building ASF Buildbot. Full details are 
available at:
http://ci.apache.org/builders/openoffice-linux64-rat-aoo410/builds/66

Buildbot URL: http://ci.apache.org/

Buildslave for this Build: tethys_ubuntu

Build Reason: The Nightly scheduler named 'openoffice-linux64-rat-aoo410' 
triggered this build
Build Source Stamp: [branch openoffice/branches/AOO410] HEAD
Blamelist: 

Build succeeded!

Sincerely,
 -The Buildbot





buildbot success in ASF Buildbot on openoffice-linux64-rat

2015-09-15 Thread buildbot
The Buildbot has detected a passing build on builder openoffice-linux64-rat 
while building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/openoffice-linux64-rat/builds/70

Buildbot URL: http://ci.apache.org/

Buildslave for this Build: tethys_ubuntu

Build Reason: The Nightly scheduler named 'openoffice-linux64-rat' triggered 
this build
Build Source Stamp: [branch openoffice/trunk] HEAD
Blamelist: 

Build succeeded!

Sincerely,
 -The Buildbot





svn commit: r1703206 - /openoffice/trunk/main/oowintool

2015-09-15 Thread pfg
Author: pfg
Date: Tue Sep 15 14:36:49 2015
New Revision: 1703206

URL: http://svn.apache.org/r1703206
Log:
Revert r1700845  for oowintool.

The shebang situation for Windows seems to be a bit odd. Revert the
change here as it's affecting the Windows buildbot.

Found and reported by:  damjan

Modified:
openoffice/trunk/main/oowintool

Modified: openoffice/trunk/main/oowintool
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/oowintool?rev=1703206=1703205=1703206=diff
==
--- openoffice/trunk/main/oowintool (original)
+++ openoffice/trunk/main/oowintool Tue Sep 15 14:36:49 2015
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl -w
+#!/usr/bin/perl -w
 # *
 #  
 #  Licensed to the Apache Software Foundation (ASF) under one