taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 573f6cb849b93f02fd8886912caec1a8caf717cc
parent 8a429fe872afc0962c42729e85d2344ed24622a4
Author: buckE <buckE@disroot.org>
Date:   Wed, 24 Jun 2020 00:25:01 +0000

sphinx should not send to interestedUsers

Diffstat:
Mbuildbot/build-docs.sh | 18+++++++++---------
Mbuildbot/master.cfg | 2+-
2 files changed, 10 insertions(+), 10 deletions(-)

diff --git 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 @@ -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(