From 507fbb3c3a68b0670c4270e09f382f079ff7d543 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Mon, 16 Mar 2009 23:47:31 +0100 Subject: [PATCH 1/1] Print which chroot we are working on --- debian/changelog | 3 ++- upgrade-porter-chroots | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) 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 && -- 2.30.2