Re: Moving to Github ... ?

Hans Ulli Kroll via busybox <[email protected]> Thu, 07 May 2026 21:05:46 +0200
Newsgroups gmane.linux.busybox
Message-ID <[email protected]>
On Thu, 2026-05-07 at 20:44 +0200, Guillermo Rodriguez Garcia via
busybox wrote:
> Hi Sam,
> 
> El El jue, 7 may 2026 a las 16:49, Sam Thursfield via busybox <
> [email protected]> escribió:
> 
> > Hi all,
> > 
> > I notice the busybox.net "Browse Source" website switched to
> > https://github.com/vda-linux/busybox_mirror. Is it worth treating that
> > as the canonical location for now?
> 
> 
> Apparently the web frontend was being hammered with AI requests, so Denys
> updated the “Browse source” to go to GH instead (this commit:
> https://lists.busybox.net/pipermail/busybox-cvs/2026-April/042406.html)
> 
> However as far as I can tell the problem was mainly with the web frontend.
> For direct git access, the site still lists the original upstream server
> along with the GH mirror (
> https://www.busybox.net/source.html)
> 

If Denys has the time,

$ git log -1 origin/master
commit ead17e7808236be80614d0a8755f4ddad63ab56c (HEAD -> master,
origin/master, origin/HEAD, github/master, github/HEAD)
Author: Denys Vlasenko <[email protected]>
Date:   Sat May 2 12:05:32 2026 +0200

    Optimize !ENABLE_SHOW_USAGE config
    
    function                                             old     new   

$ git log -1 vda/master
commit 2f3b16fc1b46b4b91dabb59025dffa02b2730624 (vda/master, vda/HEAD)
Author: Denys Vlasenko <[email protected]>
Date:   Sun Apr 12 16:20:09 2026 +0200

    libbb: rename two fields in ioloop_state, no logic changes
    
    Signed-off-by: Denys Vlasenko <[email protected]>

with

git remote -v
origin	busybox.net/busybox
vda	github.com/vda-linux/busybox

Ulli
_______________________________________________
busybox mailing list
[email protected]
https://lists.busybox.net/mailman/listinfo/busybox