Re: Moving to Github ... ?
"Michael D. Setzer II via busybox" <[email protected]> Wed, 13 May 2026 22:30:41 +1000
| Newsgroups | gmane.linux.busybox |
|---|---|
| Message-ID | <[email protected]> |
On 13 May 2026 at 4:07, Rob Landley via busybox wrote: Date sent: Wed, 13 May 2026 04:07:02 -0500 Subject: Re: Moving to Github ... ? To: [email protected] From: Rob Landley via busybox <[email protected]> Send reply to: Rob Landley <[email protected]> > On 5/7/26 09:09, Sam Thursfield via busybox wrote: > > 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? > > I doubt the project is using microsoft github (owned by microsoft's AI > team) as anything other than a convenient browser, since they had to > take cgit down in january due to being overwhelmed with LLM crawlers. > I do a gitpull of both sites and use git log to show info, and it results exactly the same gor both. git remote set-url origin https://git.busybox.net/busybox change to busybox directory git pull git log --pretty=format:"<%h> %cd [%an] %s" --date=short git remote set-url origin https://github.com/vda-linux/busybox_mirror change to busybox directory git pull git log --pretty=format:"<%h> %cd [%an] %s" --date=short Out results same for top 20 lines (head -n 20) c83394922eaac166c7c616fde08eaeb88abe2cbd PRE__PULL c83394922eaac166c7c616fde08eaeb88abe2cbd POST_PULL Nothing changed (Already up to date). <c83394922> 2026-05-13 [Denys Vlasenko] Start 1.39.0 development cycle <fc71374df> 2026-05-13 [Denys Vlasenko] Bump version to 1.38.0 <ead17e780> 2026-05-02 [Denys Vlasenko] Optimize !ENABLE_SHOW_USAGE config <25b756f78> 2026-04-30 [Denys Vlasenko] cpio.tests: fix false positive <3b3d0fc53> 2026-04-30 [Denys Vlasenko] cpio.tests: do not use "ls" to detect that file does not exist <48c7b48f9> 2026-04-30 [Denys Vlasenko] tar: unicode fix <4f11a4b25> 2026-04-30 [Denys Vlasenko] cpio.tests: fix false positive when -o support is not enabled <6908229d4> 2026-04-30 [Denys Vlasenko] cpio: fix a bug (wrong free() address) in !FEATURE_TAR_LONG_OPTIONS config <fb10ad3b5> 2026-04-29 [Denys Vlasenko] start-stop-daemon.tests: fix false positive if longopts are not enabled <c8eb86140> 2026-04-29 [Denys Vlasenko] Fix "undefined reference to 'skip_unsafe_prefix' build failure <fdca28aaf> 2026-04-29 [Denys Vlasenko] fdisk: fix build failure on glibc <a0a98f070> 2026-04-29 [Denys Vlasenko] Fix randomtest to not select TC on glibc <7e2b9a4d9> 2026-04-29 [Denys Vlasenko] httpd: fix build for !FEATURE_HTTPD_CGI config <a588fb970> 2026-04-29 [Denys Vlasenko] Fix randomtest to never select a debug config <a9e7466e5> 2026-04-29 [Denys Vlasenko] telnet: fix build for !TELNETD config <de26b74b1> 2026-04-29 [Denys Vlasenko] httpd: fix build for !FEATURE_HTTPD_CONFIG_WITH_SCRIPT_INTERPR config <0519429ea> 2026-04-29 [Denys Vlasenko] hush: fix build for !HUSH_CASE config <2f3b16fc1> 2026-04-12 [Denys Vlasenko] libbb: rename two fields in ioloop_state, no logic changes <bee252057> 2026-03-16 [Denys Vlasenko] trylink: remove "local" bashism <764df2555> 2026-03-15 [Christian Stewart] trylink: detect linker flag support for non-GNU linkers So appears they are mostly the same if not exactly?? > (Personally, I would have gone with codeberg.) > > Rob > _______________________________________________ > busybox mailing list > [email protected] > https://lists.busybox.net/mailman/listinfo/busybox +------------------------------------------------------------+ Michael D. Setzer II - Computer Science Instructor (Retired) mailto:[email protected] mailto:[email protected] mailto:[email protected] Guam - Where America's Day Begins G4L Disk Imaging Project maintainer https://sourceforge.net/projects/g4l/ +------------------------------------------------------------+ _______________________________________________ busybox mailing list [email protected] https://lists.busybox.net/mailman/listinfo/busybox