From cd662819539ffab65f6a3809f9077536c5eb9b8b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Sun, 15 May 2016 18:48:13 +0300 Subject: [PATCH] package shared/{artifacts,lfs-objects} backup can be created now: # gitlab-rake gitlab:backup:create --- gitlab-ce.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/gitlab-ce.spec b/gitlab-ce.spec index 759e32c..b54842c 100644 --- a/gitlab-ce.spec +++ b/gitlab-ce.spec @@ -17,7 +17,7 @@ Summary: A Web interface to create projects and repositories, manage access and do code reviews Name: gitlab-ce Version: 8.7.5 -Release: 0.19.4 +Release: 0.20 License: MIT Group: Applications/WWW # md5 deliberately omitted until this package is useful @@ -89,6 +89,7 @@ sed -e "s|username: git|username: gitlab|" \ rm .flayignore rm .gitignore rm .csscomb.json +rm .gitattributes rm docker-compose.yml find -name .gitkeep | xargs rm rm -r lib/support/{deploy,init.d} @@ -261,10 +262,16 @@ fi %attr(-,%{uname},%{gname}) %{homedir}/tmp/* %dir %attr(755,%{uname},%{gname}) %{homedir}/www +%dir %attr(750,%{uname},%{gname}) %{homedir}/shared +%dir %attr(750,%{uname},%{gname}) %{homedir}/shared/artifacts +%dir %attr(750,%{uname},%{gname}) %{homedir}/shared/artifacts/tmp +%dir %attr(750,%{uname},%{gname}) %{homedir}/shared/artifacts/tmp/cache +%dir %attr(750,%{uname},%{gname}) %{homedir}/shared/artifacts/tmp/uploads +%dir %attr(750,%{uname},%{gname}) %{homedir}/shared/lfs-objects + %dir %attr(755,%{uname},%{gname}) %{homedir}/.bundle %attr(-,%{uname},%{gname}) %{homedir}/.bundle/config %attr(-,%{uname},%{gname}) %{homedir}/.foreman -%attr(-,%{uname},%{gname}) %{homedir}/.gitattributes %attr(-,%{uname},%{gname}) %{homedir}/.*.yml %attr(-,%{uname},%{gname}) %{homedir}/.rspec %attr(-,%{uname},%{gname}) %{homedir}/.ruby-version -- 2.44.0