From: Peter Palfrader Date: Mon, 16 Mar 2009 22:46:50 +0000 (+0100) Subject: Do the chroots on pergolesi also X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dsa-metapackages.git;a=commitdiff_plain;h=38e3a718e4f321059be08fcb0f1e1613cef27f6e Do the chroots on pergolesi also --- diff --git a/debian/changelog b/debian/changelog index 901d6fc..5fb466a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +debian.org (13.X) stable; urgency=low + + * Do the chroots on pergolesi also. + + -- Peter Palfrader Mon, 16 Mar 2009 23:46:36 +0100 + debian.org (13) stable; urgency=low * Spell testing differently. diff --git a/upgrade-porter-chroots b/upgrade-porter-chroots index 9596f84..69b8347 100644 --- a/upgrade-porter-chroots +++ b/upgrade-porter-chroots @@ -1,6 +1,9 @@ #!/bin/sh -for d in etch lenny squeeze sid; do +for d in etch lenny squeeze sid \ + etch_i386 lenny_i386 squeeze_i386 sid_i386 \ + etch_amd64 lenny_amd64 squeeze_amd64 sid_amd64 \ + ; do [ -d /chroot/$d ] || continue; chroot /chroot/$d apt-get update && chroot /chroot/$d apt-get dist-upgrade -y &&