summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorJames E. Blair <jim@acmegating.com>2021-02-17 09:22:46 -0800
committerJames E. Blair <jim@acmegating.com>2021-02-17 09:22:46 -0800
commitf1e7ffab934b7522111d1ec2e5e0e8ffe3c29edc (patch)
tree4f804b996187e1d38173431a0d9bfe53b1fa0dd0 /setup.cfg
parentf87da65a8845986fcde24cdaa4be9738a039c4e7 (diff)
downloadzuul-f1e7ffab934b7522111d1ec2e5e0e8ffe3c29edc.tar.gz
Remove zuul-migrate
This was intended as a one-time helper program to help people upgrade from Zuul v2 to v3. It did not cover all use cases, and has not been kept up to date or improved. It's time to remove it before the v4 release. Change-Id: I12cdcedb5baabd8fa0937a6ea21590259093ead1
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg3
1 files changed, 0 insertions, 3 deletions
diff --git a/setup.cfg b/setup.cfg
index 20fe7b39b..c404fdc05 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -33,7 +33,6 @@ console_scripts =
zuul-executor = zuul.cmd.executor:main
zuul-bwrap = zuul.driver.bubblewrap:main
zuul-web = zuul.cmd.web:main
- zuul-migrate = zuul.cmd.migrate:main
zuul-fingergw = zuul.cmd.fingergw:main
zuul-manage-ansible = zuul.cmd.manage_ansible:main
@@ -46,8 +45,6 @@ warning-is-error = 1
[extras]
mysql_reporter=
PyMySQL
-migrate=
- jenkins-job-builder==1.6.2
# The container image build process will look at the python extras and install
# any that match the target container name. It makes a container image for
# every console_script listed above. The extra name must have underscores.