[wp-meta] [Making WordPress.org] #3263: Zips for deleted plugin tags not deleted
Making WordPress.org
noreply at wordpress.org
Thu Jun 21 03:27:26 UTC 2018
#3263: Zips for deleted plugin tags not deleted
------------------------------+-------------------------------------------
Reporter: Ipstenu | Owner: (none)
Type: defect | Status: reviewing
Priority: normal | Milestone: Plugin Directory v3 - Future
Component: Plugin Directory | Resolution:
Keywords: needs-patch |
------------------------------+-------------------------------------------
Changes (by dd32):
* owner: dd32 => (none)
Comment:
Replying to [comment:9 Ipstenu]:
> Would it be possible to run a weekly/bi-weekly/monthly script for
plugins that compares tags to zips, and if there's no tag, nuke the zip?
Or would that be worse?
Much worse.
If anything happens here, I guess it'd have to be something like this to
avoid the most common race conditions:
- When a commit deleting a tag occurs
- Queue a cron task to check that the tag really doesn't exist an hour
later
- In Cron: If no tag. Remove zip
The SVN Watcher cannot handle this case at present, and the zip management
stuff includes no ability to delete due to never-deleting being a design
goal of the new zip storage system.
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/3263#comment:10>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list