Rollout deprecation

This commit is contained in:
SukkaW
2024-03-11 15:29:38 +08:00
parent 4e8252730b
commit 292c04dc18
10 changed files with 51 additions and 22 deletions

View File

@@ -194,10 +194,6 @@ export const buildRejectDomainSet = task(import.meta.path, async (span) => {
span,
rejectDomainsStats.map(([domain, count]) => `${domain}${' '.repeat(100 - domain.length)}${count}`),
path.resolve(import.meta.dir, '../List/internal/reject-stats.txt')
),
Bun.write(
path.resolve(import.meta.dir, '../List/domainset/reject_sukka.conf'),
'# The file has been deprecated, its content has been merged into the main `reject` domainset.\n'
)
]);
});