mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2024-09-13 09:17:20 -07:00
newupdate.py: Bail immediately on a bad dependency graph.
This commit is contained in:
parent
30c1e2757a
commit
0d7a4f0c73
@ -72,6 +72,7 @@ def main():
|
||||
for d in deps:
|
||||
if d not in patchlist:
|
||||
print 'Error: unknown or disabled dependency %s of %s.' %(d,p)
|
||||
sys.exit(1)
|
||||
|
||||
# Now try to apply each patch
|
||||
for p in sorted(patchlist.keys()):
|
||||
|
Loading…
Reference in New Issue
Block a user