Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
65c97292
Commit
65c97292
authored
2 years ago
by
alice
Browse files
Options
Downloads
Patches
Plain Diff
testing/cri-o: fix typo
parent
dac52047
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
testing/cri-o/APKBUILD
+2
-2
2 additions, 2 deletions
testing/cri-o/APKBUILD
testing/cri-o/crio.initd
+1
-1
1 addition, 1 deletion
testing/cri-o/crio.initd
with
3 additions
and
3 deletions
testing/cri-o/APKBUILD
+
2
−
2
View file @
65c97292
...
...
@@ -4,7 +4,7 @@
# Maintainer: ungleich <foss@ungleich.ch>
pkgname
=
cri-o
pkgver
=
1.26.3
pkgrel
=
4
pkgrel
=
5
pkgdesc
=
"OCI-based implementation of Kubernetes Container Runtime Interface"
url
=
"https://github.com/cri-o/cri-o/"
arch
=
"all"
...
...
@@ -94,7 +94,7 @@ package() {
sha512sums
=
"
58718db358d35b61e5edb8a16185bc534337a1ebfaf0d40ab17efb73c266fb2c337fad3cf92a7d8bcc7a02c4e2180b2b79a5896eb635b43334bcc1366b12baf8 cri-o-1.26.3-2.tar.gz
1232fac9260c37c0f564cd51e2a789708e5657a87658a001798613ca05005c9b7547d8e8060c8b114d191c437a28073ba5dc414822e4f13df3081f7039665287 crio.conf
32d8190cf25d01cdd7d3915fa5003e7d7cccbe397d9c6fb40a83c0baa1bc3024d1d411ad641886dee61d2a2bed6e9c63eb7aadd44164717733cbe857df01a88
1 crio.initd
26048a219bc426ef4a4f50e96d6e0ded1c55dc8415df9a2773764d2ebcb3d9e91077b2916da1ff32674ca4a53062e41e185503d671dacc3167a018b0066347e
1 crio.initd
1115228546a696eeebeb6d4b3e5c3152af0c99a2559097fc5829d8b416d979c457b4b1789e0120054babf57f585d3f63cbe49949d40417ae7aab613184bf4516 crio.logrotated
0a567dfa431ab1e53f2a351689be8d588a60cc5fcdbda403ec4f8b6ab9b1c18ad425f6c47f9a5ab1491e3a61a269dc4efa6a59e91e7521fa2b6bb165074aa8e0 cni-plugins-path.patch
f9577aa7b1c90c6809010e9e406e65092251b6e82f6a0adbc3633290aa35f2a21895e1a8b6ba4b6375dcad3e02629b49a34ab16387e1c36eeb32c8f4dac74706 makefile-fix-install.patch
...
...
This diff is collapsed.
Click to expand it.
testing/cri-o/crio.initd
+
1
−
1
View file @
65c97292
...
...
@@ -22,7 +22,7 @@ checkconfig() {
checkpath
--file
--owner
root:root
--mode
0644
\
/var/log/
${
RC_SVCNAME
}
/
${
RC_SVCNAME
}
.log
checkpath
--directory
--owner
root:root
--mode
0750
\
/var/l
og
/crio
/var/l
ib
/crio
}
start
()
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment