From 2a53499fb50996a8967cc4c9c17604cd2e9ef9cb Mon Sep 17 00:00:00 2001 From: Slava Kim Date: Thu, 15 Jan 2015 12:27:53 -0800 Subject: [PATCH] Remove the mention of windows close to dev-bundle-fetcher --- tools/bundler.js | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/tools/bundler.js b/tools/bundler.js index e7493d4e1c..8f221894bd 100644 --- a/tools/bundler.js +++ b/tools/bundler.js @@ -1710,14 +1710,12 @@ _.extend(ServerTarget.prototype, { { file: files.pathJoin(__dirname, 'server', 'shell.js') }); // Script that fetches the dev_bundle and runs the server bootstrap + // XXX this is #GalaxyLegacy, the generated start.sh is not really used by + // anything anymore var archToPlatform = { 'os.linux.x86_32': 'Linux_i686', 'os.linux.x86_64': 'Linux_x86_64', - 'os.osx.x86_64': 'Darwin_x86_64', - // XXX once we put Windows dev_bundles to warehouse we should fill these - // fields in. - 'os.windows.x86_32': 'XXX', - 'os.windows.x86_64': 'XXX' + 'os.osx.x86_64': 'Darwin_x86_64' }; var platform = archToPlatform[self.arch]; if (! platform) {