ZeroK-RTS / Zero-K-Infrastructure

Website, lobby launcher and server, steam deployment, .NET based tools and other vital parts of Zero-K infrastructure
GNU General Public License v3.0
53 stars 52 forks source link

Autoregistrator not updating mission versions #358

Closed Histidine91 closed 9 years ago

Histidine91 commented 9 years ago

The last instance threw errors about not being able to fetch something (update list?) from packages.springrts.com.

xponen commented 9 years ago

Maybe autoregistrator is not using the latest version? because I saw that recently all the web addresses were changed. So the addressed (in code) need to be checked.

xponen commented 9 years ago

Autoregistrator do not Auto-deploy, it must be manually copy pasted, so it always out of date At least this is true in the past. I'm not sure if there's any changes.

To fix: -replace it with newer version:

Pros: -all tweak/optimization to unitsync will finally be included -fix this bug

Cons: -all cached info must be recreated (will take gigantic amount of time I guess)

xponen commented 9 years ago

KingRaptor report this as fixed by overwriting the Autoregistrator closing.

Histidine91 commented 9 years ago

It's back. Apparently DB migration issues are blocking the updates.

Licho1 commented 9 years ago

hmm right its accessing db directly, it needs to be put to auto deployment too