diff options
author | Koen Kooi <koen@openembedded.org> | 2005-07-23 23:05:41 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-23 23:05:41 +0000 |
commit | 9d7869061375488858389c37229acc709bc13b1b (patch) | |
tree | 860bc95c172ab168cc300e78e0d00145c02cbfa1 /conf/tinder.conf | |
parent | 46d0f40c18ca6690faa48e6c5a164da917694a8c (diff) | |
parent | 191ce0e711d1caa29cb3bf6d10d30299af726554 (diff) |
merge of 657428f7610ffe279e57ccd9a34630fcb0db722f
and 7a1a1d1dc2d072ab7829bb7c3314d4604d4445d6
Diffstat (limited to 'conf/tinder.conf')
-rw-r--r-- | conf/tinder.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/tinder.conf b/conf/tinder.conf index 00cb7fa5db..bb28bb320e 100644 --- a/conf/tinder.conf +++ b/conf/tinder.conf @@ -4,7 +4,8 @@ INHERIT += "tinderclient" #TINDER_ADMIN = "you@yourhost" #Name of the client -#TINDER_BUILD = "Tinder Client Test/NameOfClient" +#DO NOT USE / in a name!! +#TINDER_BUILDNAME = "Tinder Client Test-NameOfClient" #What error parser to use #TINDER_ERROR = "unix" @@ -19,4 +20,3 @@ INHERIT += "tinderclient" #TINDER_REPORT = "1" TINDER_START := "${@time.strftime('%m/%d/%Y %H:%M:%S', time.localtime())}" - |