this should fix local versionsFrom in most cases and is technically right

This commit is contained in:
ekatek
2014-08-05 13:31:24 -07:00
parent 62db7b694c
commit ad708ca569

View File

@@ -904,7 +904,7 @@ _.extend(PackageSource.prototype, {
// catalog may not be initialized, but we are pretty sure that the
// releases are there anyway. This is not the right way to do this
// long term.
releaseRecord = catalog.official.getReleaseVersion(
releaseRecord = catalog.complete.getReleaseVersion(
relInf[0], relInf[1], true);
if (!releaseRecord) {
buildmessage.error("Unknown release "+ release);