Re: AI recommended changing from using git port to https?
"Roberto A. Foglietta via busybox" <[email protected]> Sat, 11 Apr 2026 14:53:43 +0200
| Newsgroups | gmane.linux.busybox |
|---|---|
| Message-ID | <CAJGKYO7xoft1Ko4RX_Tw14szuR-ytJYMGQXg-r-OztpAPZYWjw@mail.gmail.com> |
On Sat, 11 Apr 2026 at 14:31, Michael D. Setzer II via busybox <[email protected]> wrote: > > On 11 Apr 2026 at 13:21, Roberto A. Foglietta via busy wrote: > > > https://github.com/robang74/busybox/commits/uchaosys/ > > Tried the link, and got. > Too many requests > On the CloudFlare network it seems more stable. Tic for tac, I presume: https://github.com/robang74/uchaosys +:git-shell:v067:uchaosys> sw ee84a56 commit ee84a561842e3608da0a914b33a05bf322979acd (HEAD -> v067, origin/v067, origin/HEAD) Author: Roberto A. Foglietta <[email protected]> Date: Sat Apr 11 10:41:13 2026 +0200 musl,cfng: lib.net download wget reression fix Signed-off-by: Roberto A. Foglietta <[email protected]> diff --git a/cnfg/Makefile.musl b/cnfg/Makefile.musl index e6295b5..cdd7b8a 100644 --- a/cnfg/Makefile.musl +++ b/cnfg/Makefile.musl @@ -27,7 +27,7 @@ MPFR_SITE = $(GNU_SITE)/mpfr ISL_SITE = https://downloads.sourceforge.net/project/libisl/ PCRE2_SITE = https://github.com/PCRE2Project/pcre2/releases/download/pcre2-$(PCRE2_VER) -ZLIB_SITE = https://zlib.net/ +ZLIB_SITE = https://zlib.net MUSL_SITE = https://musl.libc.org/releases MUSL_REPO = https://git.musl-libc.org/git/musl diff --git a/cnfg/musl-125x.config.mak b/cnfg/musl-125x.config.mak index d92422e..273589a 100644 --- a/cnfg/musl-125x.config.mak +++ b/cnfg/musl-125x.config.mak @@ -49,7 +49,7 @@ LINUX_VER = 5.15.202 # By default source archives are downloaded with wget. curl is also an option. -DL_CMD = wget -c -O +DL_CMD = wget -U "Mozilla/5.0" -c -O # DL_CMD = curl -C - -L -o # Check sha-1 hashes of downloaded source archives. On gnu systems this is ________________________________________________________________________ files in commited: cnfg/Makefile.musl cnfg/musl-125x.config.mak