gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: clean old objects before test


From: gnunet
Subject: [taler-deployment] branch master updated: clean old objects before test (#4439)
Date: Mon, 24 Feb 2020 17:17:22 +0100

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 84f626d  clean old objects before test (#4439)
84f626d is described below

commit 84f626df1f9bb24b56b1ffe03c12a5e08261c744
Author: Christian Grothoff <address@hidden>
AuthorDate: Mon Feb 24 17:17:19 2020 +0100

    clean old objects before test (#4439)
---
 buildbot/master.cfg | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 0918b06..c051c5d 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -487,6 +487,15 @@ LINT_FACTORY.addStep(
 )
 
 CHECKER_FACTORY = create_factory_with_deployment()
+CHECKER_FACTORY.addStep(
+    ShellCommand(
+        name="remove old binaries",
+        description="removing binaries from previous runs",
+        descriptionDone="Setup clean",
+        command=["rm", "-rf", "local"],
+        workdir="../.."
+    )
+)
 CHECKER_FACTORY.addStep(
     ShellCommand(
         name="fetch gnunet.org sources",

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



reply via email to

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