Disable release zip #2503

Closed
opened 2025-11-02 04:38:45 -06:00 by GiteaMirror · 12 comments
Owner

Originally created by @pindi31 on GitHub (Nov 7, 2018).

Hi,

I would like to disable the creation of zip/tar of release version.
Each time a tag a version gitea create a zip but i don't need it and it takes some space.
My version of gitea is 1.4.1

Thanks

Originally created by @pindi31 on GitHub (Nov 7, 2018). Hi, I would like to disable the creation of zip/tar of release version. Each time a tag a version gitea create a zip but i don't need it and it takes some space. My version of gitea is 1.4.1 Thanks
GiteaMirror added the issue/confirmedtype/enhancement labels 2025-11-02 04:38:45 -06:00
Author
Owner

@stale[bot] commented on GitHub (Jan 12, 2019):

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 weeks. Thank you for your contributions.

@stale[bot] commented on GitHub (Jan 12, 2019): This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 weeks. Thank you for your contributions.
Author
Owner

@stale[bot] commented on GitHub (Feb 20, 2019):

This issue has been automatically closed because of inactivity. You can re-open it if needed.

@stale[bot] commented on GitHub (Feb 20, 2019): This issue has been automatically closed because of inactivity. You can re-open it if needed.
Author
Owner

@jpraet commented on GitHub (Oct 12, 2020):

Could this issue be reopened please? I am also interested in the feature to disable the zip creation for each tag.

@jpraet commented on GitHub (Oct 12, 2020): Could this issue be reopened please? I am also interested in the feature to disable the zip creation for each tag.
Author
Owner

@brennen commented on GitHub (Jan 28, 2021):

I'd, likewise, appreciate this feature - though a better solution might be code to check and delete the oldest of the cached zip / tar.gz files. These are getting crawled by bots on a large-ish repo and filling a 50 gig filesystem every couple of days for me. I might be able to mitigate that at the webserver level or with a robots.txt, but it's an unexpected failure mode.

@brennen commented on GitHub (Jan 28, 2021): I'd, likewise, appreciate this feature - though a better solution might be code to check and delete the oldest of the cached zip / tar.gz files. These are getting crawled by bots on a large-ish repo and filling a 50 gig filesystem every couple of days for me. I might be able to mitigate that at the webserver level or with a robots.txt, but it's an unexpected failure mode.
Author
Owner

@6543 commented on GitHub (Jan 28, 2021):

I think switched to async arch generateion .. but dont know if it's done for release too jet

@6543 commented on GitHub (Jan 28, 2021): I think switched to async arch generateion .. but dont know if it's done for release too jet
Author
Owner

@Gergosz2 commented on GitHub (Feb 6, 2021):

I also would like to see this zip/tar disable function in the near releases.

In one of our project we have a repo with some submodule, and sub-submodules. For the ease of use the coordinator keeps the main repo up to date, so cloning it , or checking out one of its commit repesents a so called release.

@Gergosz2 commented on GitHub (Feb 6, 2021): I also would like to see this zip/tar disable function in the near releases. In one of our project we have a repo with some submodule, and sub-submodules. For the ease of use the coordinator keeps the main repo up to date, so cloning it , or checking out one of its commit repesents a so called release.
Author
Owner

@zeripath commented on GitHub (Feb 7, 2021):

Why don't you just change the templates to remove it from the webpages.

@zeripath commented on GitHub (Feb 7, 2021): Why don't you just change the templates to remove it from the webpages.
Author
Owner

@youngpabl0 commented on GitHub (Sep 3, 2021):

hello guyz, it's nice improvement, give it a chance please :)

@youngpabl0 commented on GitHub (Sep 3, 2021): hello guyz, it's nice improvement, give it a chance please :)
Author
Owner

@wait-what commented on GitHub (Oct 5, 2021):

I would also like to see this feature

@wait-what commented on GitHub (Oct 5, 2021): I would also like to see this feature
Author
Owner

@lunny commented on GitHub (Oct 21, 2021):

The source zip and tar.gz files are shared from archives. So that there is no extra space will be used. And I think maybe you want a feature to disable archives but I don't recommend you do that.

@lunny commented on GitHub (Oct 21, 2021): The source zip and tar.gz files are shared from archives. So that there is no extra space will be used. And I think maybe you want a feature to disable archives but I don't recommend you do that.
Author
Owner

@youngpabl0 commented on GitHub (Oct 21, 2021):

Hello, you dont recommend cause of what reason, can u specify it please? Thank you!

@youngpabl0 commented on GitHub (Oct 21, 2021): Hello, you dont recommend cause of what reason, can u specify it please? Thank you!
Author
Owner

@techknowlogick commented on GitHub (Apr 12, 2022):

It's only generated on demand, and cleared on a cron. To hide it the templates can be modified.

@techknowlogick commented on GitHub (Apr 12, 2022): It's only generated on demand, and cleared on a cron. To hide it the templates can be modified.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#2503