Skip to content

Commit

Permalink
Breaking cycles... need to figure out how to automate this.
Browse files Browse the repository at this point in the history
  • Loading branch information
alarcher committed Jul 12, 2022
1 parent 837cf26 commit f9c8449
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tools/userland-bump
Original file line number Diff line number Diff line change
Expand Up @@ -118,13 +118,17 @@ def build_plan(paths, data=None, verbose=False):
'openindiana/illumos-gate', \
'developer/gcc-7', \
'python/python35', \
'python/python37', \
'python/python39', \
]
wildcards = { \
'desktop/gnome3/yelp-tools' : '*', \
'desktop/gnome3/yelp-xsl' : '*', \
'developer/gtk-doc' : '*', \
'developer/autogen' : 'library/libxml2', \
'library/freetype' : 'library/harfbuzz', \
'library/boost' : '*', \
'library/tiff' : '*', \
'library/gamin' : 'library/glib', \
'python/incremental': 'python/twisted', \
'network/avahi' : 'library/gtk+', \
Expand Down Expand Up @@ -208,7 +212,7 @@ def build_plan(paths, data=None, verbose=False):

if not putbacks:
for v in sorted(eremaining):
print("{0:32} {1}".format(v, graph[v]) )
print("{0:32} {1}".format(v, graph[v]) )
raise ValueError("Cycle found.")
break

Expand Down

0 comments on commit f9c8449

Please sign in to comment.