Gitea: Deal with repo-archives bloat #32
Labels
No Label
Service
Buildbot
Service
Chat
Service
Gitea
Service
Translate
Type
Bug
Type
Config
Type
Deployment
Type
Feature
Type
Setup
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: infrastructure/blender-projects-platform#32
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The data/repo-archives directory is exploding in size over the course of just a day.
This is (mostly?) due to search-engine bots scraping URLS that cause tar.gz's, git-bundles, etc to be produced.
There are two administration-tasks that seem to govern the contents of the repo-archive directory:
Delete all repositories' archives (ZIP,TAR.GZ,etc..)
Delete old repository archives
The latter also is also 'cron-able' :
The first item in the list, however, does not seem to have a cron-able action.. and it's the one that actually deletes stuff..
To solve/control this issue, we need to do the following, in order of importance:
I closed #29 which was about the same issue, and has some other details.
Gitea.com has the following robots.txt: https://gitea.com/robots.txt
Deployment: Deal with repo-archives bloatto Gitea: Deal with repo-archives bloat