DTrejo / rotten

find & delete empty branches in your git repository; find unmerged branches with tons of code that needs to get into production!
http://dtrejo.com/
36 stars 3 forks source link

quits with no logging #2

Open DTrejo opened 12 years ago

DTrejo commented 12 years ago

David,

Any idea why this isn't working? I get no logging.

tiny:~/voxer/server$ (release) rotten -p release
Running against /Users/kip/voxer/server
Checking that branches are in production branch release
....................................tiny:~/voxer/server$ (release)

— @rv-kip

DTrejo commented 12 years ago

@rv-kip try this with the newest version of rotten from npm? I've just updated it to print more error output. TY!

rv-kip commented 12 years ago

No dice. It is worse now.

$ rotten -p release
Running against /voxer/server
Checking that branches are in production branch release

 undefined
Please report bugs to https://github.com/dtrejo/rotten, thank you.
DTrejo commented 12 years ago

I accidentally published a broken version, would you mind doing

npm rm rotten; npm cache clean rotten; npm -g install rotten

Thank you and sorry for releasing broken code!

On Tue, Sep 11, 2012 at 4:37 PM, Kip Gebhardt notifications@github.comwrote:

No dice. It is worse now.

$ rotten -p release Running against /voxer/server Checking that branches are in production branch release

undefined Please report bugs to https://github.com/dtrejo/rotten, thank you.

— Reply to this email directly or view it on GitHubhttps://github.com/DTrejo/rotten/issues/2#issuecomment-8471809.

See my projects at dtrejo.com

rv-kip commented 12 years ago

Works great! Thanks.

On Tue, Sep 11, 2012 at 8:01 PM, David Trejo notifications@github.comwrote:

I accidentally published a broken version, would you mind doing

npm rm rotten; npm cache clean rotten; npm -g install rotten

Thank you and sorry for releasing broken code!

On Tue, Sep 11, 2012 at 4:37 PM, Kip Gebhardt notifications@github.comwrote:

No dice. It is worse now.

$ rotten -p release Running against /voxer/server Checking that branches are in production branch release

undefined Please report bugs to https://github.com/dtrejo/rotten, thank you.

— Reply to this email directly or view it on GitHub< https://github.com/DTrejo/rotten/issues/2#issuecomment-8471809>.

See my projects at dtrejo.com

— Reply to this email directly or view it on GitHubhttps://github.com/DTrejo/rotten/issues/2#issuecomment-8479924.

rv-kip commented 11 years ago

@DTrejo I am getting the "quit with no logging" error again

$ (release) rotten -p release
Running against /voxer/server
Checking that branches are in production branch release
..........................................................................................................................Please report bugs to https://github.com/dtrejo/rotten, thank you.

Node v0.8.7

DTrejo commented 11 years ago

:(

Maybe I will clone the linux kernel repo and see if I can reproduce this. May be a while before I get to it though, sorry.

DTrejo commented 11 years ago

I think I just fixed this. testing on the linux repo and then pushing.

DTrejo commented 11 years ago

Damn... the linux repo on github at least does not have any remote branches...

Pushing an update anyway I suppose.

Please let me know if this fixes the problem kip! (Or at least gives informative error messages).

Cheers, D