-
Notifications
You must be signed in to change notification settings - Fork 22
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
Add a Release file to package and sign #84
Comments
See sbt/sbt-native-packager#1129 for a summary of if the sbt native packager could help. Unfortunately not 😢 but thanks to @muuki88 for the packager and stay awesome! 👍 |
See:
Possible steps:
# create release file
apt-ftparchive release
# sign it
gpg --clearsign -o InRelease Release
gpg -abs -o Release.gpg Release
# publish it
??? Links:
|
Using
User's would have to change the entry in
and manually import my key (which on the Pi, requires
Still a few more things to figure out and to write up but I think this is the way I'll go. |
… -component=temperature-machine badrobot-releases
…res=armhf -gpg-key=00258F48226612AE -passphrase=doesn't-work publish repo badrobot-releases
…packages are actually added to the repo
… -component=temperature-machine badrobot-releases
…res=armhf -gpg-key=00258F48226612AE -passphrase=doesn't-work publish repo badrobot-releases
…packages are actually added to the repo
See #83 (and #70 whilst you're there)
The text was updated successfully, but these errors were encountered: