惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

月光博客
月光博客
人人都是产品经理
人人都是产品经理
博客园 - 聂微东
WordPress大学
WordPress大学
S
SegmentFault 最新的问题
博客园 - Franky
V
V2EX
Y
Y Combinator Blog
Google DeepMind News
Google DeepMind News
J
Java Code Geeks
T
The Blog of Author Tim Ferriss
罗磊的独立博客
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Jina AI
Jina AI
博客园 - 叶小钗
F
Fortinet All Blogs
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
A
About on SuperTechFans
M
MIT News - Artificial intelligence
云风的 BLOG
云风的 BLOG
Last Week in AI
Last Week in AI
D
Docker
博客园 - 【当耐特】
阮一峰的网络日志
阮一峰的网络日志

Flathub Status

GitHub is experiencing issues | Flathub Status Website is down | Flathub Status Multiple services down | Flathub Status Infrastructure provider outage | Flathub Status Build status updates failing | Flathub Status Publishing delay due to delta regeneration Signing outage | Flathub Status CDN cache invalidation issue | Flathub Status CDN cache invalidation issue | Flathub Status Website facing intermittent disruptions | Flathub Status Publish outage | Flathub Status Build service outage | Flathub Status Hosting provider planned maintenance | Flathub Status Blocked publishing due to ongoing repository pruning Frontend service is down | Flathub Status
appstream2 branch referencing stale commit
2026-03-25 · via Flathub Status

March 24, 2026 at 23:55 UTC

CDN

Resolved after 2h 5m March 25, 2026 at 02:00 UTC


A mismatch between the appstream2 branch and delta indexes caused local Flatpak clients to fail to update appstream data. The issue is resolved now after regenerating both the branch and the indexes.

If you are still experiencing issues, please try the steps below to clear the local copy of the appstream2 branch. (01:33 UTC — Mar 25)

# For system-wide installation 
sudo ostree --repo=/var/lib/flatpak/repo refs --delete flathub:appstream2/x86_64

# For user installation
ostree --repo=$HOME/.local/share/flatpak/repo refs --delete flathub:appstream2/x86_64

# Update the appstream data
flatpak update --appstream

Additionally, some client experienced timeouts when fetching delta indexes that were removed from the server. This was caused by the CDN not caching 404 responses, resulting in requests queuing up behind nginx’s cache lock. A fix was deployed to cache 404 responses, allowing clients to gracefully fall back to full downloads. (02:08 UTC — Mar 25)