diff options
author | Ermal Luçi <eri@pfsense.org> | 2009-02-15 21:34:38 +0000 |
---|---|---|
committer | Ermal Luçi <eri@pfsense.org> | 2009-02-15 21:34:38 +0000 |
commit | 4d5cdf027bc9b33abf703871632c48bb62416f02 (patch) | |
tree | fde7c6c8eab0c4ebeb7d2e965090647b46ff0e7c | |
parent | a56120f2793bf778b171784f7ebac4d624f8d494 (diff) | |
parent | 95f34842163cdfb1bdbcf4f022d51cdcdd4be10c (diff) | |
download | pfsense-4d5cdf027bc9b33abf703871632c48bb62416f02.zip pfsense-4d5cdf027bc9b33abf703871632c48bb62416f02.tar.gz |
Merge branch 'master' of git@rcs.pfsense.org:pfsense/mainline
-rw-r--r-- | etc/phpshellsessions/cvssync | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/phpshellsessions/cvssync b/etc/phpshellsessions/cvssync index 71eac9b..2aaaa61 100644 --- a/etc/phpshellsessions/cvssync +++ b/etc/phpshellsessions/cvssync @@ -70,6 +70,11 @@ else $CODIR = "/root/pfsense/"; +// XXX Temporary until we get git under control. +if(is_dir("$CODIR/pfSenseGITREPO")) + exec("rm -rf $CODIR/pfSenseGITREPO"); + + exec("mkdir -p /root/pfsense/$BRANCHTAG"); $found = false; |