Skip to content

Instantly share code, notes, and snippets.

@hmhealey
Last active July 6, 2021 16:40
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hmhealey/b6d3e42a88563ca43f03152e8b86592b to your computer and use it in GitHub Desktop.
Save hmhealey/b6d3e42a88563ca43f03152e8b86592b to your computer and use it in GitHub Desktop.

GitLab Omnibus

Moved to https://developers.mattermost.com/internal/gitlab-omnibus/

GitLab CE

These steps are almost certainly out of date since I haven't had to do this in quite a while.

Setup (with GDK)

https://gitlab.com/gitlab-org/gitlab-development-kit/blob/master/README.md#getting-started

Check code style

bundle exec rubocop --parallel
# scripts/static-analysis

Building with GitLab Omnibus

  1. Update .custom_sources.yml to point gitlab-rails to your repo gitlab-rails: remote: "git@dev.gitlab.org:hmhealey/gitlab-ce.git" alternative: "https://gitlab.com/hmhealey/gitlab-ce.git"
  2. Set the contents of VERSION file to be the branch you want to use
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment