diff options
author | jim-p <jimp@pfsense.org> | 2011-05-16 16:57:02 -0400 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2011-05-16 16:57:02 -0400 |
commit | aab2a3f6dfa3a5c13e2eee4d7f8cc6185a982ea6 (patch) | |
tree | 10749482447487392af25c2017fd1e1d58461446 /etc/phpshellsessions | |
parent | 1a137650652a9148ef292777299f2d4f81d66eab (diff) | |
download | pfsense-aab2a3f6dfa3a5c13e2eee4d7f8cc6185a982ea6.zip pfsense-aab2a3f6dfa3a5c13e2eee4d7f8cc6185a982ea6.tar.gz |
Update default gitsync url to be the github URL. If anyone had done a gitsync before to the standard URL, they'll need to either rm /root/pfsense/ or cd /root/pfsense/pfSenseGITREPO/pfSenseGITREPO; git remote set-url origin git://github.com/bsdperimeter/pfsense.git; and then gitsync again.
Diffstat (limited to 'etc/phpshellsessions')
-rw-r--r-- | etc/phpshellsessions/gitsync | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/phpshellsessions/gitsync b/etc/phpshellsessions/gitsync index 0ff40e1..81ea653 100644 --- a/etc/phpshellsessions/gitsync +++ b/etc/phpshellsessions/gitsync @@ -13,7 +13,7 @@ require_once("pfsense-utils.inc"); conf_mount_rw(); -$GIT_REPO="http://gitweb.pfsense.org/pfsense/mainline.git"; +$GIT_REPO="git://github.com/bsdperimeter/pfsense.git"; $CODIR = "/root/pfsense/"; global $g; |