summaryrefslogtreecommitdiff
path: root/sign.sh
diff options
context:
space:
mode:
Diffstat (limited to 'sign.sh')
-rwxr-xr-xsign.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/sign.sh b/sign.sh
index e9148ec1055..43f1f3813d5 100755
--- a/sign.sh
+++ b/sign.sh
@@ -13,7 +13,7 @@ do
if head -1 release/$vers/$f | grep -q 'BEGIN PGP SIGNED MESSAGE' ; then
echo already signed $f
else
- debsign release/$vers/$f
+ debsign -k288995c8 release/$vers/$f
fi
fi
-done \ No newline at end of file
+done