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 path


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: fix path
Date: Mon, 10 Jun 2019 21:07:19 +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 05ad7fe  fix path
05ad7fe is described below

commit 05ad7fe4eda954a3c14b24e31bb443ab5e26b654
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon Jun 10 21:07:09 2019 +0200

    fix path
---
 taler-docbuild/invalidate.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/taler-docbuild/invalidate.sh b/taler-docbuild/invalidate.sh
index 930a39d..a4fd89b 100755
--- a/taler-docbuild/invalidate.sh
+++ b/taler-docbuild/invalidate.sh
@@ -9,6 +9,6 @@ for component in $components ; do
   git fetch
   if git status -sb | grep behind; then
     echo "invalidating $component"
-    rm -f $HOME/$component-stamp
+    rm -f $HOME/stamps/$component-stamp
   fi
 done

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



reply via email to

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