summaryrefslogtreecommitdiff
path: root/publish.sh
diff options
context:
space:
mode:
Diffstat (limited to 'publish.sh')
-rwxr-xr-xpublish.sh2
1 files changed, 1 insertions, 1 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