From: Peter Palfrader Date: Mon, 16 Mar 2009 22:47:31 +0000 (+0100) Subject: Print which chroot we are working on X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dsa-metapackages.git;a=commitdiff_plain;h=507fbb3c3a68b0670c4270e09f382f079ff7d543;hp=38e3a718e4f321059be08fcb0f1e1613cef27f6e Print which chroot we are working on --- diff --git a/debian/changelog b/debian/changelog index 5fb466a..f00fc28 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,9 @@ debian.org (13.X) stable; urgency=low * Do the chroots on pergolesi also. + * Print which chroot we're working on. - -- Peter Palfrader Mon, 16 Mar 2009 23:46:36 +0100 + -- Peter Palfrader Mon, 16 Mar 2009 23:47:11 +0100 debian.org (13) stable; urgency=low diff --git a/upgrade-porter-chroots b/upgrade-porter-chroots index 69b8347..d9a8eb7 100644 --- a/upgrade-porter-chroots +++ b/upgrade-porter-chroots @@ -5,6 +5,7 @@ for d in etch lenny squeeze sid \ etch_amd64 lenny_amd64 squeeze_amd64 sid_amd64 \ ; do [ -d /chroot/$d ] || continue; + echo; echo $d; echo chroot /chroot/$d apt-get update && chroot /chroot/$d apt-get dist-upgrade -y && chroot /chroot/$d apt-get clean &&