Daily AcreetionOS Update -- September 27, 2026
acreetionos-immutable CI fixes broken release workflow
A block-scalar indentation error in the release.yml of acreetionos-immutable was silently breaking workflow validation. Darren caught it during a routine pipeline audit and pushed the fix, which also passes -R to gh release create so the release job no longer checks out the full repository. See the changelog at https://acreetionos.org/changelog.html for details.
Development
Two fixes landed in acreetionos-immutable this cycle. The first corrected a YAML indentation bug that caused the release workflow to fail validation without warning which is exactly the kind of silent failure nobody wants in a release pipeline. The second change passes the -R flag to gh release create, eliminating an unnecessary checkout step in the release job and shaving time off CI runs. The GitLab mirror on cobra3282000's instance also got a deploy key fix that had been causing sync drift, so if you noticed stale packages on the mirror, it should be catching up now.
Community
The Sept 25 issue was republished today with an apology and a no-pings promise, after feedback made it clear the original had some problems. The team is taking ownership and committing to cleaner communication. Meanwhile, the community thread about distro-hopping is generating honest discussion about what actually makes people stay on a distro long-term.
Tip of the day
If you are building or forking acreetionos-immutable locally, verify your GitLab deploy key matches the upstream mirror or you will end up chasing stale package build failures. Run glab mirror status to check sync health before digging into CI issues. More setup docs are at https://acreetionos.org/docs.html.