[packages/gitlab-ce] up to 8.11
glen
glen at pld-linux.org
Mon Aug 22 21:54:49 CEST 2016
commit 7a99e4d569be8df5462bde4902f2cfafac92ca27
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Mon Aug 22 22:53:43 2016 +0300
up to 8.11
https://about.gitlab.com/2016/08/22/gitlab-8-11-released/
clean-vendor.sh | 2 +-
gitlab-ce.spec | 7 +++----
2 files changed, 4 insertions(+), 5 deletions(-)
---
diff --git a/gitlab-ce.spec b/gitlab-ce.spec
index a80bcf4..bd7ff52 100644
--- a/gitlab-ce.spec
+++ b/gitlab-ce.spec
@@ -16,8 +16,8 @@
Summary: A Web interface to create projects and repositories, manage access and do code reviews
Name: gitlab-ce
-Version: 8.10.7
-Release: 0.59
+Version: 8.11.0
+Release: 0.60
License: MIT
Group: Applications/WWW
# md5 deliberately omitted until this package is useful
@@ -54,7 +54,7 @@ BuildRequires: zlib-devel
Requires(post,preun): /sbin/chkconfig
Requires: apache-base
Requires: git-core >= 2.7.4
-Requires: gitlab-shell >= 3.2.1
+Requires: gitlab-shell >= 3.4.0
Requires: nodejs
Requires: rc-scripts
Requires: ruby-bundler
@@ -133,7 +133,6 @@ chmod a-x vendor/bundle/ruby/gems/unicorn-*/bin/unicorn*
# remove secrets, log and cache that assets compile initialized
rm .gitlab_shell_secret
-rm .secret
rm config/secrets.yml
rm log/production.log
rm -r tmp/cache/*
diff --git a/clean-vendor.sh b/clean-vendor.sh
index 549da05..8484c11 100755
--- a/clean-vendor.sh
+++ b/clean-vendor.sh
@@ -17,12 +17,12 @@ clean_rootfiles() {
rm .gitattributes
rm .gitignore
rm .gitlab-ci.yml
+ rm .mailmap
rm .pkgr.yml
rm .rspec
rm .rubocop.yml
rm .rubocop_todo.yml
rm .scss-lint.yml
- rm .simplecov
rm .vagrant_enabled
rm Procfile
rm bin/pkgr_before_precompile.sh
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/gitlab-ce.git/commitdiff/38a358e2787b977aa92d3267ffcc775c55987e3b
More information about the pld-cvs-commit
mailing list