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: trigger docs' lan


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: trigger docs' landing build monitoring its own repository.
Date: Wed, 17 Jan 2018 10:54:59 +0100

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 56fd37e  trigger docs' landing build monitoring its own repository.
56fd37e is described below

commit 56fd37e2252221df464b9f0f744d5115df2960dc
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed Jan 17 10:54:35 2018 +0100

    trigger docs' landing build monitoring its own repository.
---
 buildbot/master.cfg               | 4 ++--
 taler-build/update_doc_landing.sh | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 8a48418..c233e7b 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -61,7 +61,7 @@ c["change_source"] = [ALLCS]
 
 def doc_filter(change):
     _changes = change.asDict()
-    if _changes.get("project") in ["api", "www", "merchant-frontend-examples"]:
+    if _changes.get("project") in ["docs-landing", "api", "www", 
"merchant-frontend-examples"]:
         return True
     files = _changes.get("files")
     for file in files:
@@ -268,7 +268,7 @@ SELENIUM_FACTORY.addStep(ShellCommand(
 
 def doc_dispatcher(project):
     switch = {
-        "landing": ["./update_doc_landing.sh"],
+        "docs-landing": ["./update_doc_landing.sh"],
         "api": ["./update_api.sh"],
         "backoffice": ["./update_doc_backoffice.sh"],
         "www": ["./update_www_and_stage.sh"],
diff --git a/taler-build/update_doc_landing.sh 
b/taler-build/update_doc_landing.sh
index e4bc2bc..bbc0086 100755
--- a/taler-build/update_doc_landing.sh
+++ b/taler-build/update_doc_landing.sh
@@ -10,10 +10,10 @@ fetch () {
   git reset --hard "$branch"
 }
 
-cd $HOME/landing
+cd $HOME/docs-landing/
 fetch
 git submodule update --force --init
 
 # No compilation needed so far.
 mkdir -p $HOME/build/docs-landing/
-cp -t $HOME/build/docs-landing/ docs/*.{html,css,svg}
+cp -t $HOME/build/docs-landing/ *.{html,css,svg}

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



reply via email to

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