3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/pkgs
talyz ed4a09c6f3 gitlab: Get rid of most 'already initialized constant'-warnings
On start, unicorn, sidekiq and other parts running ruby code emits
quite a few warnings similar to

/var/gitlab/state/config/application.rb:202: warning: already initialized constant Gitlab::Application::LOOSE_EE_APP_ASSETS
/nix/store/ysb0lgbzxp7a9y4yl8d4f9wrrzy9kafc-gitlab-ee-12.3.5/share/gitlab/config/application.rb:202: warning: previous definition of LOOSE_EE_APP_ASSETS was here
/var/gitlab/state/lib/gitlab.rb:38: warning: already initialized constant Gitlab::COM_URL
/nix/store/ysb0lgbzxp7a9y4yl8d4f9wrrzy9kafc-gitlab-ee-12.3.5/share/gitlab/lib/gitlab.rb:38: warning: previous definition of COM_URL was here

This seems to be caused by the same ruby files being evaluated
multiple times due to the paths being different - sometimes they're
loaded using the direct path and sometimes through a symlink, due to
our split between config and package data. To fix this, we make sure
that the offending files in the state directory always reference the
store path, regardless of that being the real file or a symlink.
2019-10-19 19:30:28 +02:00
..
applications gitlab: Get rid of most 'already initialized constant'-warnings 2019-10-19 19:30:28 +02:00
build-support
common-updater
data
desktops gnomeExtensions.gsconnect: 26 → 27 2019-10-18 02:09:09 +02:00
development Merge pull request #71268 from jsamsa/fix-macos-oracle-instantclient 2019-10-17 20:36:59 -04:00
games
misc
os-specific
servers Merge pull request #70753 from kampka/matrix-appservice-slack 2019-10-17 19:15:15 +02:00
shells
stdenv
test
tools blueman: update patch 2019-10-17 16:56:41 -04:00
top-level Merge pull request #70753 from kampka/matrix-appservice-slack 2019-10-17 19:15:15 +02:00