commit 84f626df1f9bb24b56b1ffe03c12a5e08261c744
parent a463833b8432297580f201269f1142dd1421b270
Author: Christian Grothoff <christian@grothoff.org>
Date: Mon, 24 Feb 2020 17:17:19 +0100
clean old objects before test (#4439)
Diffstat:
1 file changed, 9 insertions(+), 0 deletions(-)
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
@@ -489,6 +489,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",
description="fetching latest deployment repositories from git.gnunet.org",
descriptionDone="GNUnet code base updated",