[oe-commits] org.oe.dev classes/tinderclient.bbclass: Send some more useful data to the tinderbox

freyther commit openembedded-commits at lists.openembedded.org
Wed Oct 25 19:51:55 UTC 2006


classes/tinderclient.bbclass: Send some more useful data to the tinderbox

    Send PN, PV, PR, MACHINE, DISTRO, TARGET_FPU, TARGET_OS, TARGET_ARCH
    to the tinderbox. This will be used by the new data mining tinderbox

Author: freyther at openembedded.org
Branch: org.openembedded.dev
Revision: 6bdfd4680fb56e499b8a254034efb752dead5002
ViewMTN: http://monotone.openembedded.org/revision.psp?id=6bdfd4680fb56e499b8a254034efb752dead5002
Files:
1
classes/tinderclient.bbclass
Diffs:

#
# mt diff -re9e162ab16751582bb23f90c35c14e4d9dbaa4d6 -r6bdfd4680fb56e499b8a254034efb752dead5002
#
# 
# 
# patch "classes/tinderclient.bbclass"
#  from [f3adf2518801b0b6016015877447b4a6565959f2]
#    to [6de99a34f0ac29c8451aaae6ab7dafb6f55162f9]
# 
============================================================
--- classes/tinderclient.bbclass	f3adf2518801b0b6016015877447b4a6565959f2
+++ classes/tinderclient.bbclass	6de99a34f0ac29c8451aaae6ab7dafb6f55162f9
@@ -60,7 +60,18 @@ def tinder_format_http_post(d,status,log
         "os"           : os.uname()[0],
         "os_version"   : os.uname()[2],
         "compiler"     : "gcc",
-        "clobber"      : data.getVar('TINDER_CLOBBER', d, True)
+        "clobber"      : data.getVar('TINDER_CLOBBER', d, True),
+        "srcdate"      : data.getVar('SRCDATE', d, True),
+        "PN"           : data.getVar('PN', d, True),
+        "PV"           : data.getVar('PV', d, True),
+        "PR"           : data.getVar('PR', d, True),
+        "FILE"         : data.getVar('FILE', d, True) or "N/A",
+        "TARGETARCH"   : data.getVar('TARGET_ARCH', d, True),
+        "TARGETFPU"    : data.getVar('TARGET_FPU', d, True) or "Unknown",
+        "TARGETOS"     : data.getVar('TARGET_OS', d, True) or "Unknown",
+        "MACHINE"      : data.getVar('MACHINE', d, True) or "Unknown",
+        "DISTRO"       : data.getVar('DISTRO', d, True) or "Unknown",
+        "zecke-rocks"  : "sure",
     }
 
     # optionally add the status






More information about the Openembedded-commits mailing list