Skip to content

ludiosarchive/gitlab-patches

Repository files navigation

Apply patches

cd /opt/gitlab/embedded/service/gitlab-rails
git clone https://github.com/ludios/gitlab-patches
git am gitlab-patches/*.patch

Rebuild compiled CSS files

cd /opt/gitlab/embedded/service/gitlab-rails && \
chmod -R a+rX app config/initializers && \
setfacl -R -m u:git:rwX public/assets && \
gitlab-rake assets:precompile RAILS_ENV=production && \
chmod -R a+rX public/assets && \
gitlab-ctl restart

About

My GitLab 8.16 patches for reducing pagination, removing nicescroll, not sending referrer. LPT: Use org-mode and cgit instead of GitLab

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published