don't be verbose for background downloads!

This commit is contained in:
David Glasser
2014-08-05 19:51:18 -07:00
parent 0024267750
commit ce2fe073d2

View File

@@ -154,8 +154,7 @@ var updateMeteorToolSymlink = function () {
tropohouse.default.maybeDownloadPackageForArchitectures(
{packageName: latestReleaseToolPackage,
version: latestReleaseToolVersion},
[archinfo.host()],
true);
[archinfo.host()]);
});
_.each(latestRelease.packages, function (pkgVersion, pkgName) {
buildmessage.enterJob({
@@ -163,8 +162,7 @@ var updateMeteorToolSymlink = function () {
}, function () {
tropohouse.default.maybeDownloadPackageForArchitectures(
{packageName: pkgName, version: pkgVersion},
[archinfo.host()],
true);
[archinfo.host()]);
});
});
});