heroku-buildpack-meteor
heroku-buildpack-meteor copied to clipboard
Meteor 1.3-beta.11 is not available on cloudfront
I'm having an issue pushing the build to heroku with Meteor 1.3-beta.11. Basically it tries to fetch a non-existing linux tar.gz.
remote: Compressing source files... done.
remote: Building source:
remote:
remote: -----> Fetching set buildpack https://github.com/jordansissel/heroku-buildpack-meteor.git... done
remote: -----> meteor app detected
remote:
remote: -----> Moving app source into a subdirectory
remote:
remote: Node engine: 0.10.40
remote: Npm engine: unspecified
remote: Start mechanism: none
remote: node_modules source: none
remote: node_modules cached: false
remote:
remote: NPM_CONFIG_PRODUCTION=true
remote: NODE_MODULES_CACHE=true
remote:
remote: PRO TIP: Use 'npm init' and 'npm install --save' to define dependencies
remote: See https://devcenter.heroku.com/articles/nodejs-support
remote:
remote: PRO TIP: Include a Procfile, package.json start script, or server.js file to start your app
remote: See https://devcenter.heroku.com/articles/nodejs-support#runtime-behavior
remote:
remote: -----> Installing binaries
remote: Downloading and installing node 0.10.40...
remote:
remote: -----> Building dependencies
remote: Skipping dependencies (no source for node_modules)
remote:
remote: -----> Checking startup method
remote:
remote: -----> Finalizing build
remote: Creating runtime environment
remote: Exporting binary paths
remote: Cleaning up build artifacts
remote: Build successful!
remote: /tmp/build_907c0c7b27c870f63919c75488a43374
remote: └── (empty)
remote:
remote:
remote: -----> Fetching Meteor 1.3-beta.11
remote: % Total % Received % Xferd Average Speed Time Time Time Current
remote: Dload Upload Total Spent Left Speed
remote: 100 341 0 341 0 0 4395 0 --:--:-- --:--:-- --:--:-- 4428
remote:
remote: -----> Unpacking Meteor 1.3-beta.11
remote:
remote: gzip: stdin: not in gzip format
remote: tar: Child returned status 1
remote: tar: Error is not recoverable: exiting now
remote:
remote: ! Push rejected, failed to compile meteor app
So the issue is in compile_meteor
file on line 34
TARBALL_URL="https://d3sqy0vbqsdhku.cloudfront.net/packages-bootstrap/${METEOR_VERSION}/meteor-bootstrap-os.linux.x86_64.tar.gz"
This package link https://d3sqy0vbqsdhku.cloudfront.net/packages-bootstrap/1.3-beta.11/meteor-bootstrap-os.linux.x86_64.tar.gz is not working :/ Any ideas? Thanks.
+1 @v3rron Have you had any success deploying since your post? About to do the same thing.
https://github.com/mdrnize/meteor-buildpack-horse This fork of "the horse one" worked perfect for me. Seems like a simple update to make it work.
(@uriva)
@jonathanazulay didn't work for me, some error regarding ANDROID_HOME not being set...
Errors executing Cordova commands:
While building Cordova app for platform Android:
Failed to find 'ANDROID_HOME' environment variable. Try setting setting it
manually.
Failed to find 'android' command in your 'PATH'. Try update your 'PATH' to
include path to valid SDK directory.