]> rtime.felk.cvut.cz Git - linux-conf-perf.git/commitdiff
Remove configuration options which are not used anymore
authorKarel Kočí <cynerd@email.cz>
Fri, 20 Nov 2015 11:34:53 +0000 (12:34 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Fri, 26 Feb 2016 14:48:59 +0000 (15:48 +0100)
conf.py

diff --git a/conf.py b/conf.py
index 4c4ed8ffc1819143215d7b492ef8855bb30b84a0..13d5cd76564d118e8708ee7e70816c9e1a98b8bb 100644 (file)
--- a/conf.py
+++ b/conf.py
@@ -40,19 +40,6 @@ picosat_args = []
 # Database in PostgreSQL to be used for this tools
 db_database = 'linux-conf-perf'
 
-# # db_user
-# # Define PostgreSQL user
-# db_user = 'user'
-# # db_password
-# # Define PostrgreSQL user password
-# db_password = 'password'
-# # db_host
-# # Address of PostgreSQL database server
-# db_host = 'localhost'
-# # db_port
-# # Port of PotgreSQL database server
-# db_port = 5432
-
 # multithread
 # Define if measurement and kernel build should be executed in parallel.
 multithread = False
@@ -60,13 +47,6 @@ multithread = False
 # Defines maximal number of buffered configurations before generating is suspended.
 multithread_buffer = 32
 
-# git_describe_cmd
-# Command used for getting tools version and status from git
-git_describe_cmd = ['git', 'describe', '--always', '--tags', '--dirty']
-# git_commit_cmd
-# Command used for getting commit hash from git
-git_commit_cmd = ['git', 'rev-parse', '--verify', 'HEAD']
-
 ## Programs output show/hide
 # These options hides output of launched programs from terminal.
 # If variable is True, output is printed. Otherwise is hidden.