disable 'wheel fix' command
Change-Id: Iec38b3645882fb516d9686b2938159e991a5ebf8 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
parent
8bc009d8f7
commit
dbbedd2abb
@ -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()
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user