aboutsummaryrefslogtreecommitdiff
path: root/src/datastore
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-09 10:26:23 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-09 10:26:23 +0000
commitd0a9f269aa6575253b1c284d594a467e6fdeb7c7 (patch)
tree21cf2183b906bd550eff83616552097c977ad530 /src/datastore
parentd4baeee37d09e53b5f176398a1b4aaa0aa747883 (diff)
downloadgnunet-d0a9f269aa6575253b1c284d594a467e6fdeb7c7.tar.gz
gnunet-d0a9f269aa6575253b1c284d594a467e6fdeb7c7.zip
more work towards XDG spec (#3000) -- config file location
Diffstat (limited to 'src/datastore')
-rw-r--r--src/datastore/perf_plugin_datastore_data_heap.conf2
-rw-r--r--src/datastore/perf_plugin_datastore_data_mysql.conf2
-rw-r--r--src/datastore/perf_plugin_datastore_data_postgres.conf2
-rw-r--r--src/datastore/perf_plugin_datastore_data_sqlite.conf2
-rw-r--r--src/datastore/test_datastore_api_data_heap.conf2
-rw-r--r--src/datastore/test_datastore_api_data_mysql.conf2
-rw-r--r--src/datastore/test_datastore_api_data_postgres.conf2
-rw-r--r--src/datastore/test_datastore_api_data_sqlite.conf2
-rw-r--r--src/datastore/test_plugin_datastore_data_heap.conf2
-rw-r--r--src/datastore/test_plugin_datastore_data_mysql.conf2
-rw-r--r--src/datastore/test_plugin_datastore_data_postgres.conf2
-rw-r--r--src/datastore/test_plugin_datastore_data_sqlite.conf2
12 files changed, 12 insertions, 12 deletions
diff --git a/src/datastore/perf_plugin_datastore_data_heap.conf b/src/datastore/perf_plugin_datastore_data_heap.conf
index 7ee215c0a..6f9c701ba 100644
--- a/src/datastore/perf_plugin_datastore_data_heap.conf
+++ b/src/datastore/perf_plugin_datastore_data_heap.conf
@@ -1,6 +1,6 @@
1@INLINE@ test_defaults.conf 1@INLINE@ test_defaults.conf
2[PATHS] 2[PATHS]
3SERVICEHOME = /tmp/perf-gnunet-datastore-heap/ 3GNUNET_TEST_HOME = /tmp/perf-gnunet-datastore-heap/
4 4
5 5
6[datastore] 6[datastore]
diff --git a/src/datastore/perf_plugin_datastore_data_mysql.conf b/src/datastore/perf_plugin_datastore_data_mysql.conf
index 006b146af..9d7330462 100644
--- a/src/datastore/perf_plugin_datastore_data_mysql.conf
+++ b/src/datastore/perf_plugin_datastore_data_mysql.conf
@@ -1,6 +1,6 @@
1@INLINE@ test_defaults.conf 1@INLINE@ test_defaults.conf
2[PATHS] 2[PATHS]
3SERVICEHOME = /tmp/perf-gnunet-datastore-mysql/ 3GNUNET_TEST_HOME = /tmp/perf-gnunet-datastore-mysql/
4 4
5[datastore] 5[datastore]
6DATABASE = mysql 6DATABASE = mysql
diff --git a/src/datastore/perf_plugin_datastore_data_postgres.conf b/src/datastore/perf_plugin_datastore_data_postgres.conf
index 052fa486e..ee7c180dc 100644
--- a/src/datastore/perf_plugin_datastore_data_postgres.conf
+++ b/src/datastore/perf_plugin_datastore_data_postgres.conf
@@ -1,6 +1,6 @@
1@INLINE@ test_defaults.conf 1@INLINE@ test_defaults.conf
2[PATHS] 2[PATHS]
3SERVICEHOME = /tmp/perf-gnunet-datastore-postgres/ 3GNUNET_TEST_HOME = /tmp/perf-gnunet-datastore-postgres/
4 4
5[datastore] 5[datastore]
6DATABASE = postgres 6DATABASE = postgres
diff --git a/src/datastore/perf_plugin_datastore_data_sqlite.conf b/src/datastore/perf_plugin_datastore_data_sqlite.conf
index 5f97597d6..756b44c5c 100644
--- a/src/datastore/perf_plugin_datastore_data_sqlite.conf
+++ b/src/datastore/perf_plugin_datastore_data_sqlite.conf
@@ -1,4 +1,4 @@
1@INLINE@ test_defaults.conf 1@INLINE@ test_defaults.conf
2[PATHS] 2[PATHS]
3SERVICEHOME = /tmp/perf-gnunet-datastore-sqlite/ 3GNUNET_TEST_HOME = /tmp/perf-gnunet-datastore-sqlite/
4 4
diff --git a/src/datastore/test_datastore_api_data_heap.conf b/src/datastore/test_datastore_api_data_heap.conf
index 0e6994d5b..db571c12a 100644
--- a/src/datastore/test_datastore_api_data_heap.conf
+++ b/src/datastore/test_datastore_api_data_heap.conf
@@ -1,6 +1,6 @@
1@INLINE@ test_defaults.conf 1@INLINE@ test_defaults.conf
2[PATHS] 2[PATHS]
3SERVICEHOME = /tmp/test-gnunet-datastore-heap/ 3GNUNET_TEST_HOME = /tmp/test-gnunet-datastore-heap/
4 4
5[TESTING] 5[TESTING]
6WEAKRANDOM = YES 6WEAKRANDOM = YES
diff --git a/src/datastore/test_datastore_api_data_mysql.conf b/src/datastore/test_datastore_api_data_mysql.conf
index 92967b976..38b9058f6 100644
--- a/src/datastore/test_datastore_api_data_mysql.conf
+++ b/src/datastore/test_datastore_api_data_mysql.conf
@@ -1,6 +1,6 @@
1@INLINE@ test_defaults.conf 1@INLINE@ test_defaults.conf
2[PATHS] 2[PATHS]
3SERVICEHOME = /tmp/test-gnunet-datastore-mysql/ 3GNUNET_TEST_HOME = /tmp/test-gnunet-datastore-mysql/
4 4
5[TESTING] 5[TESTING]
6WEAKRANDOM = YES 6WEAKRANDOM = YES
diff --git a/src/datastore/test_datastore_api_data_postgres.conf b/src/datastore/test_datastore_api_data_postgres.conf
index a1a21689b..dbce6e4d0 100644
--- a/src/datastore/test_datastore_api_data_postgres.conf
+++ b/src/datastore/test_datastore_api_data_postgres.conf
@@ -1,6 +1,6 @@
1@INLINE@ test_defaults.conf 1@INLINE@ test_defaults.conf
2[PATHS] 2[PATHS]
3SERVICEHOME = /tmp/test-gnunet-datastore-postgres/ 3GNUNET_TEST_HOME = /tmp/test-gnunet-datastore-postgres/
4 4
5[TESTING] 5[TESTING]
6WEAKRANDOM = YES 6WEAKRANDOM = YES
diff --git a/src/datastore/test_datastore_api_data_sqlite.conf b/src/datastore/test_datastore_api_data_sqlite.conf
index 953aef248..3104ed7df 100644
--- a/src/datastore/test_datastore_api_data_sqlite.conf
+++ b/src/datastore/test_datastore_api_data_sqlite.conf
@@ -1,6 +1,6 @@
1@INLINE@ test_defaults.conf 1@INLINE@ test_defaults.conf
2[PATHS] 2[PATHS]
3SERVICEHOME = /tmp/test-gnunet-datastore-sqlite/ 3GNUNET_TEST_HOME = /tmp/test-gnunet-datastore-sqlite/
4 4
5[TESTING] 5[TESTING]
6WEAKRANDOM = YES 6WEAKRANDOM = YES
diff --git a/src/datastore/test_plugin_datastore_data_heap.conf b/src/datastore/test_plugin_datastore_data_heap.conf
index 6e352b95b..c91bff764 100644
--- a/src/datastore/test_plugin_datastore_data_heap.conf
+++ b/src/datastore/test_plugin_datastore_data_heap.conf
@@ -1,6 +1,6 @@
1@INLINE@ test_defaults.conf 1@INLINE@ test_defaults.conf
2[PATHS] 2[PATHS]
3SERVICEHOME = /tmp/test-gnunet-datastore-plugin-heap/ 3GNUNET_TEST_HOME = /tmp/test-gnunet-datastore-plugin-heap/
4 4
5[datastore] 5[datastore]
6DATABASE = heap 6DATABASE = heap
diff --git a/src/datastore/test_plugin_datastore_data_mysql.conf b/src/datastore/test_plugin_datastore_data_mysql.conf
index 845454b12..53a188997 100644
--- a/src/datastore/test_plugin_datastore_data_mysql.conf
+++ b/src/datastore/test_plugin_datastore_data_mysql.conf
@@ -1,6 +1,6 @@
1@INLINE@ test_defaults.conf 1@INLINE@ test_defaults.conf
2[PATHS] 2[PATHS]
3SERVICEHOME = /tmp/test-gnunet-datastore-plugin-mysql/ 3GNUNET_TEST_HOME = /tmp/test-gnunet-datastore-plugin-mysql/
4 4
5[datastore] 5[datastore]
6DATABASE = mysql 6DATABASE = mysql
diff --git a/src/datastore/test_plugin_datastore_data_postgres.conf b/src/datastore/test_plugin_datastore_data_postgres.conf
index 8b8523d40..bebc97e85 100644
--- a/src/datastore/test_plugin_datastore_data_postgres.conf
+++ b/src/datastore/test_plugin_datastore_data_postgres.conf
@@ -1,6 +1,6 @@
1@INLINE@ test_defaults.conf 1@INLINE@ test_defaults.conf
2[PATHS] 2[PATHS]
3SERVICEHOME = /tmp/test-gnunet-datastore-plugin-postgres/ 3GNUNET_TEST_HOME = /tmp/test-gnunet-datastore-plugin-postgres/
4 4
5[datastore] 5[datastore]
6DATABASE = postgres 6DATABASE = postgres
diff --git a/src/datastore/test_plugin_datastore_data_sqlite.conf b/src/datastore/test_plugin_datastore_data_sqlite.conf
index dcdea7dde..9680dff8e 100644
--- a/src/datastore/test_plugin_datastore_data_sqlite.conf
+++ b/src/datastore/test_plugin_datastore_data_sqlite.conf
@@ -1,4 +1,4 @@
1@INLINE@ test_defaults.conf 1@INLINE@ test_defaults.conf
2[PATHS] 2[PATHS]
3SERVICEHOME = /tmp/test-gnunet-datastore-plugin-sqlite/ 3GNUNET_TEST_HOME = /tmp/test-gnunet-datastore-plugin-sqlite/
4 4