gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated (bdc93b6 -> e5e0bff)


From: gnunet
Subject: [taler-deployment] branch master updated (bdc93b6 -> e5e0bff)
Date: Wed, 06 Sep 2023 20:01:02 +0200

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

devan-carpenter pushed a change to branch master
in repository deployment.

    from bdc93b6  buildbot: fix typo
     new 00d68f7  Revert "buildbot: fix typo"
     new 660fffc  Revert "buildbot: ensure a clean workspace"
     new e5e0bff  buildbot: set workspace file permissions

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 buildbot/master.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index c8ecbce..25ecb7e 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -1356,7 +1356,7 @@ for repo in container_repos:
     container_factory.addStep(ShellCommand(
         name="workspace",
         descriptionDone="Workspace directory check",
-        command=f"mv -f {CONTAINER_WORKDIR} /tmp/trash/ ; mkdir -p 
{CONTAINER_WORKDIR}",
+        command=f"test -d {CONTAINER_WORKDIR} && podman run --rm --volume 
{CONTAINER_WORKDIR}:/workdir docker.io/library/debian:bookworm-slim chmod -R 
777 /workdir || mkdir -p {CONTAINER_WORKDIR}",
         haltOnFailure=True,
     ))
 

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