Skip to content

owut: allow to append apk repositories - #82

Draft
a-gave wants to merge 1 commit into
efahl:mainfrom
a-gave:repositories
Draft

owut: allow to append apk repositories#82
a-gave wants to merge 1 commit into
efahl:mainfrom
a-gave:repositories

Conversation

@a-gave

@a-gave a-gave commented Aug 24, 2026

Copy link
Copy Markdown

This allows to add apk repositories to the owut build requests.

Signed-off-by: Samuele Longhi <agave@dracaena.it>
@efahl

efahl commented Aug 24, 2026

Copy link
Copy Markdown
Owner

Looks good! I'll give it a thorough review probably tomorrow.

Does this resolve #42? If so, could you add a "Fixes:" tag to the commit message.

Also, could you add a quick how-to in the commit message? Need not be long, just an example like below, with a little explanation of how the aliases tie into things?

First set up your custom feeds so that the work with apk:

echo "https://my.repo/packages.adb" >> /etc/apk/repositories.d/customfeeds.list
wget https://my.repo/my-keys.pem -O /etc/apk/keys/my-keys.pem

Then, to add them to owut upgrades, edit /etc/config/attendededsysupgrade and change it to

config owut 'owut'
  ...
  option repositories_mode  'append'
  list   repository_aliases '???'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants