Commit ccd990956249a2a69207566492f055d4132354ca
1 parent
7b840e1a
Exists in
master
and in
79 other branches
move gitlab.yml instead of copying
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
gitlab.spec
... | ... | @@ -73,7 +73,7 @@ EOF |
73 | 73 | |
74 | 74 | %install |
75 | 75 | mkdir -p %{buildroot}/etc/gitlab |
76 | -cp config/gitlab.yml %{buildroot}/etc/gitlab/gitlab.yml | |
76 | +mv config/gitlab.yml %{buildroot}/etc/gitlab/gitlab.yml | |
77 | 77 | cp config/unicorn.rb.example %{buildroot}/etc/gitlab/unicorn.rb |
78 | 78 | cp config/database.yml.postgresql %{buildroot}/etc/gitlab/database.yml |
79 | 79 | ... | ... |