From 266d2076b6c419046cbc563c90262ccb5b847831 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Fri, 30 Apr 2010 15:11:19 -0700 Subject: [PATCH] debian: fix up debian scripts --- publish.sh | 2 +- sign.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/publish.sh b/publish.sh index 39a741b90fcf0..64f2bf9fc1f7d 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 e9148ec105553..43f1f3813d56a 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 -- 2.39.5