You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by "Rob Leidle (JIRA)" <ji...@apache.org> on 2015/03/02 19:58:04 UTC

[jira] [Commented] (BIGTOP-1718) add facility for printing out BOM in json format

    [ https://issues.apache.org/jira/browse/BIGTOP-1718?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14343572#comment-14343572 ] 

Rob Leidle commented on BIGTOP-1718:
------------------------------------

sample output:

{
    "version": "0.9.0",
    "components": [
       {
            "name": {
                "project": "giraph",
                "pkg": "giraph",
                "relNotes": "Giraph"
            },
            "tarball": {
                "destination": "giraph-1.1.0.tar.gz",
                "source": "giraph-dist-1.1.0-src.tar.gz"
            },
            "url": {
                "site": "http://people.apache.org/~rvs/giraph-1.1.0-RC0",
                "archive": "http://people.apache.org/~rvs/giraph-1.1.0-RC0"
            },
            "version": {
                "base": "1.1.0",
                "pkg": "1.1.0",
                "release": "1"
            },
            "git": {
                "repo": null,
                "ref": null,
                "dir": null
            }
        },
        {
            "name": {
                "project": "zookeeper",
                "pkg": "zookeeper",
                "relNotes": "Apache Zookeeper"
            },
            "tarball": {
                "destination": "zookeeper-3.4.5.tar.gz",
                "source": "zookeeper-3.4.5.tar.gz"
            },
            "url": {
                "site": "http://apache.osuosl.org/zookeeper/zookeeper-3.4.5",
                "archive": "http://archive.apache.org/dist/zookeeper/zookeeper-3.4.5"
            },
            "version": {
                "base": "3.4.5",
                "pkg": "3.4.5",
                "release": "1"
            },
            "git": {
                "repo": null,
                "ref": null,
                "dir": null
            }
        }
    ]
}

> add facility for printing out BOM in json format
> ------------------------------------------------
>
>                 Key: BIGTOP-1718
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-1718
>             Project: Bigtop
>          Issue Type: Improvement
>          Components: general
>    Affects Versions: backlog
>            Reporter: Rob Leidle
>            Priority: Minor
>             Fix For: 0.9.0
>
>         Attachments: BIGTOP-1718.patch
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> It would be useful to have a facility for printing out the BOM in json format. This would allow applications built on top of Bigtop to know something about a specific bigtop release.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)