kevinschoon commented on PR #2035:
URL: https://github.com/apache/buildstream/pull/2035#issuecomment-3118704250

   I've continued to make updates based on your feedback although this is still 
a WIP please see an updated project output:
   
   ```json
   {
     "projects": [
       {
         "name": "test",
         "plugins": [
           {
             "name": "stack",
             "description": "core plugin",
             "plugin_type": "element"
           },
           {
             "name": "import",
             "description": "core plugin",
             "plugin_type": "element"
           },
           {
             "name": "local",
             "description": "core plugin",
             "plugin_type": "source"
           },
           {
             "name": "remote",
             "description": "core plugin",
             "plugin_type": "source"
           },
           {
             "name": "tar",
             "description": "core plugin",
             "plugin_type": "source"
           }
         ],
         "elements": [
           {
             "name": "import-local-files.bst",
             "description": "",
             "environment": {},
             "variables": {
               "prefix": "/usr",
               "exec_prefix": "/usr",
               "bindir": "/usr/bin",
               "sbindir": "/usr/sbin",
               "libexecdir": "/usr/libexec",
               "datadir": "/usr/share",
               "sysconfdir": "/etc",
               "sharedstatedir": "/usr/com",
               "localstatedir": "/var",
               "lib": "lib",
               "libdir": "/usr/lib",
               "debugdir": "/usr/lib/debug",
               "includedir": "/usr/include",
               "docdir": "/usr/share/doc",
               "infodir": "/usr/share/info",
               "mandir": "/usr/share/man",
               "build-root": "/buildstream/test/import-local-files.bst",
               "conf-root": ".",
               "install-root": "/buildstream-install",
               "strip-binaries": "",
               "schema": "https",
               "project-name": "test",
               "max-jobs": "8",
               "element-name": "import-local-files.bst"
             },
             "dependencies": [
               {
                 "name": "import-local-files.bst",
                 "kind": "all"
               }
             ],
             "sources": [
               {
                 "kind": "local",
                 "url": "files",
                 "medium": "local",
                 "version-type": "cas-digest",
                 "version": 
"d8c20623d7160ffe2fd69bd03b3ad7b24a6d1dfd7c96f3ed6c8deb3f268d2d64/85"
               }
             ]
           },
           {
             "name": "import-remote-files.bst",
             "description": "",
             "environment": {},
             "variables": {
               "prefix": "/usr",
               "exec_prefix": "/usr",
               "bindir": "/usr/bin",
               "sbindir": "/usr/sbin",
               "libexecdir": "/usr/libexec",
               "datadir": "/usr/share",
               "sysconfdir": "/etc",
               "sharedstatedir": "/usr/com",
               "localstatedir": "/var",
               "lib": "lib",
               "libdir": "/usr/lib",
               "debugdir": "/usr/lib/debug",
               "includedir": "/usr/include",
               "docdir": "/usr/share/doc",
               "infodir": "/usr/share/info",
               "mandir": "/usr/share/man",
               "build-root": "/buildstream/test/import-remote-files.bst",
               "conf-root": ".",
               "install-root": "/buildstream-install",
               "strip-binaries": "",
               "schema": "https",
               "project-name": "test",
               "max-jobs": "8",
               "element-name": "import-remote-files.bst"
             },
             "dependencies": [
               {
                 "name": "import-remote-files.bst",
                 "kind": "all"
               }
             ],
             "sources": [
               {
                 "kind": "remote",
                 "url": "https://example.org/foo.bar.bin";,
                 "medium": "remote-file",
                 "version-type": "sha256",
                 "version": 
"d1bc8d3ba4afc7e109612cb73acbdddac052c93025aa1f82942edabb7deb82a1"
               },
               {
                 "kind": "tar",
                 "url": "https://example.org/baz.qux.tar.gz";,
                 "medium": "remote-file",
                 "version-type": "sha256",
                 "version": 
"d1bc8d3ba4afc7e109612cb73acbdddac052c93025aa1f82942edabb7deb82a1"
               }
             ]
           },
           {
             "name": "target.bst",
             "description": "Main stack target for the bst build test",
             "environment": {},
             "variables": {
               "prefix": "/usr",
               "exec_prefix": "/usr",
               "bindir": "/usr/bin",
               "sbindir": "/usr/sbin",
               "libexecdir": "/usr/libexec",
               "datadir": "/usr/share",
               "sysconfdir": "/etc",
               "sharedstatedir": "/usr/com",
               "localstatedir": "/var",
               "lib": "lib",
               "libdir": "/usr/lib",
               "debugdir": "/usr/lib/debug",
               "includedir": "/usr/include",
               "docdir": "/usr/share/doc",
               "infodir": "/usr/share/info",
               "mandir": "/usr/share/man",
               "build-root": "/buildstream/test/target.bst",
               "conf-root": ".",
               "install-root": "/buildstream-install",
               "strip-binaries": "",
               "schema": "https",
               "project-name": "test",
               "max-jobs": "8",
               "element-name": "target.bst"
             },
             "dependencies": [
               {
                 "name": "import-local-files.bst",
                 "kind": "all"
               },
               {
                 "name": "import-remote-files.bst",
                 "kind": "all"
               },
               {
                 "name": "target.bst",
                 "kind": "all"
               }
             ],
             "sources": []
           }
         ]
       }
     ],
     "defaults": {
       "environment": {
         "PATH": "/usr/bin:/bin:/usr/sbin:/sbin",
         "SHELL": "/bin/sh",
         "TERM": "dumb",
         "USER": "tomjon",
         "USERNAME": "tomjon",
         "LOGNAME": "tomjon",
         "LC_ALL": "C",
         "HOME": "/tmp",
         "TZ": "UTC",
         "SOURCE_DATE_EPOCH": "1321009871"
       }
     }
   }
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to