maximos / maximus-web

BlitzMax module manager (website) - API docs at http://maximos.github.io/maximus-web - This project has been abandoned.
MIT License
25 stars 4 forks source link

Skip regenerating unchanged module dev-releases #102

Open Htbaa opened 13 years ago

Htbaa commented 13 years ago

Currently if a multi-module repository gets updated all dev-releases for all modules are regenerated. This generates quite a lot of load and database I/O. Should add a mechanism that prevents updating dev-releases that haven't actually changed yet.

Perhaps content checksums?

Htbaa commented 13 years ago

Could also generate a diff on the previous and new revision. Then filter out the module names from the output, and only update those modules.