gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-sandcastle-ng] branch master updated: new sandcastle-plow command


From: gnunet
Subject: [taler-sandcastle-ng] branch master updated: new sandcastle-plow command
Date: Tue, 03 Dec 2024 02:31:23 +0100

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

dold pushed a commit to branch master
in repository sandcastle-ng.

The following commit(s) were added to refs/heads/master by this push:
     new 2071b17  new sandcastle-plow command
2071b17 is described below

commit 2071b1721e7b6046a2165a0104df8c984f5e8dd4
Author: Florian Dold <florian@dold.me>
AuthorDate: Tue Dec 3 02:31:18 2024 +0100

    new sandcastle-plow command
---
 sandcastle-plow | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/sandcastle-plow b/sandcastle-plow
new file mode 100755
index 0000000..bbfbd20
--- /dev/null
+++ b/sandcastle-plow
@@ -0,0 +1,12 @@
+#!/usr/bin/env bash
+
+set -eu
+set -x
+
+podman stop taler-sandcastle -i
+podman rm taler-sandcastle -i
+podman volume rm talerdata || true
+
+if [[ ${1:-} = all ]]; then
+  podman volume rm talerdata_persistent || true
+fi

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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