Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Pin newer upstream Aptly action #10

Merged
merged 1 commit into from
Oct 19, 2024
Merged

Conversation

jinnatar
Copy link
Collaborator

Bugfix for kanidm_ppa.list having the wrong key type, Fixes #6

This is a more targeted fix than #5 which turned out to be more complex.

Includes bugfix for kanidm_ppa.list having the wrong key type, Fixes kanidm#6
@jinnatar
Copy link
Collaborator Author

File produced:

%> unzip -p kanidm_ppa_snapshot.zip kanidm_ppa.list
# You probably want to use only one of the examples below!
# Example for enabling only the stable component on noble: 
deb [arch=amd64,arm64 signed-by=/etc/apt/trusted.gpg.d/kanidm_ppa.asc] https://kanidm.github.io/kanidm_ppa noble stable
# Example for enabling only the stable component on jammy: 
deb [arch=amd64,arm64 signed-by=/etc/apt/trusted.gpg.d/kanidm_ppa.asc] https://kanidm.github.io/kanidm_ppa jammy stable
# Example for enabling only the nightly component on noble: 
deb [arch=amd64,arm64 signed-by=/etc/apt/trusted.gpg.d/kanidm_ppa.asc] https://kanidm.github.io/kanidm_ppa noble nightly
# Example for enabling only the stable component on bookworm: 
deb [arch=amd64,arm64 signed-by=/etc/apt/trusted.gpg.d/kanidm_ppa.asc] https://kanidm.github.io/kanidm_ppa bookworm stable
# Example for enabling only the nightly component on bookworm: 
deb [arch=amd64,arm64 signed-by=/etc/apt/trusted.gpg.d/kanidm_ppa.asc] https://kanidm.github.io/kanidm_ppa bookworm nightly

.. So looking good!

@jinnatar jinnatar merged commit 27175ac into kanidm:main Oct 19, 2024
12 checks passed
@jinnatar jinnatar deleted the fix_list branch December 17, 2024 13:03
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.

Instructions are incorrect currently
1 participant