diff options
| author | Ângelo Andrade Cirino <[email protected]> | 2021-07-15 23:23:48 -0300 |
|---|---|---|
| committer | Ângelo Andrade Cirino <[email protected]> | 2021-07-15 23:23:48 -0300 |
| commit | 81ad292ea67f82d88d785a37d23b1f1603996da1 (patch) | |
| tree | 817b50173948547f7e4b491da271918c67b8a5ff /scripts/makeppa | |
| parent | 942c32f448d9b8a850438aa2af1de2415b7ae872 (diff) | |
| parent | 8c1141aba414c07554179cb28687124514f6e770 (diff) | |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'scripts/makeppa')
| -rwxr-xr-x | scripts/makeppa | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/scripts/makeppa b/scripts/makeppa index 0af565bc9..3f447958d 100755 --- a/scripts/makeppa +++ b/scripts/makeppa @@ -67,7 +67,7 @@ cat debian/changelog # build package echo "building package .." -debuild -S -k2C0C68C9 +debuild -S -k02713554FA2CE4AADA20AB23167A22F22C0C68C9 # check package echo "checking package .." @@ -117,3 +117,6 @@ rm -rf xmake-ppa # gpg --keyserver keyserver.ubuntu.com --recv 2C0C68C9 # gpg --export --armor 2C0C68C9 | sudo apt-key add - # +# show long key +# gpg --keyid-format long --list-keys [email protected] +# |
