Skip to content

Fixing omnibus build failure due to cacerts.pem update (2016.09.07)

username-removed-716236 requested to merge (removed):master into master

I was trying to run a omnibus build based on: https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/doc/build/README.md

It failed due to repo access problems (it needed things from dev.gitlab.com), so I didn't get very far, but I did find and fix a build failure caused by a cacerts update on curl.haxx.se. The updated cacerts.pem had a different MD5 so I just added an entry for the new file and set it as the default.

Merge request reports