Just to know, in previous version I have some trouble with licensee, and
I do the following to solve the problem:
gitaly(13.4.6+dfsg1-2) and gitlab(13.4.7-2) have in Gemfile:
gem 'rugged', '~> 0.28'
...
gem 'licensee', '~> 8.9'
But rugged is 1.1.0+ds-1 in testing and unstable and licensee need
rugged~>0.24.
Solved putting in Gemfile:
gem 'rugged', '>= 0.28'
gem 'licensee', '~> 9.14', '>= 9.14.1'
and manually install licensee 9.14.1 with:
cd /usr/share/gitlab
gem install licensee
It could help.
Cu respect,
Dragos Jarca
General manager
Dynamic Puzzle S.R.L.
www.dynamicpuzzle.ro
On 11.01.2021 17:52, Pirate Praveen wrote:
On 2021, ജനുവരി 11 7:00:11 PM IST, Dragos Jarca <dragos.ja...@dynamicpuzzle.ro>
wrote:
Package: gitlab
Followup-For: Bug #979563
Dear Maintainer,
My instance work great after upgrade to 13.5.6.1!
I can see the content of folder and files on UI.
I can fetch, push, etc.
I added versions off packages if I use, maby will help you.
If you want to give you more info, tell me.
Thanks for the feedback. I can see gitaly is still 13.4.6 so the bug is in
gitaly.
-
Versions of packages gitlab recommends:
ii certbot 1.10.1-1
ii gitaly 13.4.6+dfsg1-2
So I suggest you hold gitaly on this version.