Use packages.meteor.com instead of cloudfront.

This commit is contained in:
Nick Martin
2012-12-14 17:26:42 -08:00
committed by David Glasser
parent 067ec18139
commit 55349ca974

View File

@@ -6,10 +6,7 @@ var https = require('https');
var Future = require('fibers/future');
var request = require('request');
// XXX make this work with packages.meteor.com. A CNAME record isn't
// good enough because then our SSL certs are wrong (or maybe we can
// get this to work somehow else)
var PACKAGES_URLBASE = 'https://d3fm2vapipm3k9.cloudfront.net';
var PACKAGES_URLBASE = 'https://packages.meteor.com';
// Under the hood, packages in the library (/package/foo), and user
// applications, are both Packages -- they are just represented