summaryrefslogtreecommitdiff
path: root/ciabot
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-12-14 15:29:24 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-12-14 15:29:24 +0100
commit0f6d0e2787fe647f5f52ae58dea35154bf8b2be8 (patch)
tree7bab6360c40b8d80968f34161a29a23a1eecb55f /ciabot
parent9155e93d47d611759feac81c9aad458dc4ed76e9 (diff)
remove any mentions of the perl script again
Diffstat (limited to 'ciabot')
-rw-r--r--ciabot/README22
1 files changed, 0 insertions, 22 deletions
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.