Age | Commit message (Collapse) | Author |
|
{modules,sysctl}-cri-o.conf:
Add kernel module and sysctl integration.
cri-o.install:
Add install file with notes for when kernel modules are not loaded.
PKGBUILD:
Add all necessary dependencies.
Fix wording in optdepends.
Install kernel module and sysctl integration.
|
|
PKGBUILD:
Add apparmor to makedepends and optdepends.
.gitignore:
Add sigature files.
|
|
PKGBUILD:
For btrfs support the btrfs-progs package is required during build time.
For good measure add btrfs-progs also to optdepends.
|
|
PKGBUILD:
Add cni-plugins, conmon, conntrack-tools and runc to depends.
Remove cni-plugins and conmon from otpdepends (they are now in depends
and cri-o is too disfunctional without them).
Add container-runtime to provides.
Ensure the use of /run over /var/run in prepare().
Ensure to set the correct path for cni-plugins.
|
|
.gitignore:
Add package and log files.
Add directories.
cri-o-1.19.0-pinns_pie.patch:
Add patch to add PIE for the pinns executable, by linking it dynamically
and adding LDFLAGS.
PKGBUILD:
Upgrade to 1.19.0.
Add all available sodeps in package() and the respective packages to
makedepends.
Add cni-plugins and conmon to optdepends for networking and monitoring
capabilities (respectively).
Build from source tarball instead of unverified git checkout.
Add service file fixes in prepare().
Add patch for pinns fixes in prepare().
Simplify build() by applying latest go package guidelines.
Set PREFIX (containing DESTDIR) and DESTDIR in install target, because
the Makefile is very weird.
Install docs and examples.
Update maintainer info.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|