disable 'wheel fix' command

Change-Id: Iec38b3645882fb516d9686b2938159e991a5ebf8
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2018-10-04 08:17:37 -04:00
parent 8bc009d8f7
commit dbbedd2abb
3 changed files with 6 additions and 1 deletions

View File

@ -171,6 +171,8 @@ class WheelFixMissingUniversal(command.Command):
return parser
def take_action(self, parsed_args):
raise RuntimeError('Do not use this tool. '
'See https://review.openstack.org/607902')
gov_dat = governance.Governance(url=parsed_args.project_list)
repos = gov_dat.get_repos()

View File

@ -64,7 +64,7 @@ python3_first =
tox missing = goal_tools.python3_first.toxsettings:ToxMissingPy3
tox fix = goal_tools.python3_first.toxsettings:ToxFixMissingPy3
wheel missing = goal_tools.python3_first.wheelsettings:WheelMissingUniversal
wheel fix = goal_tools.python3_first.wheelsettings:WheelFixMissingUniversal
#wheel fix = goal_tools.python3_first.wheelsettings:WheelFixMissingUniversal
[wheel]
universal = 1

View File

@ -1,5 +1,8 @@
#!/bin/bash
echo "We will not need this. See https://review.openstack.org/607902"
exit 1
bindir=$(dirname $0)
source $bindir/functions