From 46d0f40c18ca6690faa48e6c5a164da917694a8c Mon Sep 17 00:00:00 2001 From: Holger Freyther Date: Sat, 23 Jul 2005 21:23:03 +0000 Subject: classes/tinderclient.bbclass: -setting and reading make.cfg can not work conf/tinder.conf: -set TINDER_START there for now... --- conf/tinder.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'conf') diff --git a/conf/tinder.conf b/conf/tinder.conf index 9ed63e4828..00cb7fa5db 100644 --- a/conf/tinder.conf +++ b/conf/tinder.conf @@ -4,7 +4,7 @@ INHERIT += "tinderclient" #TINDER_ADMIN = "you@yourhost" #Name of the client -#TINDER_BUILDNAME = "Tinder Client Test/NameOfClient" +#TINDER_BUILD = "Tinder Client Test/NameOfClient" #What error parser to use #TINDER_ERROR = "unix" @@ -18,3 +18,5 @@ INHERIT += "tinderclient" #TINDER_FROM = "you@yourhost" #TINDER_REPORT = "1" +TINDER_START := "${@time.strftime('%m/%d/%Y %H:%M:%S', time.localtime())}" + -- cgit v1.2.3