From 56daf4487022f139954286a3692ccfd8c591ca88 Mon Sep 17 00:00:00 2001 From: Zhang Qiang Date: Fri, 8 Jun 2012 13:13:14 +0800 Subject: [PATCH] remove user/email config for gbs import email/user info can be set from env GIT_AUTHOR_NAME/GIT_AUTHOR_EMAIL. or opts, that's more general. --- gitbuildsys/conf.py | 9 --------- 1 file changed, 9 deletions(-) diff --git a/gitbuildsys/conf.py b/gitbuildsys/conf.py index 15a5a66..f9b4c02 100644 --- a/gitbuildsys/conf.py +++ b/gitbuildsys/conf.py @@ -231,10 +231,6 @@ class ConfigMgr(object): 'build_root': '/var/tmp/build-root-gbs', 'distconf': '/usr/share/gbs/tizen-1.0.conf', }, - 'import': { - 'commit_name': '', - 'commit_email': '', - }, } DEFAULT_CONF_TEMPLATE="""[general] @@ -261,11 +257,6 @@ distconf = $build__distconf #repo2.url= #repo2.user= #repo2.passwd= - -[import] -; optional, for git author information -commit_name = $import__commit_name -commit_email = $import__commit_email """ # make the manager class as singleton -- 2.7.4