Skip to content

Commit

Permalink
Merge pull request #6016 from mysteriumnetwork/new-gpg-key
Browse files Browse the repository at this point in the history
Use new GPG key in deb sign
  • Loading branch information
tzununbekov authored Mar 15, 2024
2 parents d5791d4 + 42abd1a commit 1297ff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/release_ppa
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ override_dh_auto_test:
' > debian/rules; chmod +x debian/rules

debuild -S -sa -us -uc -d
debsign -k 2B13D750E4ECCA9D ../myst_${VERSION}+build${BUILD}+${DISTR}_source.changes
debsign -k 09D3CD5598B65836 ../myst_${VERSION}+build${BUILD}+${DISTR}_source.changes

# We have to add this configuration to enable SFTP since default FTP timeouts on Travis CI.
echo "[myst-ppa]
Expand Down

0 comments on commit 1297ff7

Please sign in to comment.