Commit 74abbec7 authored by Jérome Perrin's avatar Jérome Perrin

stack/erp5: remove zodbanalyze

This was removed from ERP5 in d9be34803b (erp5-util: remove zodbanalyze,
that is now a part of https://lab.nexedi.com/nexedi/zodbtools ., 2016-12-15)
but we were still installing a broken script here.
parent ad0562fc
Pipeline #22618 failed with stage
...@@ -79,7 +79,6 @@ parts += ...@@ -79,7 +79,6 @@ parts +=
genbt5list genbt5list
# some additional utils # some additional utils
zodbanalyze
zodbpack zodbpack
# Create instance template # Create instance template
...@@ -594,13 +593,6 @@ eggs = ...@@ -594,13 +593,6 @@ eggs =
munnel munnel
patch-binary = ${eggs:patch-binary} patch-binary = ${eggs:patch-binary}
[zodbanalyze]
recipe = zc.recipe.egg
eggs = erp5.util
entry-points =
zodbanalyze=erp5.util.zodbanalyze:main
scripts = zodbanalyze
# develop erp5.util from parts/erp5/ # develop erp5.util from parts/erp5/
[erp5-util-develop] [erp5-util-develop]
recipe = zc.recipe.egg:develop recipe = zc.recipe.egg:develop
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment