From: Michael Prokop Date: Fri, 3 Jun 2011 14:49:52 +0000 (+0200) Subject: GRMLBASE.var: set maximum number of packages installed at a time to 3000. X-Git-Tag: v0.15.0~56 X-Git-Url: https://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=9ecfe247e7be30841a5bfb893cc4a9cf3c45be70;hp=9ecfe247e7be30841a5bfb893cc4a9cf3c45be70 GRMLBASE.var: set maximum number of packages installed at a time to 3000. If we don't install all packages at once the packages are installed in batches of 99 packages at a time. Then packages which are requested for installation (via "foo" in a package config file) but fail to install can't be marked for uninstallation/ignoring (via "foo-") in classes (like IGNORE for buildd) because the "foo-" might be in a later batch whereas the failing installation runs in an earlier batch. Hopefully this doesn't require to much memory usage or breaks anything, but all the tests so far looked promising. ---