• Patrick Steinhardt's avatar
    gitlab/setup_helper: Migrate Gitaly to use runtime directory · a3995840
    Patrick Steinhardt authored
    Among other tasks, the setup helper also generates the Gitaly config.
    Part of the things we configure is the internal socket directory, which
    is currently being phased out by Gitaly. Instead, Gitaly provides a new
    runtime directory which is intended to host all files and directories
    created by Gitaly at runtime, including internal sockets.
    
    Convert the setup helper to use the new runtime directory.
    
    Changelog: changed
    a3995840
gitaly_setup.rb 9.24 KB