Skip to content

Commit 27862bb

Browse files
committed
update manifest.json
1 parent db23c48 commit 27862bb

File tree

1 file changed

+77
-39
lines changed

1 file changed

+77
-39
lines changed

manifest.json

Lines changed: 77 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,56 +1,94 @@
11
{
2-
"__version": "45D-R2",
2+
"schema_version": "45D_AP_V2.0",
33
"name": "python3-libzfs",
44
"title": "Py-libzfs",
5-
"prerelease": false,
5+
"description": "python libzfs",
66
"version": "2.2.1",
7-
"buildVersion": "5",
8-
"author": "Jordan Keough <jkeough@45drives.com>",
9-
"url": "https://github.com/45Drives/python3-libzfs",
10-
"category": "utils",
11-
"priority": "optional",
7+
"build_number": "5",
8+
"stable": true,
9+
"author": "Brett Kelly <bkelly@45drives.com>",
10+
"git_url": "https://github.com/45Drives/python3-libzfs",
1211
"licence": "GPL-3.0+",
13-
"architecture": {
14-
"deb": "all",
15-
"el": "x86_64"
16-
},
17-
"description": {
18-
"long": "python libzfs",
19-
"short": "python libzfs"
20-
},
2112
"defaults": {
22-
"urgency": "medium"
13+
"change_urgency": "medium"
14+
},
15+
"architecture": {
16+
"ubuntu": "amd64",
17+
"debian": "amd64",
18+
"rocky": "x86_64"
2319
},
2420
"dependencies": {
25-
"el": {
26-
"el8": [
27-
"zfs >= 2.2",
28-
"zfs < 2.3"
29-
]
30-
},
31-
"deb": {
32-
"jammy": [
33-
"zfsutils (>= 2.2)",
34-
"zfsutils (<< 2.3)"
35-
],
36-
"focal": [
37-
"zfsutils (>= 2.2)",
38-
"zfsutils (<< 2.3)"
39-
]
40-
}
21+
"ubuntu_common": [
22+
"zfsutils (>= 2.2)",
23+
"zfsutils (<< 2.3)"
24+
],
25+
"rocky_common": [
26+
"zfs >= 2.2",
27+
"zfs < 2.3"
28+
]
4129
},
42-
"releases": [
30+
"builds": [
31+
{
32+
"group": "ubuntu",
33+
"os_name": "ubuntu-focal",
34+
"repo": "community",
35+
"image": "ci.cr.45d.io/ci/simple/ubuntu-focal:1"
36+
},
37+
{
38+
"group": "ubuntu",
39+
"os_name": "ubuntu-focal",
40+
"repo": "enterprise",
41+
"image": "ci.cr.45d.io/ci/simple/ubuntu-focal:1"
42+
},
43+
{
44+
"group": "ubuntu",
45+
"os_name": "ubuntu-jammy",
46+
"repo": "community",
47+
"image": "ci.cr.45d.io/ci/simple/ubuntu-jammy:1"
48+
},
49+
{
50+
"group": "ubuntu",
51+
"os_name": "ubuntu-jammy",
52+
"repo": "enterprise",
53+
"image": "ci.cr.45d.io/ci/simple/ubuntu-jammy:1"
54+
},
4355
{
44-
"image": "pylibzfs-rocky-el8-builder",
45-
"codeName": "el8",
46-
"type": "el"
56+
"group": "rocky",
57+
"os_name": "rocky-el8",
58+
"repo": "community",
59+
"image": "ci.cr.45d.io/ci/simple/rocky-el8:1"
4760
},
4861
{
49-
"image": "pylibzfs-ubuntu-focal-builder",
50-
"codeName": "focal",
51-
"type": "deb"
62+
"group": "rocky",
63+
"os_name": "rocky-el8",
64+
"repo": "enterprise",
65+
"image": "ci.cr.45d.io/ci/simple/rocky-el8:1"
66+
},
67+
{
68+
"group": "rocky",
69+
"os_name": "rocky-el9",
70+
"repo": "community",
71+
"image": "ci.cr.45d.io/ci/simple/rocky-el9:1"
72+
},
73+
{
74+
"group": "rocky",
75+
"os_name": "rocky-el9",
76+
"repo": "enterprise",
77+
"image": "ci.cr.45d.io/ci/simple/rocky-el9:1"
5278
}
5379
],
80+
"sources": [
81+
"m4",
82+
"pxd",
83+
"config.py.in",
84+
"configure",
85+
"configure.ac",
86+
"converter.pxi",
87+
"libzfs.pyx",
88+
"nvpair.pxi",
89+
"setup.py",
90+
"setup_requires.txt"
91+
],
5492
"changelog": {
5593
"urgency": "medium",
5694
"version": "2.2.1",

0 commit comments

Comments
 (0)