maria-developers team mailing list archive
-
maria-developers team
-
Mailing list archive
-
Message #02397
Rev 17: Extracted WORK_DIR into host specific configuration files. in file:///Users/hakan/work/monty_program/mariadb-tools/
At file:///Users/hakan/work/monty_program/mariadb-tools/
------------------------------------------------------------
revno: 17
revision-id: hakan@xxxxxxxxxxxx-20100304020303-fxduugi1y2chs3pq
parent: hakan@work-20100303232632-j2v0zlxsegkca56o
committer: Hakan Kuecuekyilmaz <hakan@xxxxxxxxxxxx>
branch nick: mariadb-tools
timestamp: Thu 2010-03-04 03:03:03 +0100
message:
Extracted WORK_DIR into host specific configuration files.
=== modified file 'sysbench/conf/au0013.inc'
--- a/sysbench/conf/au0013.inc 2010-03-03 19:29:49 +0000
+++ b/sysbench/conf/au0013.inc 2010-03-04 02:03:03 +0000
@@ -30,3 +30,6 @@
# Directories.
TEMP_DIR='/tmp'
DATA_DIR="${TEMP_DIR}/data"
+
+# Where to compile the sources.
+WORK_DIR='/tmp'
\ No newline at end of file
=== modified file 'sysbench/conf/lu0012.inc'
--- a/sysbench/conf/lu0012.inc 2010-03-03 19:29:49 +0000
+++ b/sysbench/conf/lu0012.inc 2010-03-04 02:03:03 +0000
@@ -27,3 +27,6 @@
# Directories.
TEMP_DIR='/tmp'
DATA_DIR="${TEMP_DIR}/data"
+
+# Where to compile the sources.
+WORK_DIR='/tmp'
=== modified file 'sysbench/conf/perro.inc'
--- a/sysbench/conf/perro.inc 2010-03-03 19:29:49 +0000
+++ b/sysbench/conf/perro.inc 2010-03-04 02:03:03 +0000
@@ -1,10 +1,10 @@
-# Configuration file for host: work
+# Configuration file for host: perro
#
# OS: openSUSE 11.1 (x86_64)
# Platform: x86_64
-# CPU: Two socket quad-core Intel Xeon @ 3.00GHz
-# RAM: 8GB
-# Disk(s): 1 x WDC WD2500JS-00NCB1 S-ATA
+# CPU: Quad-core Intel @ 3.20GHz
+# RAM: 2GB
+# Disk(s): 2 x ST31000528AS S-ATA as software RAID 0
#
# Adjust the following paths according to your installation.
@@ -27,3 +27,6 @@
# Directories.
TEMP_DIR='/mnt/data/sysbench'
DATA_DIR="${TEMP_DIR}/data"
+
+# Where to compile the sources.
+WORK_DIR='/tmp'
=== modified file 'sysbench/conf/work.inc'
--- a/sysbench/conf/work.inc 2010-03-03 19:29:49 +0000
+++ b/sysbench/conf/work.inc 2010-03-04 02:03:03 +0000
@@ -27,3 +27,6 @@
# Directories.
TEMP_DIR="${HOME}/tmp"
DATA_DIR="${TEMP_DIR}/data"
+
+# Where to compile the sources.
+WORK_DIR='/tmp'
=== modified file 'sysbench/run-sysbench-myisam.sh'
--- a/sysbench/run-sysbench-myisam.sh 2010-03-03 23:26:32 +0000
+++ b/sysbench/run-sysbench-myisam.sh 2010-03-04 02:03:03 +0000
@@ -103,17 +103,16 @@
TIMEOUT=100
#
-# Files
-#
-BUILD_LOG="/tmp/${PRODUCT}_build.log"
-
-#
# Directories.
#
BASE="${HOME}/work"
TEST_DIR="${BASE}/monty_program/sysbench/sysbench/tests/db"
RESULT_DIR="${BASE}/sysbench-results"
-WORK_DIR='/tmp'
+
+#
+# Files
+#
+BUILD_LOG="${WORK_DIR}/${PRODUCT}_build.log"
if [ ! -d $LOCAL_MASTER ]; then
echo "[ERROR]: Supplied local master $LOCAL_MASTER does not exists."
=== modified file 'sysbench/run-sysbench.sh'
--- a/sysbench/run-sysbench.sh 2010-03-03 23:26:32 +0000
+++ b/sysbench/run-sysbench.sh 2010-03-04 02:03:03 +0000
@@ -113,17 +113,17 @@
TIMEOUT=100
#
-# Files
-#
-BUILD_LOG="/tmp/${PRODUCT}_build.log"
-
-#
# Directories.
#
BASE="${HOME}/work"
TEST_DIR="${BASE}/monty_program/sysbench/sysbench/tests/db"
RESULT_DIR="${BASE}/sysbench-results"
-WORK_DIR='/tmp'
+
+#
+# Files
+#
+BUILD_LOG="${WORK_DIR}/${PRODUCT}_build.log"
+
if [ ! -d $LOCAL_MASTER ]; then
echo "[ERROR]: Supplied local master $LOCAL_MASTER does not exists."