From 5a2f776ee77470ef261348855be9ba5ecc58cb65 Mon Sep 17 00:00:00 2001 From: MS Date: Thu, 21 Jan 2021 14:55:21 +0100 Subject: remove packager --- buildbot/master.cfg | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) (limited to 'buildbot/master.cfg') diff --git a/buildbot/master.cfg b/buildbot/master.cfg index 9276f42..6a996f4 100644 --- a/buildbot/master.cfg +++ b/buildbot/master.cfg @@ -110,21 +110,8 @@ ALL_FACTORY.addSteps([ descriptionDone="Parsing tests done", flunkOnFailure=True, command=["make", "parse"] - ), - ShellCommand( - name="Packager", - description="Creating distribution archive", - descriptionDone="Distribution archive done", - haltOnFailure=True, - command=["make", "dist"] - ), - ShellCommand( - name="Packager", - description="Publishing the distribution archive", - descriptionDone="Distribution archive is online", - flunkOnFailure=True, - command=["cp", "build/distributions/libeufin.zip", "/home/libeufin/web"] ) + ]) ##### BUILDERS -- cgit v1.2.3