Comment 1 for bug 2056501

Revision history for this message
Ian Booth (wallyworld) wrote :

This looks like fallout from the change to do most of the deploy processing server side.

Previously in the CLI, we would replace the "model-uuid" placeholder with the real model uuid before making the Deploy() API call. Now, when we make the new DeployFromRepository() API call, it appears this substitution is not done.

It looks like a regression to me. I'll mark this initially as critical pending confirmation my theory is correct (I haven't debugged / tested, just did a quick code read).