2013-06-24 55 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的是位縮放方面死衚衕,它可能不會得到很多的支持 –