Skip to content
Commits on Source (2)
......@@ -220,11 +220,14 @@ if [[ ${suitename} != jessie ]]; then
fi
log "RM time"
if ${wget} -O "removallist" "${release_base}/removals.${target_suite}"; then
if ${wget} -O "removallist" "${release_base}/removals.${suitename}"; then
echo "Please check removallist file, I am going to run it as shell script when you confirm"
confirm
$EDITOR removallist
bash removallist
if [ -s removallist ]; then
hadrms=1
fi
fi
echo "Any more removals to be done?"
......