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

SCM::Update seems to reupload already existing versions #98

Closed Htbaa closed 13 years ago

Htbaa commented 13 years ago

No clue yet why this happens. It checks if a module version already exists before attempting to build it. The only reason I can currently think of is when a new version has been tagged but the described version in the source code hasn't changed. This has happened to muttley.mod and wx.mod.

Perhaps a version match should be done before continuing.