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 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