Currently afaik deltarpm=0 only works globally (yum.conf). It would be great to have that usable on a per-repo-basis as well. My usecase would be that due to a near, locally connected mirror via gbit fetching full files for certain repos is faster than rebuilding can ever be :-)
Hi, the "deltarpm" option (when non-zero) is the limit of the number of delta rebuild jobs, so it's "global" by nature. You can turn drpms off for specific repos with "deltarpm_percentage=0", which works per-repository, too. The use case of specifying "0" is even documented :) deltarpm_percentage When the relative size of delta vs pkg is larger than this, delta is not used. Default value is 75 (Deltas must be at least 25% smaller than the pkg). Use `0' to turn off delta rpm processing. Local repositories (with file:// baseurl) have delta rpms turned off by default.
Will give it a try, thanks. Though I did (!) look into the documentation, I didn't find this was already possible, like you write.