Add artifactapi_local_deb and artifactapi_remote_deb resources #14
Reference in New Issue
Block a user
Delete Branch "benvin/deb-local-remote"
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?
Adds first-class Terraform resources for Debian/apt package repositories so
debrepos can be managed the same way as the existingrpmones, ahead of the parallel server-sidedebpackage_type support.artifactapi_local_debresource mirroringartifactapi_local_rpm, mapping toPackageType: deb, RepoType: localon the shared /api/v2/remotes API.artifactapi_remote_debvia the shared remote resource (newRemoteResource("deb")) plus aNewRemoteDebconvenience constructor.examples/resources/artifactapi_{local,remote}_deb(Debian mirror base_url).Build, vet, go mod tidy, pre-commit, and
go test -raceall pass.