jamoma / JamomaWebSite

Web site design and content development using nanoc
1 stars 0 forks source link

Codeship rebuild of Doxygen API issue #34

Closed lossius closed 10 years ago

lossius commented 10 years ago

Codeship reported failing command when attempting to compile Doxygen API in response to 9aa720f87282d534106abc6e0e99aeb470b78d4f .

Here's the error at Codeship:

Warning: Permanently added 'odin.bek.no,158.37.56.15' (RSA) to the list of known hosts. error: SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed while accessing https://github.com/jamoma/Jamoma.git/info/refs

fatal: HTTP request failed

@hems : Are you able to look into this? My guess is that they have been moving build processes to a new server at Codeship.

hems commented 10 years ago

for some reason there is a problem with SSL when git pulling, for the moment i'm just ignoring it

by adding "GIT_SSL_NO_VERIFY=true" before running the git commands, for instance like this:

cd /Groups/Jamoma/Sites/Jamoma && GIT_SSL_NO_VERIFY=true git pull origin dev

hems commented 10 years ago

back to life!

https://github.com/jamoma/JamomaWebSite/blob/master/readme.textile

hems commented 10 years ago

hems reporting:

we are green again

:green_apple:

:dash:

lossius commented 10 years ago

Thanks a lot!