summaryrefslogtreecommitdiff
path: root/scripts/makeppa
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/makeppa')
-rwxr-xr-xscripts/makeppa5
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]
+#