From ba432aa4f4abfbcb64842c3715b434b14b33f6d9 Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Sat, 23 Jun 2018 11:39:09 +0200 Subject: [PATCH] Fetch removal commands from release team --- config/debian/pointrelease | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/config/debian/pointrelease b/config/debian/pointrelease index 9b25c2fd..40e16ec0 100755 --- a/config/debian/pointrelease +++ b/config/debian/pointrelease @@ -220,11 +220,17 @@ if [[ ${suitename} != jessie ]]; then fi log "RM time" -# FIXME: Nicer ways please -dak rm -h -echo "Check with RMs if there are any removals to do, if so, please just enter full dak rm line here." +if ${wget} -O "removallist" "${release_base}/removals.${target_suite}"; then + echo "Please check removallist file, I am going to run it as shell script when you confirm" + confirm + $EDITOR removallist + bash removallist +fi + +echo "Any more removals to be done?" echo "If nothing - or done, just end with an empty line" hadrms=0 + # Blindly ignore errors in dak rm set +e while :; do -- GitLab