What is the dv branch repo and how do I put it back?
-
I have a Netgate appliance and I had updated to the latest dev version. After that, I couldn't check for updates in any branch. It was as if the repo branches were wrong on my system. (I had never manually touched the file system since I put the device in place.)
I was able to fix it, but I wiped everything except the stable branch. I no longer have dev or previous release branches as update options. I'm Googling for exact entry, but cannot find it.
What is the dev repo and which file do I put it in?
Thank you.
-
This is what led me to my initial fix.
https://redmine.pfsense.org/issues/13724
Currently seeing if I can just find the default pfsense.conf and replace entire thing.
Mine looks like;
FreeBSD: { enabled: no } pfSense-core: { url: "pkg+https://pfsense-plus-pkg.netgate.com/pfSense_plus-v23_01_armv7-core", mirror_type: "srv", signature_type: "fingerprints", fingerprints: "/usr/local/share/pfSense/keys/pkg", enabled: yes } pfSense: { url: "pkg+https://pfsense-plus-pkg.netgate.com/pfSense_plus-v23_01_armv7-pfSense_plus_v23_01", mirror_type: "srv", signature_type: "fingerprints", fingerprints: "/usr/local/share/pfSense/keys/pkg", enabled: yes }
-
If you're running 23.01 the stable branch is currently the only thing you should see offered. The dev branch (23.05) is not made public until it is stable enough. Currently we are still committing code that may break it entirely between snapshots!
Steve