Bug 269683 - mailarchive: no weekly mailing list archives for 2022
Summary: mailarchive: no weekly mailing list archives for 2022
Status: In Progress
Alias: None
Product: Documentation
Classification: Unclassified
Component: Website (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Wolfram Schneider
URL:
Keywords:
Depends on:
Blocks: 269636
  Show dependency treegraph
 
Reported: 2023-02-19 12:45 UTC by Wolfram Schneider
Modified: 2024-01-19 07:38 UTC (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Wolfram Schneider freebsd_committer freebsd_triage 2023-02-19 12:45:28 UTC
There was a glitch with the mailing list archive rotation. This is fixed now. However, all emails from

Fri Dec  3 14:09:41 2021 to Wed Jan 11 05:57:31 2023

are in a single huge file now. E.g. the  archive  file 20230111.freebsd-bugs is 39MB huge.

http://bit0.nyi.freebsd.org/mailarchive/2023/freebsd-bugs/20230111.freebsd-bugs

It would be great if we can split this file into weekly archives (ca. 56 files), based on the date. An archive starts on Sunday morning 00:00 UTC, and ends Sat 23:59:59 UTC. The filename contains the date of the next Sunday 0:00 UTC.

E.g.

 20230219.dev-commits-ports-all.gz

starts at Sun Feb 12 00:59:03 2023
and ends at Sat Feb 18 23:13:27 2023

and the prefix for the archive is "20230219"

There are 98 mail archives with this problem:
find archive/2023/ -name '20230111.*' ! -size 0 | wc -l
      98