summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-01-20 16:04:27 -0500
committerScott Ullrich <sullrich@pfsense.org>2009-01-20 16:04:27 -0500
commitaa89be9d562da1b69898e3167ca81b4cb7d67f21 (patch)
tree01a6b3f5de232dc1c19e9573bc258e3d79ebb73b /etc
parent2850f1a0d09ad750b0e44763dfe0ad2e6c6746d7 (diff)
downloadpfsense-aa89be9d562da1b69898e3167ca81b4cb7d67f21.zip
pfsense-aa89be9d562da1b69898e3167ca81b4cb7d67f21.tar.gz
Pull GIT repo
Diffstat (limited to 'etc')
-rw-r--r--etc/phpshellsessions/cvssync4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/phpshellsessions/cvssync b/etc/phpshellsessions/cvssync
index c63c204..f5c8a40 100644
--- a/etc/phpshellsessions/cvssync
+++ b/etc/phpshellsessions/cvssync
@@ -103,9 +103,9 @@ else
exec("cd $CODIR && git clone $GIT_REPO");
if($branch == "master")
- exec("cd $CODIR/master/mainline && git checkout master");
+ exec("cd $CODIR/master/mainline && git pull && git checkout master");
else
- exec("cd $CODIR/master/mainline && git checkout -b $BRANCHTAG origin/$BRANCHTAG");
+ exec("cd $CODIR/master/mainline && git pull && checkout -b $BRANCHTAG origin/$BRANCHTAG");
exec("mkdir -p /tmp/lighttpd/cache/compress/");
OpenPOWER on IntegriCloud