summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSage Weil <sage@newdream.net>2010-04-30 15:11:19 -0700
committerSage Weil <sage@newdream.net>2010-04-30 15:11:19 -0700
commit266d2076b6c419046cbc563c90262ccb5b847831 (patch)
tree0203281aafc53ee9cb06a611d59206e1f1b7f9f7
parentb022a285c6741fa4569067e71626d32715b72294 (diff)
downloadceph-0.20.tar.gz
debian: fix up debian scriptsv0.20
-rwxr-xr-xpublish.sh2
-rwxr-xr-xsign.sh4
2 files changed, 3 insertions, 3 deletions
diff --git a/publish.sh b/publish.sh
index 39a741b90fc..64f2bf9fc1f 100755
--- a/publish.sh
+++ b/publish.sh
@@ -26,6 +26,6 @@ do
for f in release/$vers/ceph_${dvers}_*.changes
do
- reprepro -b $repo -C $component --ignore=wrongdistribution include $dist $f
+ reprepro --ask-passphrase -b $repo -C $component --ignore=wrongdistribution include $dist $f
done
done
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