openruko / vagrant-openruko

Vagrant template to create a fully running openruko VM.
65 stars 15 forks source link

Updating gitmouth to "apiserver over https" #11

Closed nuxlli closed 11 years ago

nuxlli commented 11 years ago

Change "version" with install gitmouth to add this fix: https://github.com/openruko/gitmouth/commit/a27da2e37ffc9df522b1fc829520a8ef904b6faa

Filirom1 commented 11 years ago

Indeed https is needed to work with apiserver v0.1.2

@tombh do you confirm ?

tombh commented 11 years ago

Hmm, I'm a bit confused by all these branches now :| I'm guessing that my separate_api_dyno branch doesn't use the latest version of gitmouth, is that right @nuxlli?

Filirom1 commented 11 years ago

gitmouth master should be used with apiserver v0.1.2

I will launch Vagrant this week to check all those thinks.

tombh commented 11 years ago

I'll try and get these branches merged this week too.

nuxlli commented 11 years ago

For me gitmouth "v0.1.1" does not work with apiserver v0.1.2 in separate_api_dyno, require de https.

tombh commented 11 years ago

I just pushed a new tag (v0.1.2) against gitmouth's current HEAD https://github.com/openruko/gitmouth/commits/v0.1.2

Saves you having to use a hash string @nuxlli

nuxlli commented 11 years ago

Thanks a lot @tombh. I will close this pull request and open a new one.

nuxlli commented 11 years ago

@tombh you could do the same with httprouting?

tombh commented 11 years ago

https://github.com/openruko/httprouting/tree/v0.1.1 :)

tombh commented 11 years ago

Okay, I've merged all the branches for all the repos regarding api/dyno separation, including the version bumps for httprouting and gitmouth.