aboutsummaryrefslogtreecommitdiffstats
path: root/cdf/src/repackage.json
blob: ce7a5465598673e062998002cbe35636e2b41011 (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
{
    "applicationName": "cdf",
    "debian": {
        "conflicts": [],
        "externalDependencies": [
            {
                "libgetopt-java": ">= 1.0.14"
            }
        ],
        "groupId": "org.onap.dcae.storage.pgaas",
        "replaces": []
    },
    "description": " PostgreSQL as a Service main scripts ",
    "directoryTreeTops": {
        "/opt": "/opt/app/cdf"
    },
    "docker": {
        "externalDependencies": [],
        "tag": "latest"
    },
    "executionGroup": "postgres",
    "executionUser": "postgres",
    "fileGroup": "postgres",
    "fileUser": "postgres",
    "groupId": "org.onap.dcae.storage.pgaas",
    "internalDependencies": [],
    "maintainer": "ONAP <dcae@lists.onap.org>",
    "version": "${RELLONG}"
}