HEADS UP: Git Repositories Moved & gitsync
-
The pfSense git repositories have moved from rcs.pfsense.org over to github at https://github.com/pfsense.
NOTE: If you are running the IPv6 code, look for a similar post in the IPv6 board. Otherwise, read on.
If you ran gitsync prior to the pfSense repository moving to github, and you used the default 2.0 URL, you'll need to do one of the following:
rm -rf /root/pfsense/
-or-
cd /root/pfsense/pfSenseGITREPO/pfSenseGITREPO; git remote set-url origin git://github.com/pfsense/pfsense.git
Then you can gitsync as usual.
If you were following the RSS feeds from the commit logs, there are equivalent feeds from github as well, or you could use the Activity feed from our Redmine install that should show commits and ticket activity together.
I added a note here also:
http://doc.pfsense.org/index.php/Updating_pfSense_code_between_snapshots#Git_URL_Moved
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.