Rerun c-s until success

上级 6ce5dbe8
......@@ -167,12 +167,16 @@ if [[ -n ${skiplist} ]]; then
fi
log "Merging ${pusuite} into ${suite}"
if dak control-suite --add ${suite} < ${pusuite}.list; then
log "Done"
else
log "Please check problem and hit enter when i can continue"
read
fi
while :; do
if dak control-suite --add ${suite} < ${pusuite}.list; then
log "Done"
break
else
log "Please check problem and hit enter when i can retry"
read
fi
done
if [[ ${suitename} != jessie ]]; then
dak control-suite --add ${suite}-debug < ${pusuite}-debug.list
fi
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册