ESR discipline, weekly watching, and respins that don't wait for a calendar.
Mozilla maintains the Firefox ESR branch with security-only updates for roughly a year per release. Riding ESR means Cryolite inherits the shortest, most auditable delta between cycles: when something changes upstream, it is almost always a security fix, not a feature wave. That makes the 42-day rebuild cadence cheap and the weekly watch precise.
secwatch-weekly.sh runs on a systemd timer. It fetches Mozilla's public firefox_esr product-details feed and compares the newest published ESR against the pinned base tag:
cryolite/pending/REPORT.md and trigger FORCE_CYCLE=1 immediatelyThe report is plain markdown, staged in the tree, and visible in every status page. No dashboards to trust; just files you can read.
makeicecat--enable-release, no debug symbols, component build offSecurity issues in the Cryolite layer (patches, scripts, packaging) go to the AcreetionOS security contact on the acreetionos.org site. Issues in Gecko itself belong upstream — Mozilla's bounty program covers ESR, and GNU IceCat issues belong in the gnuzilla bug tracker. We forward, we don't sit on bugs.