aboutsummaryrefslogtreecommitdiffstats
path: root/bin/yp/datasource.json
blob: 97486956405e20bb72008693942bb8a5f57e6d38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
  "srtsetting" : [
    {
      "name" : "SRTOOL_LOGO",
      "helptext" : "The SRTool logo",
      "value" : "Yocto Project,/static/img/logo.png,/yp"
    },

    {
      "name" : "SRTOOL_DOCUMENATION_URL",
      "helptext" : "The SRTool top bar documentation link",
      "value" : "https://wiki.yoctoproject.org/wiki/SRTool_User_Page"
    },
    {
      "name" : "SRTOOL_LOCAL_LOGO",
      "helptext" : "",
      "value" : ""
    },

    {
      "name" : "SRTOOL_DEFECT_ADD",
      "helptext" : "Script: Add an existing defect to SRTool defect database, '--add defect'",
      "value" : "bin/yp/srtool_defect.py --add"
    },
    {
      "name" : "SRTOOL_DEFECT_DEL",
      "helptext" : "Script: Delete an existing defect from SRTool defect database, '--del defect'",
      "value" : "bin/yp/srtool_defect.py --del"
    },
    {
      "name" : "SRTOOL_DEFECT_NEW",
      "helptext" : "Script: create defect '--new program summary description priority components urllink'",
      "value" : "bin/yp/srtool_defect.py --new"
    },
	{
      "name" : "SRTOOL_DEFECT_SAMPLENAME",
      "helptext" : "Text schema of an example defect",
      "value" : "54321"
    },
    {
      "name" : "SRTOOL_DEFECT_TOOL",
      "helptext" : "The registered script to manage defects",
      "value" : "bin/yp/srtool_defect.py"
    },

    {
      "name" : "SRTOOL_DEFECT_URLBASE",
      "helptext" : "The url base lookup for the external defect tool",
      "value" : "https://bugzilla.yoctoproject.org/show_bug.cgi?id="
    }
  ],
  "datasource" : [
    {
      "key" : "0100-yp-products",
      "data" : "product",
      "source" : "yp",
      "name" : "Products",
      "description" : "Yocto Project Product Table",
      "cve_filter" : "",
      "init" : "bin/yp/srtool_yp.py --init-products --file bin/yp/yocto-project-products.json",
      "update" : "",
      "lookup" : "",
      "update_frequency" : "5",
      "update_time" : "{}"
    },
    {
      "key" : "0101-yp-users",
      "data" : "users",
      "source" : "yp",
      "name" : "Users",
      "description" : "Sample User Table",
      "cve_filter" : "",
      "init" : "file:bin/yp/yocto-project-users.json",
      "update" : "",
      "lookup" : "",
      "update_frequency" : "5",
      "update_time" : "{}"
    }
  ]
}