Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
gitlab
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
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
certo
gitlab
Commits
abaed0de
Commit
abaed0de
authored
Aug 14, 2021
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Moved repositories to /var/lib/gitlab/repositories
parent
e40afdb3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
Makefile
Makefile
+3
-2
No files found.
Makefile
View file @
abaed0de
...
...
@@ -35,13 +35,14 @@ all: database-config resque-yml nginx-conf
install
-v
-m755
-d
/home/git
-o
git
-g
git
install
-v
-m755
-d
/srv/gitlab
-o
git
-g
git
ln
-s
/srv/gitlab
/home/git/gitlab
install
-v
-m755
-d
/var/lib/gitlab
-o
git
-g
git
sudo
-u
git
-H
tar
xf
gitlab-foss-v13.1.0.tar.bz2
-C
/home/git/gitlab
--strip-components
=
1
sudo
-u
git
-H
patch
-Np1
-d
/home/git/gitlab
<
gitlab-foss-v13.1.0-gems_update.patch
chown
-R
git.git
/home/git/gitlab
cd
/home/git/gitlab
&&
sudo
-u
git
-H
mv
config/gitlab.yml.example
config/gitlab.yml
cd
/home/git/gitlab
&&
sed
-e
"s|/home/git/repositories/|/var/lib/repositories/|"
-i
config/gitlab.yml
cd
/home/git/gitlab
&&
sed
-e
"s|/home/git/repositories/|/var/lib/
gitlab/
repositories/|"
-i
config/gitlab.yml
cd
/home/git/gitlab
&&
sudo
-u
git
-H
mv
config/secrets.yml.example
config/secrets.yml
cd
/home/git/gitlab
&&
chown
-R
git
log/
cd
/home/git/gitlab
&&
chown
-R
git
tmp/
...
...
@@ -78,7 +79,7 @@ all: database-config resque-yml nginx-conf
cd
/home/git/gitlab
&&
sudo
-u
git
-H
HOME
=
$(CURDIR)
/gitlab-home
PATH
=
$$
PATH:
$(CURDIR)
/../go/go/bin
GOCACHE
=
$(CURDIR)
/gitlab-home/gocache bundle
exec
rake
"gitlab:workhorse:install[/srv/gitlab-workhorse]"
RAILS_ENV
=
production
ln
-s
/srv/gitlab-workhorse /home/git/gitlab-workhorse
chown
-R
git.git /home/git/gitlab-workhorse
cd
/home/git/gitlab
&&
sudo
-u
git
-H
HOME
=
$(CURDIR)
/gitlab-home
PATH
=
$$
PATH:
$(CURDIR)
/../go/go/bin
GOCACHE
=
$(CURDIR)
/gitlab-home/gocache
VERBOSE
=
1 bundle
exec
rake
"gitlab:gitaly:install[/srv/gitaly,/var/lib/repositories]"
RAILS_ENV
=
production
cd
/home/git/gitlab
&&
sudo
-u
git
-H
HOME
=
$(CURDIR)
/gitlab-home
PATH
=
$$
PATH:
$(CURDIR)
/../go/go/bin
GOCACHE
=
$(CURDIR)
/gitlab-home/gocache
VERBOSE
=
1 bundle
exec
rake
"gitlab:gitaly:install[/srv/gitaly,/var/lib/
gitlab/
repositories]"
RAILS_ENV
=
production
ln
-s
/srv/gitaly /home/git/gitaly
chown
-R
git.git /home/git/gitaly
chmod
o-w /srv
...
...
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