From 4fdd13cc0c0b4f3373d9dd500b34654db23da639 Mon Sep 17 00:00:00 2001 From: Steve McIntyre Date: Thu, 21 Mar 2019 13:03:11 +0000 Subject: [PATCH] Add more info when removing old dedications --- tools/start_new_disc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/start_new_disc b/tools/start_new_disc index f2abcd8c..5adda9b7 100755 --- a/tools/start_new_disc +++ b/tools/start_new_disc @@ -256,6 +256,8 @@ if [ $DISKNUM = 1 ] ; then if [ "$OMIT_DOC_TOOLS" != "1" ]; then echo " Adding docs to CD1" $BASEDIR/tools/add_files $CDDIR $MIRROR doc + + echo " Removing old dedications" DEBMAINVER="`echo $DEBVERSION | sed -e 's/[ _r].*//;s/\..*//'`" find $CDDIR/doc -name "dedication-*" | grep -v "$DEBMAINVER" | xargs rm -vf find $CDDIR/doc -name "debian-keyring.tar.gz" | xargs rm -f