]> piware.de Git - bin.git/commitdiff
update-chroots: use dchroot -a
authormartin@piware.de <>
Tue, 19 Dec 2006 16:36:57 +0000 (17:36 +0100)
committermartin@piware.de <>
Tue, 19 Dec 2006 16:36:57 +0000 (17:36 +0100)
update-chroots

index 5c20ecb874092bd63d8b29d31963776f6c202fea..c126d1ddd3b837931fae6d7aa7c9dd2cea9fd51d 100755 (executable)
@@ -1,4 +1,3 @@
 #!/bin/sh
 dchroot -a -- 'apt-get update'
-dchroot -d -c breezy -- 'apt-get -u -y dist-upgrade'
-dchroot -d -c dapper -- 'apt-get -u -y dist-upgrade'
+dchroot -a -- 'apt-get -u -y dist-upgrade'