[packages/gitlab-ce] v8.11.4
glen
glen at pld-linux.org
Thu Sep 1 22:11:16 CEST 2016
commit 59a3a088cc56ae217b7f30e9d941dae742369f30
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Thu Sep 1 22:24:11 2016 +0300
v8.11.4
- Fix broken gitlab:backup:restore because of bad permissions on repo storage !6098 (Dirk Hörner)
- Fix resolving conflicts on forks. !6082
- Fix diff commenting on merge requests created prior to 8.10. !6029
- Fix pipelines tab layout regression. !5952
- Fix "Wiki" link not appearing in navigation for projects with external wiki. !6057
- Do not enforce using hash with hidden key in CI configuration. !6079
- Fix hover leading space bug in pipeline graph !5980
- Fix sorting issues by "last updated" doesn't work after import from GitHub
- GitHub importer use default project visibility for non-private projects
- Creating an issue through our API now emails label subscribers !5720
- Block concurrent updates for Pipeline
- Don't create groups for unallowed users when importing projects
- Fix issue boards leak private label names and descriptions
- Remove gitorious. !5866
gitlab-ce.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gitlab-ce.spec b/gitlab-ce.spec
index 3932166..71c3ee4 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.11.3
-Release: 0.70
+Version: 8.11.4
+Release: 0.71
License: MIT
Group: Applications/WWW
# md5 deliberately omitted until this package is useful
@@ -129,7 +129,7 @@ bundle exec gem install -v $v rugged --no-rdoc --no-ri --verbose
# use modified config so it doesn't croak
cp -p config/gitlab.yml{,.production}
sed -i -e '/secret_file:/d' config/gitlab.yml
-sed -i -e 's#/home/git/repositories/#./#' config/gitlab.yml
+sed -i -e 's#/var/lib/gitlab/repositories/#./#' config/gitlab.yml
bundle exec rake RAILS_ENV=production assets:clean assets:precompile USE_DB=false
mv -f config/gitlab.yml{.production,}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/gitlab-ce.git/commitdiff/59a3a088cc56ae217b7f30e9d941dae742369f30
More information about the pld-cvs-commit
mailing list