2013-06-24 56 views
0

我用那些buildpacks在过去的六个月中,从未有过的任何问题:Heroku陨石buildpack bug,任何替代品?

https://github.com/oortcloud/heroku-buildpack-meteorite
https://github.com/cwaring/heroku-buildpack-meteorite-phantomjs

现在我得到当我试图把我的应用程序此错误:

You must specify a Meteor version with --release when you work with this 
    project. It was created from an unreleased Meteor checkout and doesn't 
    have a version associated with it. 

    You can permanently set a release for this project with 'meteor update'. 
tar: /app/tmp/repo.git/.cache/bundle.tar.gz: Cannot open: No such file or directory 
tar: Error is not recoverable: exiting now 
tar: Child returned status 2 
tar: Exiting with failure status due to previous errors 

!  Push rejected, failed to compile Meteor app app 

Meteor和所有meteroite软件包安装完成后,错误发生。

我已经张贴了issue to github

所以,任何人都可以推荐一个工作替代这些buildpacks对于临时使用直到此得到解决吗?

编辑:

要复制我的错误,在你的终端做这个:mrt create buildpack-test && cd buildpack-test/ && git init && heroku create --remote staging --stack cedar --buildpack https://github.com/oortcloud/heroku-buildpack-meteorite.git && git add -A && git commit -m 'Init' && git push staging master

回答

2

似乎是同样的事情,这个问题 https://github.com/oortcloud/heroku-buildpack-meteorite/issues/13

我已经分叉的buildpack和固定它陨石5.1版,它似乎工作得很好,我

https://github.com/nate-strauser/heroku-buildpack-meteorite


更新:这个问题已经解决了,我已经切换回正式构建包 - https://github.com/oortcloud/heroku-buildpack-meteorite

+0

你叉工程,干杯!你知道汤姆(tmeasday)是否正在研究真正的buildpack的修复吗?恼人的不能够使用> 0.6 :( –

+0

哦善良,我读0.5.1(并且认为它称作流星),对不起 –

+0

无后顾之忧! - 我用我的叉子用0.6.4流星的应用程序 - 工程就好 - 我认为他们正在努力修复,但由于Heroku的是位缩放方面死胡同,它可能不会得到很多的支持 –