File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed
Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change 11# Generated from https://git.alpinelinux.org/aports/plain/main/zfs/APKBUILD
22package :
33 name : zfs
4- version : " 2.3.5 "
4+ version : " 2.4.0 "
55 epoch : 0
66 description : Advanced filesystem and volume manager
77 copyright :
@@ -35,7 +35,7 @@ pipeline:
3535 - uses : git-checkout
3636 with :
3737 repository : https://github.com/openzfs/zfs
38- expected-commit : ab38521f31f75099da0f48b3c37a0240e002484d
38+ expected-commit : 743334913e5a5f60baf287bcc6d8a23515b02ac5
3939 tag : zfs-${{package.version}}
4040
4141 - runs : |
@@ -132,8 +132,8 @@ subpackages:
132132 pipeline :
133133 - runs : |
134134 mkdir -p ${{targets.subpkgdir}}/usr/bin
135- mv ${{targets.destdir}}/usr/bin/arc_summary \
136- ${{targets.destdir}}/usr/bin/arcstat \
135+ mv ${{targets.destdir}}/usr/bin/zarcsummary \
136+ ${{targets.destdir}}/usr/bin/zarcstat \
137137 ${{targets.destdir}}/usr/bin/dbufstat \
138138 ${{targets.subpkgdir}}/usr/bin
139139 description : zfs utils
@@ -143,6 +143,13 @@ subpackages:
143143 - merged-sbin
144144 - merged-usrsbin
145145 - wolfi-baselayout
146+ - python3
147+ test :
148+ pipeline :
149+ - runs : |
150+ zarcsummary --help | grep usage:
151+ zarcstat --help 2>&1 | grep Usage:
152+ dbufstat --help 2>&1 | grep Usage:
146153
147154update :
148155 enabled : true
You can’t perform that action at this time.
0 commit comments