]> git.pld-linux.org Git - packages/gitlab-ce.git/commitdiff
v8.11.4
authorElan Ruusamäe <glen@delfi.ee>
Thu, 1 Sep 2016 19:24:11 +0000 (22:24 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Thu, 1 Sep 2016 19:24:11 +0000 (22:24 +0300)
- 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

index 39321667fcca584451cde290da8489adf5dc2597..71c3ee45cb629307b53aba03ca4598d9b13efd6c 100644 (file)
@@ -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,}
 
This page took 0.098031 seconds and 4 git commands to generate.