Merge tag 'debian/13.1.4-2' into buster-fasttrack
gitlab Debian release 13.1.4-2
This commit is contained in:
commit
7bc7cabff2
3 changed files with 14 additions and 1 deletions
11
debian/changelog
vendored
11
debian/changelog
vendored
|
@ -1,3 +1,14 @@
|
|||
gitlab (13.1.4-2) experimental; urgency=medium
|
||||
|
||||
* Update minimum version of ruby to 2.7
|
||||
* Drop ruby 2.5 compat patches, we have ruby 2.7 in fasttrack now
|
||||
* Remove obsolete initializer: rack_attack_new.rb (thanks to sunweaver and
|
||||
onlyjob)
|
||||
* Fix permissions for ${gitlab_data_dir}/shared/artifacts/tmp/* (thanks to
|
||||
sunweaver)
|
||||
|
||||
-- Pirate Praveen <praveen@debian.org> Thu, 16 Jul 2020 17:22:17 +0530
|
||||
|
||||
gitlab (13.1.4-1+fto10+3) buster-fasttrack; urgency=medium
|
||||
|
||||
* Drop ruby 2.5 compat patches, we have ruby 2.7 in fasttrack now
|
||||
|
|
3
debian/gitlab.postinst
vendored
3
debian/gitlab.postinst
vendored
|
@ -110,7 +110,8 @@ case "$1" in
|
|||
chown ${gitlab_user}: ${gitlab_data_dir}/public ${gitlab_cache_path} \
|
||||
${gitlab_log_dir} ${gitlab_shell_log} ${gitlab_pid_path} \
|
||||
${gitlab_data_dir}/db ${gitlab_data_dir}/locale ${gitlab_data_dir}/shared \
|
||||
${gitlab_data_dir}/shared/*
|
||||
${gitlab_data_dir}/shared/* ${gitlab_data_dir}/shared/artifacts/* \
|
||||
${gitlab_data_dir}/shared/artifacts/tmp/*
|
||||
for i in ${gitlab_repo_path} ${gitlab_uploads_path}\
|
||||
${gitlab_shell_log} ${gitlab_builds_log}; do
|
||||
runuser -u ${gitlab_user} -- sh -c "mkdir -p $i"
|
||||
|
|
1
debian/maintscript
vendored
1
debian/maintscript
vendored
|
@ -38,3 +38,4 @@ rm_conffile /etc/gitlab/initializers/active_record_query_cache.rb 12.6.8-1+fto10
|
|||
rm_conffile /etc/gitlab/initializers/correlation_id.rb 12.6.8-1+fto10+1 gitlab
|
||||
rm_conffile /etc/gitlab/initializers/active_record_becomes.rb 12.6.8-1+fto10+1 gitlab
|
||||
rm_conffile /etc/gitlab/initializers/0_thread_cache.rb 12.10.7-1+fto10+1 gitlab
|
||||
rm_conffile /etc/gitlab/initializers/rack_attack_new.rb 13.1.4-1+fto10+3 gitlab
|
||||
|
|
Loading…
Reference in a new issue