taler-deployment

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

commit 193560849919d63a928d5c3d2994cfdb4f0840f6
parent 6be09ccfc74fb0564659197046d5d0fbc40f9620
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Tue, 21 May 2019 15:43:28 +0200

docs builder doesn't touch sites

Diffstat:
Mbuildbot/master.cfg | 4+---
Mtaler-docbuild/Makefile | 20--------------------
Mtaler-docbuild/invalidate.sh | 2+-
3 files changed, 2 insertions(+), 24 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg @@ -128,9 +128,7 @@ c["change_source"] = [ALLCS] def doc_filter(change): _change = change.asDict() if _change.get("project") in ["api", - "www", - "merchant-frontend-examples", - "docs-landing"]: + "merchant-frontend-examples"]: return True ## # All the other cases must involve a "doc" file in the diff --git a/taler-docbuild/Makefile b/taler-docbuild/Makefile @@ -1,11 +1,8 @@ all: api-stamp all: backoffice-stamp all: bank-stamp exchange-stamp -all: docs-landing-stamp all: merchant-stamp all: tutorials-stamp -all: www.taler.net-stamp -all: stage.taler.net-stamp all: deployment-stamp tutorials-stamp: @@ -24,18 +21,10 @@ bank-stamp: ./update_doc_bank.sh touch $@ -docs-landing-stamp: - ./update_doc_landing.sh - touch $@ - exchange-stamp: ./update_doc_exchange.sh touch $@ -landing-stamp: - ./update_doc_landing.sh - touch $@ - merchant-stamp: ./update_doc_merchant.sh touch $@ @@ -43,12 +32,3 @@ merchant-stamp: deployment-stamp: ./update_onboarding.sh touch $@ - -stage.taler.net-stamp: - ./update_stage.sh - touch $@ - -# Cares about the 'stable' branch. -www.taler.net-stamp: - ./update_www.sh - touch $@ diff --git a/taler-docbuild/invalidate.sh b/taler-docbuild/invalidate.sh @@ -1,7 +1,7 @@ #!/bin/bash set -eu -components="merchant-frontend-examples merchant exchange backoffice stage.taler.net www.taler.net api docs-landing deployment" +components="merchant-frontend-examples merchant exchange backoffice api deployment" for component in $components ; do cd $HOME/$component