[Libreoffice-commits] dev-tools.git: ciabot/run-libreoffice-ciabot.pl

2020-06-29 Thread Guilhem Moulin (via logerrit)
 ciabot/run-libreoffice-ciabot.pl |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b83f0b2fd2dd4a78e106e23b5a92d38a8f0c7307
Author: Guilhem Moulin 
AuthorDate: Tue Jun 30 04:25:56 2020 +0200
Commit: Guilhem Moulin 
CommitDate: Tue Jun 30 04:25:56 2020 +0200

ciabot: Add missing linefeed.

diff --git a/ciabot/run-libreoffice-ciabot.pl b/ciabot/run-libreoffice-ciabot.pl
index 3c34e37..c48e821 100755
--- a/ciabot/run-libreoffice-ciabot.pl
+++ b/ciabot/run-libreoffice-ciabot.pl
@@ -126,7 +126,7 @@ sub report($$$) {
 if ( is_valid_bugzilla_commit( $repo, 
$branch_name ) ) {
 my $branch = $branch_name;
 $branch = 'master' if ($branch eq '');
-print "reporting to bugzilla: $_ and 
branch $branch";
+print "reporting to bugzilla: $_ and 
branch $branch\n";
 qx(python 
$cwd/libreoffice-bugzilla2.py -r $repo -c $_ -b $branch 
>>/var/log/ciabot/bugzilla.log);
 }
 qx($ciabot $repo $_ $branch_name 
$ciaproxy);
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] dev-tools.git: ciabot/run-libreoffice-ciabot.pl

2019-04-14 Thread Libreoffice Gerrit user
 ciabot/run-libreoffice-ciabot.pl |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit fef623f315aae63bd493960fe296d3e3a8af5ee0
Author: Thorsten Behrens 
AuthorDate: Mon Apr 15 03:15:58 2019 +0200
Commit: Thorsten Behrens 
CommitDate: Mon Apr 15 03:15:58 2019 +0200

ciabot: update git to production instance version

diff --git a/ciabot/run-libreoffice-ciabot.pl b/ciabot/run-libreoffice-ciabot.pl
index dfe0e9f..5ff97ec 100755
--- a/ciabot/run-libreoffice-ciabot.pl
+++ b/ciabot/run-libreoffice-ciabot.pl
@@ -123,7 +123,7 @@ sub report($$$) {
my $branch = $branch_name;
$branch = 'master' if ($branch eq '');
print "reporting to bugzilla: $_ and 
branch $branch";
-qx(python 
$cwd/libreoffice-bugzilla2.py -r $repo -c $_ -b $branch >> 
/home/ciabot/bugzilla.log);
+qx(python 
$cwd/libreoffice-bugzilla2.py -r $repo -c $_ -b $branch >> 
/srv/home/ciabot/bugzilla.log);
 }
 qx($ciabot $repo $_ $branch_name 
$ciaproxy);
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] dev-tools.git: ciabot/run-libreoffice-ciabot.pl

2019-03-21 Thread Libreoffice Gerrit user
 ciabot/run-libreoffice-ciabot.pl |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 668fb6d83f5b969cdb075fdd7b3d3c9f3c8ad183
Author: Michael Stahl 
AuthorDate: Tue Mar 12 16:11:13 2019 +0100
Commit: Thorsten Behrens 
CommitDate: Thu Mar 21 17:13:09 2019 +0100

ciabot: ignore "feature/" branches too

Change-Id: I362d0baf011faf423795a8214cb9c8c617d8ca74
Reviewed-on: https://gerrit.libreoffice.org/69109
Reviewed-by: Thorsten Behrens 
Tested-by: Thorsten Behrens 

diff --git a/ciabot/run-libreoffice-ciabot.pl b/ciabot/run-libreoffice-ciabot.pl
index c23d7ee..dfe0e9f 100755
--- a/ciabot/run-libreoffice-ciabot.pl
+++ b/ciabot/run-libreoffice-ciabot.pl
@@ -90,7 +90,7 @@ sub report($$$) {
 foreach my $key ( keys %new ) {
 my $branch_name = $key;
 $branch_name = '' if ( $branch_name eq 'master' );
-if ($branch_name =~ /aoo\/|distro\/|private\//) {
+if ($branch_name =~ /aoo\/|distro\/|private\/|feature\//) {
 next;
 }
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] dev-tools.git: ciabot/run-libreoffice-ciabot.pl

2016-02-29 Thread Michael Stahl
 ciabot/run-libreoffice-ciabot.pl |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b857d1e0563b4772e0ad93c905eea63be1a095fd
Author: Michael Stahl 
Date:   Mon Feb 29 11:39:02 2016 +0100

ciabot: try to filter out private branches too

Change-Id: If8cc7c91699abc34279c171a869079c7d5262832
Reviewed-on: https://gerrit.libreoffice.org/22765
Reviewed-by: Miklos Vajna 
Tested-by: Miklos Vajna 

diff --git a/ciabot/run-libreoffice-ciabot.pl b/ciabot/run-libreoffice-ciabot.pl
index 37163e8..c23d7ee 100755
--- a/ciabot/run-libreoffice-ciabot.pl
+++ b/ciabot/run-libreoffice-ciabot.pl
@@ -90,7 +90,7 @@ sub report($$$) {
 foreach my $key ( keys %new ) {
 my $branch_name = $key;
 $branch_name = '' if ( $branch_name eq 'master' );
-if ($branch_name =~ /aoo\/|distro\//) {
+if ($branch_name =~ /aoo\/|distro\/|private\//) {
 next;
 }
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] dev-tools.git: ciabot/run-libreoffice-ciabot.pl

2015-10-05 Thread Miklos Vajna
 ciabot/run-libreoffice-ciabot.pl |2 ++
 1 file changed, 2 insertions(+)

New commits:
commit a010c418ff5940b0103745945658b4ff9b914eda
Author: Miklos Vajna 
Date:   Mon Oct 5 14:05:31 2015 +0200

ciabot: add online and dev-tools repos

Change-Id: I8f47bd3d5109482c46131e5adc442381f597

diff --git a/ciabot/run-libreoffice-ciabot.pl b/ciabot/run-libreoffice-ciabot.pl
index 517960c..37163e8 100755
--- a/ciabot/run-libreoffice-ciabot.pl
+++ b/ciabot/run-libreoffice-ciabot.pl
@@ -180,6 +180,8 @@ print timestamp() . " Checking for changes in the 
libreoffice repo & sending rep
 "dictionaries",
 "help",
 "si-gui",
+"online",
+"contrib/dev-tools",
 );
 
 $test = 0;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] dev-tools.git: ciabot/run-libreoffice-ciabot.pl

2015-04-17 Thread Markus Mohrhard
 ciabot/run-libreoffice-ciabot.pl |5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 2bd27f18f2435681259c0535c7b223195b3bdf7b
Author: Markus Mohrhard markus.mohrh...@googlemail.com
Date:   Fri Apr 17 07:42:46 2015 +

we need to always include a branch name

diff --git a/ciabot/run-libreoffice-ciabot.pl b/ciabot/run-libreoffice-ciabot.pl
index 80551a0..517960c 100755
--- a/ciabot/run-libreoffice-ciabot.pl
+++ b/ciabot/run-libreoffice-ciabot.pl
@@ -120,7 +120,10 @@ sub report($$$) {
 qx(perl -I $cwd $cwd/sigui-bugzilla.pl 
$repo $_ $branch_name);
 } else {
 if ( is_valid_bugzilla_commit( $repo, 
$branch_name ) ) {
-qx(python 
$cwd/libreoffice-bugzilla2.py -r $repo -c $_ -b $branch_name);
+   my $branch = $branch_name;
+   $branch = 'master' if ($branch eq '');
+   print reporting to bugzilla: $_ and 
branch $branch;
+qx(python 
$cwd/libreoffice-bugzilla2.py -r $repo -c $_ -b $branch  
/home/ciabot/bugzilla.log);
 }
 qx($ciabot $repo $_ $branch_name 
$ciaproxy);
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] dev-tools.git: ciabot/run-libreoffice-ciabot.pl

2014-10-27 Thread Markus Mohrhard
 ciabot/run-libreoffice-ciabot.pl |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 7f19d99f5c1cc9a1982f32e6512c8f6715fed9cc
Author: Markus Mohrhard markus.mohrh...@googlemail.com
Date:   Mon Oct 27 13:31:47 2014 +0100

use the new git bugzilla script now

diff --git a/ciabot/run-libreoffice-ciabot.pl b/ciabot/run-libreoffice-ciabot.pl
index c095b26..12be7f9 100755
--- a/ciabot/run-libreoffice-ciabot.pl
+++ b/ciabot/run-libreoffice-ciabot.pl
@@ -120,13 +120,13 @@ sub report($$$) {
 qx(perl -I $cwd $cwd/sigui-bugzilla.pl 
$repo $_ $branch_name);
 } else {
 if ( is_valid_bugzilla_commit( $repo, 
$branch_name ) ) {
-qx(perl -I $cwd 
$cwd/libreoffice-bugzilla.pl $repo $_ $branch_name);
+qx(python libreoffice-bugzilla2.py -r 
$repo -c $_ -b $branch_name);
 }
 qx($ciabot $repo $_ $branch_name 
$ciaproxy);
 }
 } else {
 if ( is_valid_bugzilla_commit( $repo, 
$branch_name ) ) {
-print perl -I $cwd 
$cwd/libreoffice-bugzilla.pl '$repo' '$_' '$branch_name'\n;
+print python libreoffice-bugzilla2.py -r 
'$repo' -c '$_' -b '$branch_name'\n;
 }
 print $ciabot '$repo' '$_' '$branch_name' 
$ciaproxy\n;
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] dev-tools.git: ciabot/run-libreoffice-ciabot.pl

2014-10-27 Thread Markus Mohrhard
 ciabot/run-libreoffice-ciabot.pl |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit ec5c232195db7a3f931af15a06198668745a3d5b
Author: Markus Mohrhard markus.mohrh...@googlemail.com
Date:   Mon Oct 27 13:45:17 2014 +0100

fix script invocation

diff --git a/ciabot/run-libreoffice-ciabot.pl b/ciabot/run-libreoffice-ciabot.pl
index 12be7f9..80551a0 100755
--- a/ciabot/run-libreoffice-ciabot.pl
+++ b/ciabot/run-libreoffice-ciabot.pl
@@ -120,13 +120,13 @@ sub report($$$) {
 qx(perl -I $cwd $cwd/sigui-bugzilla.pl 
$repo $_ $branch_name);
 } else {
 if ( is_valid_bugzilla_commit( $repo, 
$branch_name ) ) {
-qx(python libreoffice-bugzilla2.py -r 
$repo -c $_ -b $branch_name);
+qx(python 
$cwd/libreoffice-bugzilla2.py -r $repo -c $_ -b $branch_name);
 }
 qx($ciabot $repo $_ $branch_name 
$ciaproxy);
 }
 } else {
 if ( is_valid_bugzilla_commit( $repo, 
$branch_name ) ) {
-print python libreoffice-bugzilla2.py -r 
'$repo' -c '$_' -b '$branch_name'\n;
+print python 
$cwd/libreoffice-bugzilla2.py -r '$repo' -c '$_' -b '$branch_name'\n;
 }
 print $ciabot '$repo' '$_' '$branch_name' 
$ciaproxy\n;
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] dev-tools.git: ciabot/run-libreoffice-ciabot.pl

2014-06-05 Thread Miklos Vajna
 ciabot/run-libreoffice-ciabot.pl |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ddc585a27941134fc0618e3f94e0a1d2fea1bf84
Author: Miklos Vajna vmik...@collabora.co.uk
Date:   Thu Jun 5 09:23:56 2014 +0200

ciabot: ignore distro branches on IRC, as requested by the ESC

Change-Id: I970eba737c2982bc5c28188e74c89f0021df1d4c

diff --git a/ciabot/run-libreoffice-ciabot.pl b/ciabot/run-libreoffice-ciabot.pl
index 9a102fb..c095b26 100755
--- a/ciabot/run-libreoffice-ciabot.pl
+++ b/ciabot/run-libreoffice-ciabot.pl
@@ -90,7 +90,7 @@ sub report($$$) {
 foreach my $key ( keys %new ) {
 my $branch_name = $key;
 $branch_name = '' if ( $branch_name eq 'master' );
-if ($branch_name =~ /aoo\//) {
+if ($branch_name =~ /aoo\/|distro\//) {
 next;
 }
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] dev-tools.git: ciabot/run-libreoffice-ciabot.pl

2014-06-01 Thread Markus Mohrhard
 ciabot/run-libreoffice-ciabot.pl |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 5b17e860514b1ac3252be0c2ade1b4248883eab4
Author: Markus Mohrhard markus.mohrh...@googlemail.com
Date:   Sun Jun 1 12:55:06 2014 +0200

fix 475eb0d0, we want to skip the bugzilla notification and not ciabot

diff --git a/ciabot/run-libreoffice-ciabot.pl b/ciabot/run-libreoffice-ciabot.pl
index 2ca4b9f..1976e88 100755
--- a/ciabot/run-libreoffice-ciabot.pl
+++ b/ciabot/run-libreoffice-ciabot.pl
@@ -119,15 +119,15 @@ sub report($$$) {
 qx(perl -I $cwd $cwd/sigui-bugzilla.pl 
$repo $_ $branch_name);
 } else {
 if ( is_valid_bugzilla_commit( $repo, 
$branch_name ) ) {
-qx($ciabot $repo $_ $branch_name 
$ciaproxy);
+qx(perl -I $cwd 
$cwd/libreoffice-bugzilla.pl $repo $_ $branch_name);
 }
-qx(perl -I $cwd 
$cwd/libreoffice-bugzilla.pl $repo $_ $branch_name);
+qx($ciabot $repo $_ $branch_name 
$ciaproxy);
 }
 } else {
 if ( is_valid_bugzilla_commit( $repo, 
$branch_name ) ) {
-print $ciabot '$repo' '$_' '$branch_name' 
$ciaproxy\n;
+print perl -I $cwd 
$cwd/libreoffice-bugzilla.pl '$repo' '$_' '$branch_name'\n;
 }
-print perl -I $cwd 
$cwd/libreoffice-bugzilla.pl '$repo' '$_' '$branch_name'\n;
+print $ciabot '$repo' '$_' '$branch_name' 
$ciaproxy\n;
 }
 }
 close COMMITS;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] dev-tools.git: ciabot/run-libreoffice-ciabot.pl

2014-06-01 Thread Markus Mohrhard
 ciabot/run-libreoffice-ciabot.pl |1 +
 1 file changed, 1 insertion(+)

New commits:
commit dc64b3dd2b567c9d73fe4aa5b61f8aaeac05dce2
Author: Markus Mohrhard markus.mohrh...@googlemail.com
Date:   Sun Jun 1 13:07:22 2014 +0200

fix 3f17397, the master branch is represented by the empty string

diff --git a/ciabot/run-libreoffice-ciabot.pl b/ciabot/run-libreoffice-ciabot.pl
index 1976e88..9a102fb 100755
--- a/ciabot/run-libreoffice-ciabot.pl
+++ b/ciabot/run-libreoffice-ciabot.pl
@@ -62,6 +62,7 @@ sub get_branches() {
 sub is_valid_bugzilla_commit($$) {
my ( $repo, $branch ) = @_;
return 1 if ( $repo ne 'core' );
+   return 1 if ( $branch eq '' );
return ( $branch =~ /^(libreoffice-[^\/]*|master)$/ );
 }
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] dev-tools.git: ciabot/run-libreoffice-ciabot.pl

2013-11-24 Thread Miklos Vajna
 ciabot/run-libreoffice-ciabot.pl |4 
 1 file changed, 4 insertions(+)

New commits:
commit 5b30f5e312860994ed60a622cd9f249afb6cfa07
Author: Miklos Vajna vmik...@collabora.co.uk
Date:   Sun Nov 24 11:24:37 2013 +

ciabot: log stdout / stderr (instead of running in screen)

diff --git a/ciabot/run-libreoffice-ciabot.pl b/ciabot/run-libreoffice-ciabot.pl
index 351b828..689cb36 100755
--- a/ciabot/run-libreoffice-ciabot.pl
+++ b/ciabot/run-libreoffice-ciabot.pl
@@ -1,6 +1,10 @@
 #!/usr/bin/perl -w
 
 use POSIX;
+use File::Basename;
+
+open STDOUT, '', dirname($0) . /ciabot.out;
+open STDERR, '', dirname($0) . /ciabot.err;
 
 my $suffix = ;
 my $cwd;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] dev-tools.git: ciabot/run-libreoffice-ciabot.pl

2013-11-23 Thread Norbert Thiebaud
 ciabot/run-libreoffice-ciabot.pl |   28 +---
 1 file changed, 17 insertions(+), 11 deletions(-)

New commits:
commit 2f254b3b91be939286dcc58d7cb7b1f041e6058d
Author: Norbert Thiebaud nthieb...@gmail.com
Date:   Fri Nov 22 19:38:57 2013 -0600

ciabot: allow for bare repo. run from a common working directory base.

Change-Id: I4bbe7f6648cff0591a48cc84ada47fc89c86c886
Reviewed-on: https://gerrit.libreoffice.org/6765
Tested-by: Miklos Vajna vmik...@collabora.co.uk
Reviewed-by: Miklos Vajna vmik...@collabora.co.uk

diff --git a/ciabot/run-libreoffice-ciabot.pl b/ciabot/run-libreoffice-ciabot.pl
index 300c31c..28c66cc 100755
--- a/ciabot/run-libreoffice-ciabot.pl
+++ b/ciabot/run-libreoffice-ciabot.pl
@@ -2,11 +2,19 @@
 
 use POSIX;
 
-if ( ! -d 'core' ) {
+my $suffix;
+my $cwd;
+
+$cwd = `pwd`;
+chomp $cwd;
+
+if ( ! -d 'core'  ! -d 'core.git' ) {
 print STDERR Not a directory with libreoffice repos!\n;
 exit 1;
 }
-
+if ( -d 'core.git' ) {
+$suffix=.git
+}
 sub error($) {
 my ( $message ) = @_;
 print STDERR $message\n;
@@ -40,8 +48,8 @@ sub report($$$) {
 my ( $repo, $old_ref, $new_ref ) = @_;
 my %old = %{$old_ref};
 my %new = %{$new_ref};
-my $ciabot = timeout 60 libreoffice-ciabot.pl;
-my $ciaproxy = | ( cd ~/bin/irker-cia-proxy/; python irker-cia-proxy.py 
-s );
+my $ciabot = timeout 60 $cwd/libreoffice-ciabot.pl;
+my $ciaproxy = | ( cd $cwd  python irker-cia-proxy.py -s ;
 
 foreach my $key ( keys %new ) {
 my $branch_name = $key;
@@ -73,14 +81,14 @@ sub report($$$) {
 if (!$test) {
 if ($repo eq si-gui)
 {
-qx(perl -I ~/bin ~/bin/sigui-bugzilla.pl 
$repo $_ $branch_name);
+qx(perl -I $cwd $cwd/sigui-bugzilla.pl 
$repo $_ $branch_name);
 } else {
 qx($ciabot $repo $_ $branch_name 
$ciaproxy);
-qx(perl -I ~/bin 
~/bin/libreoffice-bugzilla.pl $repo $_ $branch_name);
+qx(perl -I $cwd 
$cwd/libreoffice-bugzilla.pl $repo $_ $branch_name);
 }
 } else {
 print $ciabot '$repo' '$_' '$branch_name' 
$ciaproxy\n;
-print perl -I ~/bin 
~/bin/libreoffice-bugzilla.pl '$repo' '$_' '$branch_name'\n;
+print perl -I $cwd 
$cwd/libreoffice-bugzilla.pl '$repo' '$_' '$branch_name'\n;
 }
 }
 close COMMITS;
@@ -125,7 +133,6 @@ sub report($$$) {
 print timestamp() .  Checking for changes in the libreoffice repo  sending 
reports to CIA.vc.\n;
 
 @all_repos = (
-binfilter,
 core,
 dictionaries,
 help,
@@ -138,11 +145,10 @@ if ($test) {
 @all_repos = (test);
 }
 
-chomp( my $cwd = `pwd` );
 
 my %old_ref;
 foreach $repo (@all_repos) {
-chdir $cwd/$repo;
+chdir $cwd/$repo$suffix;
 qx(git fetch origin);
 qx(git fetch --tags origin);
 $old_ref{$repo} = get_branches();
@@ -150,7 +156,7 @@ foreach $repo (@all_repos) {
 
 while ( 1 ) {
 foreach $repo (@all_repos) {
-chdir $cwd/$repo;
+chdir $cwd/$repo$suffix;
 
 # update
 qx(git fetch origin);
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] dev-tools.git: ciabot/run-libreoffice-ciabot.pl

2013-11-23 Thread Miklos Vajna
 ciabot/run-libreoffice-ciabot.pl |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit cd44d3e66e7826f25d3ab895d61a5c1a85aaa79f
Author: Miklos Vajna vmik...@collabora.co.uk
Date:   Sat Nov 23 15:10:57 2013 +0100

ciabot: uninitialized variable

Change-Id: Iaf5c36dc7f13344c42a575709022a845eab27e50

diff --git a/ciabot/run-libreoffice-ciabot.pl b/ciabot/run-libreoffice-ciabot.pl
index 28c66cc..93dfa26 100755
--- a/ciabot/run-libreoffice-ciabot.pl
+++ b/ciabot/run-libreoffice-ciabot.pl
@@ -2,7 +2,7 @@
 
 use POSIX;
 
-my $suffix;
+my $suffix = ;
 my $cwd;
 
 $cwd = `pwd`;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] dev-tools.git: ciabot/run-libreoffice-ciabot.pl

2013-06-04 Thread Markus Mohrhard
 ciabot/run-libreoffice-ciabot.pl |9 +++--
 1 file changed, 7 insertions(+), 2 deletions(-)

New commits:
commit 59ecf809f22907af19aadca886b40929a1a5da27
Author: Markus Mohrhard markus.mohrh...@googlemail.com
Date:   Tue Jun 4 20:39:45 2013 +0200

use the new sugui bugzilla script for it

diff --git a/ciabot/run-libreoffice-ciabot.pl b/ciabot/run-libreoffice-ciabot.pl
index f53a2d6..6386f4d 100755
--- a/ciabot/run-libreoffice-ciabot.pl
+++ b/ciabot/run-libreoffice-ciabot.pl
@@ -71,8 +71,13 @@ sub report($$$) {
 chomp;
 print timestamp() .  Sending report about $_ in 
$key\n;
 if (!$test) {
-qx($ciabot $repo $_ $branch_name $ciaproxy);
-qx(perl -I ~/bin ~/bin/libreoffice-bugzilla.pl 
$repo $_ $branch_name);
+if ($repo == si-gui)
+{
+qx(perl -I ~/bin ~/bin/sigui-bugzilla.pl 
$repo $_ $branch_name);
+} else {
+qx($ciabot $repo $_ $branch_name 
$ciaproxy);
+qx(perl -I ~/bin 
~/bin/libreoffice-bugzilla.pl $repo $_ $branch_name);
+}
 } else {
 print $ciabot '$repo' '$_' '$branch_name' 
$ciaproxy\n;
 print perl -I ~/bin 
~/bin/libreoffice-bugzilla.pl '$repo' '$_' '$branch_name'\n;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] dev-tools.git: ciabot/run-libreoffice-ciabot.pl

2013-06-03 Thread Miklos Vajna
 ciabot/run-libreoffice-ciabot.pl |1 +
 1 file changed, 1 insertion(+)

New commits:
commit a572905eb0762544d69082a019774efd43a8a10a
Author: Miklos Vajna vmik...@suse.cz
Date:   Mon Jun 3 12:54:56 2013 +0200

ciabot: watch si-gui

Asked by Florian Reisinger

Change-Id: I49ce715cd75e23909a6a050510b22f27a6fc8a91

diff --git a/ciabot/run-libreoffice-ciabot.pl b/ciabot/run-libreoffice-ciabot.pl
index b7173b5..f53a2d6 100755
--- a/ciabot/run-libreoffice-ciabot.pl
+++ b/ciabot/run-libreoffice-ciabot.pl
@@ -124,6 +124,7 @@ print timestamp() .  Checking for changes in the 
libreoffice repo  sending rep
 core,
 dictionaries,
 help,
+si-gui,
 );
 
 $test = 0;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits