gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-deployment] branch master updated: docs builder does


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: docs builder doesn't touch sites
Date: Tue, 21 May 2019 15:43:49 +0200

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

marcello pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 1935608  docs builder doesn't touch sites
1935608 is described below

commit 193560849919d63a928d5c3d2994cfdb4f0840f6
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue May 21 15:43:28 2019 +0200

    docs builder doesn't touch sites
---
 buildbot/master.cfg          |  4 +---
 taler-docbuild/Makefile      | 20 --------------------
 taler-docbuild/invalidate.sh |  2 +-
 3 files changed, 2 insertions(+), 24 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 663c4bd..c32d1fb 100644
--- 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
index 4244050..1f8b19d 100644
--- 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
index f897102..9dc19ee 100755
--- 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

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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