canonical / canonical/cloud-init
FreeBSD add module to manage pkg repositories
Open
enhancement
launchpad
- Dominant language
- Python
- Stars
- 3.8k
- Forks
- 1.1k
- Avg merge
- 2d 23h
- Merged PRs (30d)
- 18
Description
This bug was originally filed in Launchpad as [LP: #1990042](https://bugs.launchpad.net/cloud-init/+bug/1990042)
Launchpad details
affected_projects = []
assignee = None
assignee_name = None
date_closed = None
date_created = 2022-09-17T23:02:07.356625+00:00
date_fix_committed = None
date_fix_released = None
id = 1990042
importance = wishlist
is_complete = False
lp_url = https://bugs.launchpad.net/cloud-init/+bug/1990042
milestone = None
owner = minagalic
owner_name = Mina Galić
private = False
status = triaged
submitter = minagalic
submitter_name = Mina Galić
tags = []
duplicates = []
_Launchpad user **Mina Galić(minagalic)** wrote on 2022-09-17T23:02:07.356625+00:00_
Most Linux distros have a module to add/manage repos, and since FreeBSD's "pkgng" (pkg, really) supports more than one repo, we might wanna add support for that.
repos are configured in /usr/local/etc/pkg/repos/.conf
They are in UCL format: https://github.com/vstakhov/libucl
the concrete format is described in pkg-repo(5): https://man.freebsd.org/pkg.conf(5)#REPOSITORY_CONFIGURATION
Contributor guide
Assessment
This issue has not been assessed yet.