Closed xplitz27 closed 1 year ago
I checked the url, it seems that clonos-19.09.txz is not there...
I barely found this issue. It's kind of old, but I am the owner of that mirror. I honestly did not realize people used this and hadn't maintained it. I will work this week to bringing it up to date and getting it going again in case anyone else needs to use it. I will ensure there are builds for both FreeBSD 12 and 13.
@y2kbadbug Your mirrors ( https://clonos.ca.ircdriven.net/iso/ https://clonos.us.ircdriven.net/iso/ ) still used in all the CBSD profiles as a mirror. I don’t know how much they are in the current state and their statistics.
As for ClonOS+Jenkins, I think now it's irrelevant: the project goes to the new build script. Experimental and official repository is pkg+http://clonos-pkg.convectix.com/${ABI}/latest:
ClonOS-latest: {
url: "pkg+http://clonos-pkg.convectix.com/${ABI}/latest",
mirror_type: "srv",
signature_type: "NONE",
fingerprints: "/usr/share/keys/pkg",
enabled: yes,
conservative_upgrade: no,
priority: 100
}
Work on the ClonOS project moves very slowly from the absence of a web developer (I mainly deal with backend/CBSD) and the lack of equipment/hosting. Therefore, I do not know when the process over the new release will be completed. But when this happens, we can connect your mirrors for PKG repo.
FreeBSD 12 too old for now, we go towards the official repository for FreeBSD 13+ ^^
After enabling the repository on
/usr/local/etc/pkg/repos/clonos-pkg.ircdriven.net.conf
withClonOS-pkg.ircdriven.net: { url: "https://pkg.ircdriven.net/packages/12amd64-clonos/", mirror_type: "none", enabled: yes }
I ran
pkg update -f pkg install clonos
it returns with an error
pkg: https://pkg.ircdriven.net/packages/12amd64-clonos/All/clonos-19.09.txz: Not Found
anyone know what to do? Thank you!