← back to Builds Nightly
fix: manifest print to stderr so backfill/nightly case-match reads clean OK: line
df39fea7c1875d2e165e77626a326bf158ae8d48 · 2026-07-22 22:22:51 -0700 · Steve Abrams
Files touched
Diff
commit df39fea7c1875d2e165e77626a326bf158ae8d48
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Wed Jul 22 22:22:51 2026 -0700
fix: manifest print to stderr so backfill/nightly case-match reads clean OK: line
---
build-day.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build-day.sh b/build-day.sh
index 2936e6a..376f0e7 100755
--- a/build-day.sh
+++ b/build-day.sh
@@ -91,7 +91,7 @@ m=[x for x in m if x.get('date')!='$DAY']
m.append({'date':'$DAY','file':'$DAY.mp4','title':'''$TITLE''','count':$COUNT,'size_mb':$SIZE})
m.sort(key=lambda x:x['date'], reverse=True)
json.dump(m, open(p,'w'), indent=1)
-print('manifest:', len(m), 'entries')
+import sys; print('manifest:', len(m), 'entries', file=sys.stderr)
PY"
log "deployed."
fi
← a5e9638 add backfill.sh + nightly launchd cron (23:50 daily)
·
back to Builds Nightly
·
searchable transcripts index: build-transcripts.mjs + nightl 6e2df2c →