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 land


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: trigger docs landing compilation from BB
Date: Wed, 17 Jan 2018 09:35:48 +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 1a9c371  trigger docs landing compilation from BB
1a9c371 is described below

commit 1a9c3715f3fe2e3df8af65f339dd860f187f71f1
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed Jan 17 09:35:24 2018 +0100

    trigger docs landing compilation from BB
---
 buildbot/master.cfg               | 3 ++-
 taler-build/update_doc_landing.sh | 7 +------
 2 files changed, 3 insertions(+), 7 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 5411569..8a48418 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -65,7 +65,7 @@ def doc_filter(change):
         return True
     files = _changes.get("files")
     for file in files:
-        if re.search(r"doc|manual", file.get("name", "")):
+        if re.search(r"doc[s]?|manual", file.get("name", "")):
             return True
     return False
 
@@ -268,6 +268,7 @@ SELENIUM_FACTORY.addStep(ShellCommand(
 
 def doc_dispatcher(project):
     switch = {
+        "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 d8bdfa4..e4bc2bc 100644
--- a/taler-build/update_doc_landing.sh
+++ b/taler-build/update_doc_landing.sh
@@ -12,13 +12,8 @@ fetch () {
 
 cd $HOME/landing
 fetch
-
 git submodule update --force --init
-AUTOMAKE="automake --foreign" autoreconf -fiv
-./configure
-cd demo/
-make
 
-# copy files over.
+# No compilation needed so far.
 mkdir -p $HOME/build/docs-landing/
 cp -t $HOME/build/docs-landing/ docs/*.{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]