taler-deployment

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

commit 090a80858cca1cec388b898c8124b4456ac9f303
parent 233bacd80814c81c3aa2291017a85eb6674240d9
Author: buckE <buckE@disroot.org>
Date:   Fri, 26 Jun 2020 04:19:28 +0000

commented out sphinx notifier

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

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