mirror of
https://github.com/AgentSeal/codeburn.git
synced 2026-08-21 14:34:32 +00:00
ci(upgrade-path): reference #1032 in the shard-republish note
This commit is contained in:
parent
b2e59c3a2f
commit
34726fb63c
1 changed files with 1 additions and 1 deletions
|
|
@ -332,7 +332,7 @@ check(JSON.stringify(stripGenerated(warm.menubar)) === JSON.stringify(stripGener
|
|||
const afterMtimes = shardMtimes(upgradeCache)
|
||||
const republished = Object.keys(afterMtimes).filter(n => n !== 'envelope.json' && beforeMtimes[n] !== afterMtimes[n])
|
||||
const retired = Object.keys(beforeMtimes).filter(n => n !== 'envelope.json' && !(n in afterMtimes))
|
||||
const churnNote = 'known defect, follow-up issue pending: a date-ranged run republishes the month shards it skipped'
|
||||
const churnNote = 'known defect, see #1032: a date-ranged run republishes the month shards it skipped'
|
||||
if (retired.length) console.log(` note ${retired.length} shard(s) republished under a new name with identical content (${churnNote}): ${retired.join(', ')}`)
|
||||
else if (republished.length) console.log(` note ${republished.length} shard(s) rewritten in place (${churnNote}): ${republished.join(', ')}`)
|
||||
else ok('no shard republished on an unchanged corpus')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue