]> piware.de Git - bin.git/blobdiff - update-chroots
drop pbuilder, makechroot, dchroot, move to sbuild and schroot
[bin.git] / update-chroots
diff --git a/update-chroots b/update-chroots
deleted file mode 100755 (executable)
index 223f624..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-for f in /home/dchroot/*/etc/resolv.conf; do
-    cp /etc/resolv.conf $f;
-done
-if type eatmydata >/dev/null 2>/dev/null; then
-    E=eatmydata
-fi
-dchroot -a -- 'apt-get update'
-$E dchroot -a -- 'apt-get -u -y dist-upgrade'
-dchroot -a -- 'apt-get clean'
-$E pbuilder --update --basetgz /home/martin-scratch/images/quantal.tar.gz
-$E pbuilder clean