Description
Slug compilation fails when creating a python project.
How to reproduce:
$ mkdir myproject
$ cd myproject
$ git init
$ ~/openruko/client/openruko create
$ echo boto > requirements.txt
$ git add -A
$ git commit -m "initial commit"
$ git push heroku master
Counting objects: 7, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (3/3), done.
Writing objects: 100% (7/7), 525 bytes, done.
Total 7 (delta 1), reused 0 (delta 0)
-----> Openruko receiving git push
-----> Python app detected
remote: rm: cannot remove /app/hooks/.git/branches': Permission denied remote: rm: cannot remove
/app/hooks/.git/config': Permission denied
remote: rm: cannot remove `/app/hooks/.git/description': Permission denied
...
-----> Discovering process types
Default process types for Python ->
-----> Compiled slug size is 4.0K /tmp/slug.tgz
Using slug_id: 1364824011.45576
Uploading: http://openruko.mymachine.me:4567//slugs/21_1364824011.45576.tgz?Expires=1364860011&AWSAccessKeyId=123&Signature=vB%2BhCYMelAhLYC6hbsH9f678cak%3D
Uploaded: http://openruko.mymachine.me:4567//slugs/21_1364824011.45576.tgz?Expires=1364860011&AWSAccessKeyId=123&Signature=vB%2BhCYMelAhLYC6hbsH9f678cak%3D
-----> Launching... done v 3
http://7d45550ba17723745860986e5eff4e65.mymachine.me/ deployed to Openruko
fatal: protocol error: bad line length character: erro
error: error in sideband demultiplexer
To [email protected]:7d45550ba17723745860986e5eff4e65.git
! [remote rejected] master -> master (bad pack)
error: failed to push some refs to '[email protected]:7d45550ba17723745860986e5eff4e65.git'
Activity