Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
38cd13c9
Commit
38cd13c9
authored
Apr 24, 2017
by
Jacob Vosmaer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix 9.1 Gitaly source update steps
parent
c7680264
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
doc/update/9.0-to-9.1.md
doc/update/9.0-to-9.1.md
+11
-0
No files found.
doc/update/9.0-to-9.1.md
View file @
38cd13c9
...
...
@@ -317,6 +317,17 @@ the socket path, but with `unix:` in front.
Each entry under
`storages:`
should use the same
`gitaly_address`
.
#### Compile Gitaly
This step will also create
`config.toml.example`
which you need below.
```
shell
cd
/home/git/gitaly
sudo
-u
git
-H
git fetch
--all
--tags
sudo
-u
git
-H
git checkout v
$(
</home/git/gitlab/GITALY_SERVER_VERSION
)
sudo
-u
git
-H
make
```
#### Gitaly config.toml
In GitLab 9.1 we are replacing environment variables in Gitaly with a
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment