gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: sphinx should not send to inte


From: gnunet
Subject: [taler-deployment] branch master updated: sphinx should not send to interestedUsers
Date: Wed, 24 Jun 2020 02:25:31 +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 573f6cb  sphinx should not send to interestedUsers
573f6cb is described below

commit 573f6cb849b93f02fd8886912caec1a8caf717cc
Author: buckE <buckE@disroot.org>
AuthorDate: Wed Jun 24 00:25:01 2020 +0000

    sphinx should not send to interestedUsers
---
 buildbot/build-docs.sh | 18 +++++++++---------
 buildbot/master.cfg    |  2 +-
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/buildbot/build-docs.sh b/buildbot/build-docs.sh
index a28d69f..2e65305 100755
--- a/buildbot/build-docs.sh
+++ b/buildbot/build-docs.sh
@@ -10,17 +10,17 @@ fetch () {
   git reset --hard "$branch"
 }
 
+# Can probably remove permanently re: no longer doing local sphinx logs.
 # Remove local path re: using global buildbot-worker not pip local install
 #export PATH=$HOME/.local/bin:$PATH
-
-logfile="/home/docbuilder/sphinx-warnings.log"
-if [ -f "$logfile" ]
-  then
-    echo $logfile " exists.  Moving to" $logfile".old."
-    mv $logfile $logfile.old
-  else
-          echo "Info: existing log file '$logfile' not found."
-fi
+#logfile="/home/docbuilder/sphinx-warnings.log"
+#if [ -f "$logfile" ]
+#  then
+#    echo $logfile " exists.  Moving to" $logfile".old."
+#    mv $logfile $logfile.old
+#  else
+#         echo "Info: existing log file '$logfile' not found."
+#fi
 
 cd $HOME/docs
 fetch
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index b952570..dc87f61 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -1036,7 +1036,7 @@ brokenLinksEmailNotifier = reporters.MailNotifier(
     mode=('failing'),
     builders=('linkchecker-builder',),
     extraRecipients=['brokenlinks@taler.net'],
-    subject="Broken Links Found in www.taler.net.  Log attached."
+    subject="BB: Broken Links Found in www.taler.net.  Log attached."
 )
 
 sphinxErrorNotifier = reporters.MailNotifier(

-- 
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]