[Libreoffice-commits] dev-tools.git: 2 commits - ciabot/INSTALL ciabot/README
Markus Mohrhard
markus.mohrhard at googlemail.com
Sun Dec 14 06:32:48 PST 2014
ciabot/INSTALL | 4 ----
ciabot/README | 22 ----------------------
2 files changed, 26 deletions(-)
New commits:
commit 0f6d0e2787fe647f5f52ae58dea35154bf8b2be8
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date: Sun Dec 14 15:29:24 2014 +0100
remove any mentions of the perl script again
diff --git a/ciabot/README b/ciabot/README
index 9aff640..5975fa7 100644
--- a/ciabot/README
+++ b/ciabot/README
@@ -48,10 +48,6 @@ e.g. url = bugs.libreoffice.org/xmlrpc.cgi ->
Don't forget to also update the user/password for connecting.
-- Also change the values in config.pl:
-
-Update the server, user, and password
-
- If you don't have a LibreOffice core repo handy, clone one out
https://wiki.documentfoundation.org/Development/BuildingOnLinux#Cloning_and_building
@@ -62,8 +58,6 @@ https://wiki.documentfoundation.org/Development/BuildingOnLinux#Cloning_and_buil
- Run the script:
-perl /path/to/dev-tools/ciabot/libreoffice-ciabot.pl core f9453275d2710f9d3e9a4cc1285a57db334a5e2e
-
That should give you text that looks like this (abbreviated for space):
<message>
@@ -89,22 +83,6 @@ Date: Sun Dec 7 19:49:36 2014 -0500
Testing the integration scripts in ciabot/ to make sure that they run
as expected against a new server setup.
-- ENABLE SSL: If you're testing against one of the new TDF bugzilla
- VMs (configured via the salt config), you'll need to enable SSL
- by adding a 'use_ssl' line to libreoffice-bugzilla.pl:
-
- password => $bugzilla->{ password },
-- bug_number => $bugNr
-+ bug_number => $bugNr,
-+ use_ssl => 1
- );
-
-- cd back to the LibreOffice core repo
-
-- Run the ./libreoffice-bugzilla.pl script against your new commit sha1
-
-/path/to/dev-tools/ciabot/libreoffice-bugzilla.pl core 3da8ea79e96163
-
If the run is successful, you shouldn't see any output.
- Check the bug report to confirm that the change took place.
commit 9155e93d47d611759feac81c9aad458dc4ed76e9
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date: Sun Dec 14 15:26:56 2014 +0100
the perl stuff is deprecated and unused
diff --git a/ciabot/INSTALL b/ciabot/INSTALL
index 6e31dd5..8a2ffa9 100644
--- a/ciabot/INSTALL
+++ b/ciabot/INSTALL
@@ -4,13 +4,9 @@ Install some packages:
- Python
* git module (ubuntu: python-git)
* bugzilla module (?) (ubuntu: not in standard repos)
-- Perl
- * WWW:Bugzilla (ubuntu: libwww-bugzilla-perl)
- * (?) Class::MethodMaker perl module: perl-Class-MethodMaker or libclass-methodmaker-perl package
Configure the software:
- Copy config-example.cfg -> config.cfg and change the defaults
-- Copy config.pl.sample -> config.pl and change the defaults
- Have this directory as e.g. ~/prod
More information about the Libreoffice-commits
mailing list