chiark / gitweb /
adding build-deps of installation-guide
[dsa-metapackages.git] / upgrade-porter-chroots
old mode 100644 (file)
new mode 100755 (executable)
index 9596f84..d9a8eb7
@@ -1,7 +1,11 @@
 #!/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;
+       echo; echo $d; echo
        chroot /chroot/$d apt-get update &&
        chroot /chroot/$d apt-get dist-upgrade -y &&
        chroot /chroot/$d apt-get clean &&