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: Fix docs builder.


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: Fix docs builder.
Date: Mon, 10 Jun 2019 15:41:25 +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 c115a66  Fix docs builder.
c115a66 is described below

commit c115a6609adbb99adff4e14019a6d33acbce6ab9
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon Jun 10 15:40:11 2019 +0200

    Fix docs builder.
    
    Do not fetch new code before the "invalidate" script
    has run.  The code will then be fetched by the respective
    "update_<component>" script.
---
 buildbot/build-docs.sh       | 8 +-------
 taler-docbuild/invalidate.sh | 1 +
 2 files changed, 2 insertions(+), 7 deletions(-)

diff --git a/buildbot/build-docs.sh b/buildbot/build-docs.sh
index 92f5078..9d8905f 100755
--- a/buildbot/build-docs.sh
+++ b/buildbot/build-docs.sh
@@ -2,13 +2,7 @@
 
 set -eu
 
-cd $HOME/deployment
-
-# like "git pull", but discard local changes
-git fetch
-git reset --hard FETCH_HEAD
-
-cd $HOME/deployment/taler-docbuild
+cd $HOME/deployment/taler-docbuild/
 ./invalidate.sh
 
 make
diff --git a/taler-docbuild/invalidate.sh b/taler-docbuild/invalidate.sh
index 9dc19ee..4bc7432 100755
--- a/taler-docbuild/invalidate.sh
+++ b/taler-docbuild/invalidate.sh
@@ -1,6 +1,7 @@
 #!/bin/bash
 
 set -eu
+
 components="merchant-frontend-examples merchant exchange backoffice api 
deployment"
 
 for component in  $components ; do

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



reply via email to

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