From 405d70158d7027a1d612f94872a737dad4c09088 Mon Sep 17 00:00:00 2001 From: kevin_fourie Date: Thu, 18 Oct 2007 13:24:41 +0000 Subject: [PATCH] KTS-2519 "Move periodic scripts out of web tree to install root" In Progess. --- bin/indexMigrationTask.bat | 7 ------- bin/indexMigrationTask.sh | 13 ------------- bin/indexingTask.bat | 7 ------- bin/indexingTask.sh | 13 ------------- 4 files changed, 0 insertions(+), 40 deletions(-) delete mode 100644 bin/indexMigrationTask.bat delete mode 100755 bin/indexMigrationTask.sh delete mode 100644 bin/indexingTask.bat delete mode 100755 bin/indexingTask.sh diff --git a/bin/indexMigrationTask.bat b/bin/indexMigrationTask.bat deleted file mode 100644 index efd1346..0000000 --- a/bin/indexMigrationTask.bat +++ /dev/null @@ -1,7 +0,0 @@ -@echo off - -SET PATH=%PATH%;..\..\php;..\..\php\bin -setlocal -cd "@@BITROCK_INSTALLDIR@@\knowledgeTree\search2\indexing\bin" - -php -Cq cronMigration.php \ No newline at end of file diff --git a/bin/indexMigrationTask.sh b/bin/indexMigrationTask.sh deleted file mode 100755 index 1bd2e86..0000000 --- a/bin/indexMigrationTask.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh - -# SETUP PATH TO FIND PHP -PATH=$PATH:../../php/bin:../../php: - -# WORK OUT DIRECTORIES -USER_DIR=`pwd` -SCRIPT_DIR=$USER_DIR/`dirname $0` -PHP_SCRIPT_DIR=$SCRIPT_DIR/../search2/indexing/bin - -# EXECUTE SCRIPT IN THE SCRIPT DIRECTORY -cd $PHP_SCRIPT_DIR -php -Cq cronMigration.php \ No newline at end of file diff --git a/bin/indexingTask.bat b/bin/indexingTask.bat deleted file mode 100644 index f7c19e7..0000000 --- a/bin/indexingTask.bat +++ /dev/null @@ -1,7 +0,0 @@ -@echo off - -SET PATH=%PATH%;..\..\php;..\..\php\bin -setlocal -cd "@@BITROCK_INSTALLDIR@@\knowledgeTree\search2\indexing\bin" - -php -Cq cronIndexer.php \ No newline at end of file diff --git a/bin/indexingTask.sh b/bin/indexingTask.sh deleted file mode 100755 index a62cbed..0000000 --- a/bin/indexingTask.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh - -# SETUP PATH TO FIND PHP -PATH=$PATH:../../php/bin:../../php: - -# WORK OUT DIRECTORIES -USER_DIR=`pwd` -SCRIPT_DIR=$USER_DIR/`dirname $0` -PHP_SCRIPT_DIR=$SCRIPT_DIR/../search2/indexing/bin - -# EXECUTE SCRIPT IN THE SCRIPT DIRECTORY -cd $PHP_SCRIPT_DIR -php -Cq cronIndexer.php \ No newline at end of file -- libgit2 0.21.4