diff options
author | Chris Buechler <cmb@pfsense.org> | 2013-03-10 20:46:21 -0500 |
---|---|---|
committer | Chris Buechler <cmb@pfsense.org> | 2013-03-10 20:46:21 -0500 |
commit | a876f1ed0b4f5d876864c57f173f02034b754317 (patch) | |
tree | 19b2593cebe3cf11d33d1419b1c28769543098d2 | |
parent | 99dcc4895b940b6dbc33aa1ef12f7260af317071 (diff) | |
download | pfsense-a876f1ed0b4f5d876864c57f173f02034b754317.zip pfsense-a876f1ed0b4f5d876864c57f173f02034b754317.tar.gz |
point to new github repo
-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 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"; |