buildpack-gitlab icon indicating copy to clipboard operation
buildpack-gitlab copied to clipboard

Error on push

Open sweiler opened this issue 10 years ago • 2 comments

I've followed the instructions on the Wiki Page step by step, but the second push gets rejected with the error message remote: /tmp/buildpackjrnC2/bin/compile: line 35: sudo: command not found. Anyone any idea why this happens?

sweiler avatar Feb 06 '15 16:02 sweiler

Hi @sweiler, unfortunately i have not been active on this project anymore and currently don't have much time to work on it.

If you are interested in solving this issue, i would guess this might be related to the new cedar-14 stack.

So as a first step, the buildpack would have to be made aware of the stack (see https://devcenter.heroku.com/articles/buildpack-api#stacks) as the current solution might only work on the old cedar stack.

As the next step, one should investigate if and how it could work for cedar-14 with the available packages https://devcenter.heroku.com/articles/cedar-ubuntu-packages and maybe the missing sudo command.

Let me know if you want to work on this.

amtrack avatar Feb 11 '15 11:02 amtrack

This wouldn't have anything to do with Heroku, surely. Because @sweiler was using it with Dokku.

Any other ideas, anybody?

jmshal avatar Apr 05 '15 21:04 jmshal