commit ae7b6484cc8831964f7b9d2aebe4edc8dda51a20
Author: Elan Ruusamäe <[email protected]>
Date:   Sat Nov 4 12:15:57 2017 +0200

    package new files

 clean-vendor.sh | 22 +++++++++++++++++++---
 gitlab-ce.spec  |  5 ++++-
 2 files changed, 23 insertions(+), 4 deletions(-)
---
diff --git a/gitlab-ce.spec b/gitlab-ce.spec
index 6e4b893..144c24b 100644
--- a/gitlab-ce.spec
+++ b/gitlab-ce.spec
@@ -21,7 +21,7 @@
 Summary:       A Web interface to create projects and repositories, manage 
access and do code reviews
 Name:          gitlab-ce
 Version:       10.1.1
-Release:       0.102
+Release:       0.103
 License:       MIT
 Group:         Applications/WWW
 # md5 deliberately omitted until this package is useful
@@ -353,6 +353,7 @@ fi
 %{appdir}/log
 %{appdir}/public
 %{appdir}/shared
+%{appdir}/symbol
 %{appdir}/tmp
 
 %{vardir}/.gitconfig
@@ -383,6 +384,8 @@ fi
 
 %dir %attr(771,root,%{gname}) %{_localstatedir}/run/gitlab
 
+%dir %{appdir}/locale
+
 %defattr(-,root,root,-)
 %dir %{appdir}/vendor
 %{appdir}/vendor/*
diff --git a/clean-vendor.sh b/clean-vendor.sh
index 4818873..f1cd3d1 100755
--- a/clean-vendor.sh
+++ b/clean-vendor.sh
@@ -7,7 +7,6 @@ set -e
 # clean files not related for running gitlab
 clean_rootfiles() {
        cd $root
-       rm -r .babelrc
        rm -r .github
        rm -r .gitlab
        rm -r changelogs
@@ -18,6 +17,8 @@ clean_rootfiles() {
        rm -r rubocop
        rm -r scripts
        rm -r spec
+       rm .babelrc
+       rm .codeclimate.yml
        rm .csscomb.json
        rm .eslintignore
        rm .eslintrc
@@ -27,6 +28,7 @@ clean_rootfiles() {
        rm .gitlab-ci.yml
        rm .haml-lint.yml
        rm .mailmap
+       rm .nvmrc
        rm .pkgr.yml
        rm .rubocop.yml
        rm .rubocop_todo.yml
@@ -34,8 +36,6 @@ clean_rootfiles() {
        rm Procfile
        rm bin/pkgr_before_precompile.sh
        rm docker-compose.yml
-       rm package.json
-       rm yarn.lock
 }
 
 clean_rubygems() {
@@ -100,12 +100,28 @@ clean_rubygems() {
 clean_node() {
        cd $root
 
+       rm package.json
+       rm yarn.lock
        # needed only for webpack during build
        rm -r node_modules
 }
 
+clean_log() {
+       cd $root
+
+       rm -fv log/*.log
+}
+
+clean_locale() {
+       cd $root
+
+       rm locale/*/gitlab.po.time_stamp
+}
+
 root=$1
 
 clean_rootfiles
 clean_rubygems
 clean_node
+clean_log
+clean_locale
================================================================

---- gitweb:

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

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to