Future of git.openwrt.org [Was: Re: Moving git.openwrt.org behind Fastly CDN]
Petr Štetiar
ynezz at true.cz
Mon Jul 21 21:26:47 PDT 2025
Hi,
tl;dr temporarily buildbots are using github.com instead of git.openwrt.org
> another wave of AI scrappers hit the box, I've added some additional band
> aids and disabled the history feature as well. Load is back to normal.
buildbots started having issues with feeds updates due to overloaded
git.openwrt.org, as a immediate workaround we've switched feeds Git servers
from git.openwrt.org to github.com using following build step
factory.addStep(
ShellCommand(
name="feeds-from-github",
description="Using feeds from GitHub",
descriptionDone="Feeds should be fetched from GitHub",
command=["sed", "-i", "-E", "s;git.openwrt.org/(feed|project);github.com/openwrt;", "feeds.conf.default"],
haltOnFailure=True,
)
)
Cheers,
Petr
More information about the openwrt-adm
mailing list