Add encapic repository #40
Reference in New Issue
Block a user
Delete Branch "benvin/encapic-repo"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Why
The Puppet-on-k8s ENC is currently a uv/python script whose first-invocation dependency resolution fails on fresh compiler pods (exits 135/2), causing agent catalog failures. encapic is a new dependency-less Go CLI drop-in replacement, and needs a Gitea repo to host its source and release artifacts.
Changes
config/git.unkin.net/unkin/repository/encapic.yamldefining the encapic repo (main default branch, squash merge, delete-branch-after-merge, branch protection requiring the ci/woodpecker/pr build, test, and pre-commit checks), matching the shape of the recently-added pdbmux repo.