From 50fbc338457621832fd019e7a44634557adb6612 Mon Sep 17 00:00:00 2001 From: Thierry Carrez Date: Mon, 15 Jun 2020 13:49:52 +0200 Subject: [PATCH] propose-library-branches: remove unused --all option The --all option was copypasted from propose-final-releases but ignored afterwards. Change-Id: I1023c659506b12d833d856f16b604c8ba24c11f5 --- openstack_releases/cmds/propose_library_branches.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/openstack_releases/cmds/propose_library_branches.py b/openstack_releases/cmds/propose_library_branches.py index 98f4f881c0..c37556a9bd 100644 --- a/openstack_releases/cmds/propose_library_branches.py +++ b/openstack_releases/cmds/propose_library_branches.py @@ -33,12 +33,6 @@ def main(): action='store_false', help='do not remove temporary files', ) - parser.add_argument( - '--all', - default=False, - action='store_true', - help='process all deliverables, including release:cycle-trailing', - ) parser.add_argument( '--verbose', '-v', action='store_true',