Comment 3 for bug 966226

Revision history for this message
Brian Murray (brian-murray) wrote :

This is because you were using a mirror not know to update-manager. It is possible to use third party mirrors if you set an enivornmental variable.
        if (self.config.getWithDefault("Sources","AllowThirdParty",False) or
            "RELEASE_UPRADER_ALLOW_THIRD_PARTY" in os.environ):
            logging.warning("mirror check skipped, *overriden* via config")
            mirror_check=False

However, as you've switched mirrors I am marking this as invalid.