[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-deployment] branch master updated: hack around node segv. great s
From: |
gnunet |
Subject: |
[taler-deployment] branch master updated: hack around node segv. great software |
Date: |
Sat, 18 Jan 2025 23:01:20 +0100 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository taler-deployment.
The following commit(s) were added to refs/heads/master by this push:
new 0771880 hack around node segv. great software
0771880 is described below
commit 077188098bf1a60571efb1d5ee9d0baae52149cc
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat Jan 18 23:01:18 2025 +0100
hack around node segv. great software
---
worker-sites/update_taler-ops.sh | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/worker-sites/update_taler-ops.sh b/worker-sites/update_taler-ops.sh
index 7d056f6..46f6621 100755
--- a/worker-sites/update_taler-ops.sh
+++ b/worker-sites/update_taler-ops.sh
@@ -18,7 +18,11 @@ fetch
git submodule update --init --force
./bootstrap
./configure --baseurl="https://taler-ops.ch/"
--prefix=$HOME/www.taler-ops.ch.wip
-make install
+make build-site
+make parcel &> /dev/null || true # segfaults on server, not sure why
+make parcel # 2nd run works...
+make optimize-css
+make install-file
chmod -R g+rx $HOME/www.taler-ops.ch.wip/
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-deployment] branch master updated: hack around node segv. great software,
gnunet <=