Hi Kevin, On Mon, Sep 29, 2025 at 09:22:13AM +1000, Kevin Koster wrote: > Rodrigo Arias wrote: > > As well as a new git web frontend (cgit) that works well from Dillo > > (after some CSS fixes), so we can link to a given commit or source file: > > > > https://git.dillo-browser.org/ > > This command works to change the Git repo URL if you've already > cloned from GitHub: > > git remote set-url origin https://git.dillo-browser.org/dillo > > It did take quite a while to respond to "git pull" after that.
I'm not sure if there is a problem on our end or is it expected to take long. Here is what I see if I clone the repo from our cgit and github in my old netbook: % time git clone https://git.dillo-browser.org/dillo/ /tmp/1 Cloning into '/tmp/1'... Fetching objects: 27292, done. git clone https://git.dillo-browser.org/dillo/ /tmp/1 29.28s user 4.30s system 104% cpu 32.080 total % time git clone https://github.com/dillo-browser/dillo /tmp/2 Cloning into '/tmp/2'... remote: Enumerating objects: 27353, done. remote: Counting objects: 100% (2266/2266), done. remote: Compressing objects: 100% (497/497), done. remote: Total 27353 (delta 2067), reused 1769 (delta 1769), pack-reused 25087 (from 3) Receiving objects: 100% (27353/27353), 83.77 MiB | 5.37 MiB/s, done. Resolving deltas: 100% (19766/19766), done. git clone https://github.com/dillo-browser/dillo /tmp/2 34.44s user 9.13s system 163% cpu 26.682 total In the cgit case, it takes a while to output the "Fetching objects: 27292, done". > > I'm also working on migrating the issues away from GitHub, so we can > > host them ourselves. Same for the CI infrastructure. > > Great to hear. "Not hosted on GitHub" is a rare feature for Web > browsers now and I'm glad Dillo is reimplementing it. :) I'm still thinking what to do with the CI runner, as before we used to build Dillo with Mac OS and Cygwin in Windows, but now I only have Linux/BSD machines available. I would imagine that we can lower the support level in those platforms to "was known to work", but I would like to avoid that. Not sure if someone has a better suggestion. Bonus: WIP bug tracker https://bug.dillo-browser.org/ Best, Rodrigo. _______________________________________________ Dillo-dev mailing list -- [email protected] To unsubscribe send an email to [email protected]
