Dne 21.10.2016 v 08:26 Pierre de Villemereuil napsal(a):
I'm interested in the config features below, so I tried DownloadInHeaps, which seemed very interesting and a good compromise, but it downloaded everything in advance. I would expect some independent "heaps" to be downloaded and installed separately like Plasma on one side, KDE Apps on the other... I even had an Owncloud update coming from another repo, I would have expected it to be a separate "heap".
No, heaps are not defined by package groups but by package dependencies, see below.
Is there something I'm missing?
Zypper supports heaps, but no "heaps" are defined, AFAIK.
No, see this snippet from the /etc/zypp/zypp.conf file: ## DownloadInHeaps, Similar to DownloadInAdvance, but try to split ## the transaction into heaps, where at the end of ## each heap a consistent system state is reached. So if you need to update some core package (e.g. glibc) then the result might be that you need to update *all* packages at once because you might not be able to split the package updates into consistent heaps. But the core problem is that libzypp does not implement the "DownloadInHeaps" mode fully, currently is supports only a single heap which means it behaves just like the "DownloadInAdvance" mode. See https://github.com/openSUSE/libzypp/blob/458ecc2ba3354bef0b5d8aaf7bccc9da3d1... -- Ladislav Slezák YaST Developer SUSE LINUX, s.r.o. Corso IIa Křižíkova 148/34 18600 Praha 8 -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org