]> git.pld-linux.org Git - packages/gitlab-ce.git/commitdiff
move builds/ to var gitlab-ce-8.11.3-0.70
authorElan Ruusamäe <glen@delfi.ee>
Tue, 30 Aug 2016 16:00:48 +0000 (19:00 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Tue, 30 Aug 2016 16:00:55 +0000 (19:00 +0300)
The location where build traces are stored (default: builds/).

gitlab-ce.spec

index 8fefbed456b8bcb7f9267fb74dede96580dd0cf1..39321667fcca584451cde290da8489adf5dc2597 100644 (file)
@@ -17,7 +17,7 @@
 Summary:       A Web interface to create projects and repositories, manage access and do code reviews
 Name:          gitlab-ce
 Version:       8.11.3
-Release:       0.69
+Release:       0.70
 License:       MIT
 Group:         Applications/WWW
 # md5 deliberately omitted until this package is useful
@@ -207,7 +207,7 @@ touch $RPM_BUILD_ROOT%{_sysconfdir}/gitlab/skip-auto-migrations
 # relocate to /etc as it's updated runtime, see 77cff54
 move_symlink %{homedir}/db/schema.rb %{_sysconfdir}/gitlab/schema.rb
 
-for a in satellites shared tmp public/{uploads,assets}; do
+for a in satellites builds shared tmp public/{uploads,assets}; do
        move_symlink %{homedir}/$a %{vardir}/$a
 done
 
@@ -330,6 +330,7 @@ fi
 
 %dir %{vardir}
 %dir %attr(755,%{uname},%{gname}) %{vardir}/satellites
+%dir %attr(755,%{uname},%{gname}) %{vardir}/builds
 %dir %{vardir}/public
 %attr(-,%{uname},%{gname}) %{vardir}/public/uploads
 %attr(-,%{uname},%{gname}) %{vardir}/public/assets
This page took 0.106817 seconds and 4 git commands to generate.