[packages/gitlab-ce] package shared/{artifacts,lfs-objects}

glen glen at pld-linux.org
Sun May 15 19:03:15 CEST 2016


commit cd662819539ffab65f6a3809f9077536c5eb9b8b
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Sun May 15 18:48:13 2016 +0300

    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
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gitlab-ce.git/commitdiff/cd662819539ffab65f6a3809f9077536c5eb9b8b



More information about the pld-cvs-commit mailing list