GRMLBASE.var: set maximum number of packages installed at a time to 3000.
authorMichael Prokop <mika@grml.org>
Fri, 3 Jun 2011 14:49:52 +0000 (16:49 +0200)
committerMichael Prokop <mika@grml.org>
Fri, 3 Jun 2011 14:49:56 +0000 (16:49 +0200)
commit9ecfe247e7be30841a5bfb893cc4a9cf3c45be70
treef80bdf70934f85499adf79d3b027c9559b2f7ffc
parentc9ebd4a91cada380bc8d65ea75c5f09da3a89630
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.
etc/grml/fai/config/class/GRMLBASE.var