From d132e19f89a63209fc1fa6636fe65caf5f75c99f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20Rodr=C3=ADguez?= Date: Fri, 18 Jan 2013 15:39:08 +0100 Subject: [PATCH 1/2] Make jail dist-upgrade run on non-interactive mode --- makepackage | 1 + 1 file changed, 1 insertion(+) diff --git a/makepackage b/makepackage index b112e9b..0c9caf1 100644 --- a/makepackage +++ b/makepackage @@ -175,6 +175,7 @@ do mv \$i \$i.real cp /bin/true \$i done +export DEBIAN_FRONTEND=noninteractive apt-get --force-yes -y dist-upgrade umount /proc EOF From ac10a85a426546bd45ee7ddd6a07040632af107d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20Rodr=C3=ADguez?= Date: Thu, 24 Jan 2013 23:00:06 +0100 Subject: [PATCH 2/2] Don't check grub2 updates in precise --- makepending | 1 + 1 file changed, 1 insertion(+) diff --git a/makepending b/makepending index 7a31d56..377891a 100644 --- a/makepending +++ b/makepending @@ -108,6 +108,7 @@ then # echo Upstream version in $UPSTREAM: $upstream 1>&2 [ $package = "grub2" -a $UPSTREAM = natty ] && continue [ $package = "grub2" -a $UPSTREAM = oneiric ] && continue +[ $package = "grub2" -a $UPSTREAM = precise ] && continue [ $package = "yelp" -a $UPSTREAM = natty ] && continue echo Current version in $DISTRO: $current