Bug 25286 - Fix the GitLab koha mirror
Summary: Fix the GitLab koha mirror
Status: CLOSED FIXED
Alias: None
Product: Project Infrastructure
Classification: Unclassified
Component: Bugzilla (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low enhancement
Assignee: Jonathan Druart
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-04-27 00:06 UTC by Victor Grousset/tuxayo
Modified: 2020-11-30 21:45 UTC (History)
0 users

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Victor Grousset/tuxayo 2020-04-27 00:06:33 UTC
(no appropriate component to create the bug under)

Delete the repo, recreate it and mirror git://repo.or.cz/koha.git

That what I did and the size is "only" 3.3GiB which is fine for GitLab

https://gitlab.com/tuxayo/Koha
Comment 1 Jonathan Druart 2020-04-27 08:15:44 UTC
No, we should mirror the official repo.

I am currently working on this (https://wiki.koha-community.org/wiki/Git_Splitting_and_Shrinking), and will communicate a bit later.
Comment 2 Victor Grousset/tuxayo 2020-04-27 10:27:35 UTC
I forgot to link the currently non-working GitLab mirror.

https://gitlab.com/koha-community/Koha

> No, we should mirror the official repo.

Is the proposal still valid if we use the official repo? http://git.koha-community.org/gitweb/

An alternative proposal is to delete the currently non-working GitLab mirror to free resources if it's not in the immediate plans to have it back working.

> I am currently working on this
> https://wiki.koha-community.org/wiki/Git_Splitting_and_Shrinking

Very nice!
Comment 3 Jonathan Druart 2020-04-30 13:53:48 UTC
This is fixed.

Martin changed the gitlab config to only track the protected branches that he listed.
Comment 4 Victor Grousset/tuxayo 2020-04-30 20:02:44 UTC
Thanks :D