Skip to content

Make source urls easier to replace

We have several source links pointing to dev.gitlab.org which makes custom package build more difficult.

It would be nice if we have one file where we list the custom not public accessible repos.

We could have .custom_sources.yml in the format of:

gitlab_rails: "git@dev.gitlab.org:gitlab/gitlabhq.git"

and then load this inside of our build.

cc @twk3 @brodock