Hi Fil, Thank you for let me know about the trailing slash. The issue has been fixed in git.
Excellent work by you; thanks again, Josh On Thu, 16 Jul 2026 11:17:19 +0000 Fil Lupin via Replicant <[email protected]> wrote: > The test is in progress, if you test it, you'll have to add in > manifest/default/xml, a final `/` at the end of the fetch url (line > 17 and 21) > > - Fil Lupin. > > On Wednesday, July 15th, 2026 at 2:32 PM, Fil Lupin via Replicant > <[email protected]> wrote: > > > Hi, > > thanks to JOSH, a new branch of > > https://github.com/publicsite/ReplicantBuilds/tree/i9300 has been > > updated. It especially update a few things about fdroid privileged > > extension and some other thing (I discovered by the way > > https://f-droid.org/packages/org.fdroid.fdroid.privileged/ :)). > > > > I'll test it asap. > > > > - Fil Lupin. > > > > On Tuesday, July 7th, 2026 at 6:58 AM, Fil Lupin via Replicant > > <[email protected]> wrote: > > > Hi Josh, > > > > > > On Sunday, July 5th, 2026 at 12:05 PM, J05HYYY > > > <[email protected]> wrote: > > > > On Sat, 04 Jul 2026 22:47:19 +0000 > > > > Fil Lupin via Replicant <[email protected]> wrote: > > > > > > > > > Hi Josh, > > > > > there is a misunderstanding, I was talking about line 35 > > > > > (deb-src), line 36 is ok. > > > > > > > > Line 35 is to enable the deb-src line if it is commented out. > > > > There is a # after the first & in the sed replace. I don't know > > > > why the source repositories are needed though, it was such a > > > > long time ago since this line was added. > > > > > > Indeed, you're right sorry. > > > > > > > The second sed I added a few days ago, and this should replace > > > > the URLs to point to the archive. Line 35 needs to be run > > > > before line 36. > > > > > > > > > > For the wget, the problem appears at line 5 of getRepo.sh > > > > > (https://github.com/publicsite/ReplicantBuilds/blob/i9300/getRepo.sh). > > > > > This is the one failing. > > > > > > > > The wget call works on my machine when I ran it manually > > > > outside of a chroot, and worked for me inside a chroot too. It > > > > may be that some sites are inaccessible from different > > > > locations perhaps. > > > > > > > > I am still having problems downloading the replicant sources, > > > > for instance. > > > > > > I too, I launched repo from debian 13 to copy the result inside > > > squashfs (debian9). Here are the last lines of the repo launch, > > > still downloading 2 days after: --- > > > Fetching projects: 97% (489/501) > > > mirrors/LineageOS/android_packages_apps_WundergroundWeatherProvider.gitb'curl: > > > (26) .netrc error: no such file\n' Fetching projects: 97% > > > (490/501) > > > mirrors/LineageOS/android_packages_apps_OpenWeatherMapProvider.gitb'curl: > > > (26) .netrc error: no such file\n' error: Cannot fetch > > > replicant/toolchain_binutils.git from > > > https://git.replicant.us/replicant/toolchain_binutils.git > > > Fetching projects: 98% (491/501) > > > replicant/toolchain_binutils.gitb'curl: (26) .netrc error: no > > > such file\n' Fetching projects: 98% (492/501) > > > mirrors/LineageOS/android_packages_apps_YahooWeatherProvider.gitb'curl: > > > (26) .netrc error: no such file\n' Fetching projects: 98% > > > (493/501) > > > mirrors/LineageOS/android_vendor_qcom_opensource_cryptfs_hwb'curl: > > > (26) .netrc error: no such file\n' Fetching projects: 98% > > > (494/501) > > > mirrors/LineageOS/android_vendor_qcom_opensource_dataservices.gitb'curl: > > > (26) .netrc error: no such file\n' Fetching projects: 98% > > > (495/501) > > > mirrors/LineageOS/android_vendor_qcom_opensource_dpm.gitb'curl: > > > (26) .netrc error: no such file\n' Fetching projects: 99% > > > (496/501) > > > mirrors/LineageOS/android_vendor_qcom_opensource_time-services.gitb'curl: > > > (26) .netrc error: no such file\n' > > > replicant/vendor_replicant-data.git: fatal: couldn't find remote > > > ref refs/heads/replicant-6.0 > > > > > > Fetching projects: 99% (497/501) > > > replicant/vendor_replicant-release-scriptsb'curl: (26) .netrc > > > error: no such file\n' Fetching projects: 99% (498/501) > > > replicant/vendor_replicant-scripts.gitreplicant/vendor_replicant-data.git: > > > fatal: couldn't find remote ref refs/heads/replicant-6.0 > > > > > > Fetching projects: 99% (499/501) > > > replicant/vendor_replicant.giterror: Cannot fetch > > > replicant/vendor_replicant-data.git from > > > https://git.replicant.us/replicant/vendor_replicant-data.git > > > Fetching projects: 99% (500/501) > > > replicant/vendor_replicant-data.git --- > > > > > > > > > > Though we never worked out why you weren't getting a connection > > > > within the chroot. Maybe you are using a different connection > > > > manager to me on the HOST or something which is why it might > > > > not be working. You could try editing > > > > squashfs-root/etc/resolv.conf to look like this to see if it > > > > helps: > > > > > > > > > > > > > > > > # Start of resolv conf > > > > nameserver ::1 > > > > nameserver 127.0.0.1 > > > > > > I'll test that after. > > > > > > - Fil Lupin. > > > _______________________________________________ > > > Replicant mailing list > > > [email protected] > > > https://lists.osuosl.org/mailman/listinfo/replicant > > > > > _______________________________________________ > > Replicant mailing list > > [email protected] > > https://lists.osuosl.org/mailman/listinfo/replicant > > > _______________________________________________ > Replicant mailing list > [email protected] > https://lists.osuosl.org/mailman/listinfo/replicant _______________________________________________ Replicant mailing list [email protected] https://lists.osuosl.org/mailman/listinfo/replicant
