summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2013-03-10 20:46:21 -0500
committerChris Buechler <cmb@pfsense.org>2013-03-10 20:46:21 -0500
commita876f1ed0b4f5d876864c57f173f02034b754317 (patch)
tree19b2593cebe3cf11d33d1419b1c28769543098d2
parent99dcc4895b940b6dbc33aa1ef12f7260af317071 (diff)
downloadpfsense-a876f1ed0b4f5d876864c57f173f02034b754317.zip
pfsense-a876f1ed0b4f5d876864c57f173f02034b754317.tar.gz
point to new github repo
-rw-r--r--etc/phpshellsessions/gitsync2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/phpshellsessions/gitsync b/etc/phpshellsessions/gitsync
index af8c2e7..b13d5b0 100644
--- a/etc/phpshellsessions/gitsync
+++ b/etc/phpshellsessions/gitsync
@@ -17,7 +17,7 @@ $arch = php_uname("m");
$arch = ($arch == "i386") ? "" : '/' . $arch;
$GIT_PKG = "http://files.pfsense.org/packages{$arch}/8/All/git-1.8.1.3.tbz"; // Either "git" or the full package URL
-$GIT_REPO = "git://github.com/bsdperimeter/pfsense.git";
+$GIT_REPO = "git://github.com/pfsense/pfsense.git";
$DEFAULT_BRANCH = "RELENG_2_0";
$CODIR = "/root/pfsense/";
$GITSYNC_MERGE = "/root/.gitsync_merge";
OpenPOWER on IntegriCloud