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: build API tutoria


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: build API tutorial as part of merchant backend now
Date: Tue, 27 Feb 2018 22:50:54 +0100

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

dold pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 31dbdfe  build API tutorial as part of merchant backend now
31dbdfe is described below

commit 31dbdfebdad551ea98ade43a173d79125d32ad4d
Author: Florian Dold <address@hidden>
AuthorDate: Tue Feb 27 22:50:50 2018 +0100

    build API tutorial as part of merchant backend now
---
 taler-docbuild/Makefile               |  4 ----
 taler-docbuild/update_doc_merchant.sh |  2 +-
 taler-docbuild/update_tutorials.sh    | 24 ------------------------
 3 files changed, 1 insertion(+), 29 deletions(-)

diff --git a/taler-docbuild/Makefile b/taler-docbuild/Makefile
index c0ac333..8f27d88 100644
--- a/taler-docbuild/Makefile
+++ b/taler-docbuild/Makefile
@@ -35,10 +35,6 @@ deployment-stamp:
        ./update_onboarding.sh
        touch $@
 
-tutorials-stamp:
-       ./update_tutorials.sh
-       touch $@
-
 stage.taler.net-stamp:
        ./update_www_and_stage.sh
        touch $@
diff --git a/taler-docbuild/update_doc_merchant.sh 
b/taler-docbuild/update_doc_merchant.sh
index abc4c10..668c80e 100755
--- a/taler-docbuild/update_doc_merchant.sh
+++ b/taler-docbuild/update_doc_merchant.sh
@@ -16,6 +16,6 @@ fetch
 ./configure --enable-only-doc
 make
 doxygen
-cp doc/manual.pdf $HOME/build/merchant-backend/manual/pdf/
+cp doc/*.pdf $HOME/build/merchant-backend/manual/pdf/
 cp doc/*.{html,png,css,js} $HOME/build/merchant-backend/manual/html/
 cp -r doxygen-doc/html/* $HOME/build/merchant-backend/doxygen/
diff --git a/taler-docbuild/update_tutorials.sh 
b/taler-docbuild/update_tutorials.sh
deleted file mode 100755
index cef16ca..0000000
--- a/taler-docbuild/update_tutorials.sh
+++ /dev/null
@@ -1,24 +0,0 @@
-#!/bin/bash
-
-set -eu
-
-fetch () {
-  git clean -fdx
-  git fetch
-  # reset to updated upstream branch, but only if we're tracking a branch
-  branch=$(git rev-parse --abbrev-ref --symbolic-full-name @{u} 2>/dev/null || 
echo HEAD)
-  git reset --hard "$branch"
-}
-
-cd $HOME/merchant-frontend-examples
-fetch
-make
-cp php/doc/tutorial.pdf $HOME/build/merchant-frontend/php/pdf/
-cp php/doc/tutorial.html $HOME/build/merchant-frontend/php/html/
-cp php/doc/*.css $HOME/build/merchant-frontend/php/html/
-cp php/doc/*.jpg $HOME/build/merchant-frontend/php/html/
-cp python/doc/tutorial.pdf $HOME/build/merchant-frontend/python/pdf/
-cp python/doc/tutorial.html $HOME/build/merchant-frontend/python/html/
-cp python/doc/*.css $HOME/build/merchant-frontend/python/html/
-cp python/doc/*.jpg $HOME/build/merchant-frontend/python/html/
-

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



reply via email to

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