You've already forked wine-staging
mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2025-04-13 14:42:51 -07:00
newupdate.py: Bail immediately on a bad dependency graph.
This commit is contained in:
@@ -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()):
|
||||
|
Reference in New Issue
Block a user