commit 1a9c3715f3fe2e3df8af65f339dd860f187f71f1
parent c0c895b2d93797aa0da109b208dbec6f08dd56f0
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date: Wed, 17 Jan 2018 09:35:24 +0100
trigger docs landing compilation from BB
Diffstat:
2 files changed, 3 insertions(+), 7 deletions(-)
diff --git 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
@@ -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}