gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: checkout deployment to right d


From: gnunet
Subject: [taler-deployment] branch master updated: checkout deployment to right directory, and clean up first
Date: Sun, 15 Dec 2019 16:54:55 +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 c5bc36f  checkout deployment to right directory, and clean up first
c5bc36f is described below

commit c5bc36f854dc2801cabbaeb4ab46a28bfd197189
Author: Christian Grothoff <address@hidden>
AuthorDate: Sun Dec 15 16:54:52 2019 +0100

    checkout deployment to right directory, and clean up first
---
 buildbot/master.cfg | 15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 1ef9238..37cafc2 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -312,7 +312,20 @@ def git_step(repo,target_branch="master"):
 
 # Convenience function that checks out the deployment.
 def update_deployment(factory):
-    factory.addStep(git_step("git://git.taler.net/deployment.git"))
+    factory.addStep(ShellCommand(
+        name="clean old deployment",
+        description="cleaning previous deployment repository",
+        descriptionDone="Deployment removed",
+        command=["rm", "-rf", "$HOME/deployment"],
+        workdir="$HOME/"
+    ))
+    factory.addStep(ShellCommand(
+        name="update deployment",
+        description="fetching latest deployment repository",
+        descriptionDone="Deployment updated",
+        command=["git", "clone", "git://git.taler.net/deployment"],
+        workdir="$HOME/"
+    ))
 
 # Create a FACTORY with a deployment.git checkout as the first step.
 def create_factory_with_deployment():

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



reply via email to

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