summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMS <ms@taler.net>2021-01-21 14:55:21 +0100
committerMS <ms@taler.net>2021-01-21 14:55:21 +0100
commit5a2f776ee77470ef261348855be9ba5ecc58cb65 (patch)
treeba2c1e988e75fe6a5695fea08dcc84e269501449
parenta54bd88fa7fe99f9820b5a1c54746fcfca84b17e (diff)
downloadlibeufin-deployment-5a2f776ee77470ef261348855be9ba5ecc58cb65.tar.gz
libeufin-deployment-5a2f776ee77470ef261348855be9ba5ecc58cb65.tar.bz2
libeufin-deployment-5a2f776ee77470ef261348855be9ba5ecc58cb65.zip
remove packager
-rw-r--r--buildbot/master.cfg15
1 files changed, 1 insertions, 14 deletions
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