gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: get run.sh script to work agai


From: gnunet
Subject: [taler-deployment] branch master updated: get run.sh script to work again
Date: Sat, 24 Sep 2022 19:42:29 +0200

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

grothoff pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 7a73881  get run.sh script to work again
7a73881 is described below

commit 7a738818b79ccb7aa29e132fe61ab13f9e8828e6
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat Sep 24 19:42:26 2022 +0200

    get run.sh script to work again
---
 packaging/debian-docker/run.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/packaging/debian-docker/run.sh b/packaging/debian-docker/run.sh
index f809eb1..c03607b 100755
--- a/packaging/debian-docker/run.sh
+++ b/packaging/debian-docker/run.sh
@@ -4,9 +4,9 @@ CONTAINER=$USER/debbuilder:latest
 docker build -t $CONTAINER .
 rm -rf dist
 mkdir dist
-docker start $CONTAINER
-#sleep 1
-ID=`docker container ls -n1 | grep $CONTAINER | awk '{print $1}`
+docker run --read-only $CONTAINER sleep 5 &
+sleep 1
+ID=`docker container ls | grep $CONTAINER | awk '{print $1}`
 docker cp "$ID:/build/packages.tgz" .
 docker stop $CONTAINER
 docker container rm $ID

-- 
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]