gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-deployment] branch master updated: commented out sphinx notifier


From: gnunet
Subject: [taler-deployment] branch master updated: commented out sphinx notifier
Date: Fri, 26 Jun 2020 06:19:44 +0200

This is an automated email from the git hooks/post-receive script.

buck pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 090a808  commented out sphinx notifier
090a808 is described below

commit 090a80858cca1cec388b898c8124b4456ac9f303
Author: buckE <buckE@disroot.org>
AuthorDate: Fri Jun 26 04:19:28 2020 +0000

    commented out sphinx notifier
---
 buildbot/build-docs.sh | 10 +++++-----
 buildbot/master.cfg    | 29 +++++++++++++++--------------
 2 files changed, 20 insertions(+), 19 deletions(-)

diff --git a/buildbot/build-docs.sh b/buildbot/build-docs.sh
index ed3bafb..159c4d3 100755
--- a/buildbot/build-docs.sh
+++ b/buildbot/build-docs.sh
@@ -13,14 +13,14 @@ fetch () {
 # Remove local path re: using global buildbot-worker not pip local install
 #export PATH=$HOME/.local/bin:$PATH
 
-mkdir -p $HOME/logs
-logfile="$HOME/logs/sphinx-warnings.log"
+logfile="/tmp/sphinx-warnings.log"
 if [ -f "$logfile" ]
   then
-    echo $logfile " exists.  Moving to" $logfile".old."
-    mv $logfile $logfile.old
+    echo
+    echo $logfile " exists.  Removing."
+    rm $logfile
   else
-          echo "Info: existing log file '$logfile' not found."
+    echo "Info: existing log file '$logfile' not found."
 fi
 
 cd $HOME/docs
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 7e63008..f9fe8b1 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -161,6 +161,10 @@ LINKCHECKER_SCHEDULER = schedulers.Nightly(
 # buildslavetest SCHEDULER
 # Run at 9:15am every day.
 BUILDSLAVETEST_SCHEDULER = schedulers.Nightly(
+#    properties = {
+#        'owner': ['buckE@taler.net',]
+#    },
+#owners=['buckE@taler.net',]
     name="buildslavetest-scheduler",
     builderNames=["buildslavetest-builder"],
     branch="master",
@@ -170,9 +174,6 @@ BUILDSLAVETEST_SCHEDULER = schedulers.Nightly(
 
 # Docs run if master or stable branch of 'docs' (or deployment) changed.
 DOC_SCHEDULER = schedulers.SingleBranchScheduler(
-#    properties = {
-#        'owner': ['buckE@taler.net',]
-#    },
     name="periodic-doc-scheduler",
     builderNames=["doc-builder"],
     change_filter=util.ChangeFilter(
@@ -1038,17 +1039,17 @@ brokenLinksEmailNotifier = reporters.MailNotifier(
     subject="BB: Broken Links Found in www.taler.net.  Log attached."
 )
 
-sphinxErrorNotifier = reporters.MailNotifier(
-    fromaddr="bb@taler.net",
-    sendToInterestedUsers=False,
-    addLogs=True,
-    useTls=True,
-    # notify if sphinx exits with error (command line option in Makefile turns 
warnings into exit 1)
-    mode=('failing'),
-    builders=('doc-builder',),
-    extraRecipients=['sphinxerrors@taler.net'],
-    subject="BB: doc-builder (sphinx) has warnings or errors.  Log attached."
-)
+#sphinxErrorNotifier = reporters.MailNotifier(
+#    fromaddr="bb@taler.net",
+#    sendToInterestedUsers=False,
+#    addLogs=True,
+#    useTls=True,
+#    # notify if sphinx exits with error (command line option in Makefile 
turns warnings into exit 1)
+#    mode=('failing'),
+#    builders=('doc-builder',),
+#    extraRecipients=['sphinxerrors@taler.net'],
+#    subject="BB: doc-builder (sphinx) has warnings or errors.  Log attached."
+#)
 
 c["services"] = [
     IRC,

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]