SDK now using Codeberg?

When did this happen?
I just downloaded the latest master/snapshot SDK and the feeds.conf.default contains:

src-git --root=package base https://codeberg.org/openwrt/openwrt.git^d22eb0a0123d90b951442fe38472570e0339ee69
src-git packages https://git.openwrt.org/feed/packages.git
src-git luci https://git.openwrt.org/project/luci.git
src-git routing https://git.openwrt.org/feed/routing.git
src-git telephony https://git.openwrt.org/feed/telephony.git
src-git video https://github.com/openwrt/video.git
#src-git targets https://github.com/openwrt/targets.git
#src-git oldpackages http://git.openwrt.org/packages.git
#src-link custom /usr/src/openwrt/custom-feed

It should be whatever git config --get remote.origin.url returns on Buildbot. And it seems to use codeberg now if you look at the logs.

sh -c 'test ! -d .git || git remote set-url origin "$REPO_URL"'
 in dir /builder/main_mediatek_filogic/build (timeout 1200 secs)
 watching logfiles {}
 argv: [b'sh', b'-c', b'test ! -d .git || git remote set-url origin "$REPO_URL"']
 environment:
  HOME=/builder
  HOSTNAME=ecd879c8916f
  LANG=en_US.utf8
  PATH=/opt/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
  PWD=/builder/main_mediatek_filogic/build
  REPO_URL=https://codeberg.org/openwrt/openwrt.git
  SHLVL=1
 using PTY: False
program finished with exit code 0
elapsedTime=0.008129

Well yes - I noticed because of the feeds.conf.default :rofl:

I am not particularly bothered what the feeds config is pointing at, but this could easily have stopped everything working for my builds if I had not noticed.

There was probably an announcement made in one of those secret places, to make sure everyone was totally unaware of the change. /s :man_tipping_hand:

There was a lot of mailing list discussion about the AI DDoS of g.o.o so this may have been a mitigation to keep the builds from failing. But in the end, I have no idea so I’ll shut up. :zipper_mouth_face:

Sorry, your answer was appreciated, I just happened to have my Grumpy Old Git ® hat on when I found the issue :cowboy_hat_face:

1 Like