From ad708ca5699719acbc00a73dd2d77a43cf7c7681 Mon Sep 17 00:00:00 2001 From: ekatek Date: Tue, 5 Aug 2014 13:31:24 -0700 Subject: [PATCH] this should fix local versionsFrom in most cases and is technically right --- tools/package-source.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/package-source.js b/tools/package-source.js index f7ad5aa23c..184a5b371d 100644 --- a/tools/package-source.js +++ b/tools/package-source.js @@ -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);