This repository was archived by the owner on Nov 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Add deb and RPM repository config and documentation #1676
Merged
Merged
Changes from 2 commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
4365251
Add cargo rpm and cargo deb sections to Cargo.toml
s3krit 93921b1
Add installation instructions to README.md
30b83f0
add systemd service file for the deb package
969b3ce
add configuration via /etc/default/polkadot
s3krit b5622dc
add systemd service for rpm-based distros
s3krit 0bd5a3d
dont use system keyring for GPG key
s3krit 27564b3
Harden the systemd service file
s3krit f79387a
update README.md
s3krit 4ac826d
Add AF_UNIX to allowed sockets
s3krit 743335d
Update README.md
s3krit c80b46e
rename buster repo to release
s3krit fe65534
remove useless lines from rpm spec
s3krit 5d3639b
remove AF_PACKET from allowed address families
s3krit d4d8ed7
Merge branch 'mp-package-config' of github.com:paritytech/polkadot in…
s3krit File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we please suggest putting the key into
/usr/share/keyrings/
and using thedeb [signed-by=<path to key>] URL…
format instead?There's no real reason to add a system-level apt key for a non-system repo.
(Warning: the key should be dearmored for this to work)