regro / cf-scripts

Flagship repo for cf-regro-autotick-bot
Other
49 stars 74 forks source link

Have webservice write to the graph #34

Open CJ-Wright opened 6 years ago

CJ-Wright commented 6 years ago

@CJ-Wright commented on Wed Feb 21 2018

It would be nice to have the webservices write to the graph as it would eliminate some of the workers.

  1. On merge of a staged-recipes PR add information to the graph about the new package (add the node and it's meta.yaml info
  2. On merge of a feedstock PR update the cf version number in the graph.

This would eliminate scripts 00 and 01. From @isuruf

CJ-Wright commented 5 years ago

This is possible now that the graph and nodes are separated out. This could be done as part of the package building process.