Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-29 | implement indextargets option 'DefaultEnabled' | David Kalnischkies | |
Some targets like Contents-udeb are special-needs targets. Shipping the configuration snippet for them is okay, but they shouldn't be downloaded by default. Forcing the user to enable targets by uncommenting targets is wrong and this would still not really solve the problem completely as even if you want to download some -udebs it will probably not be for all sources you have enabled, so having the possibility of disabling a target by default, but giving the user the option to enable it on a per-source entry basis is better. | |||
2015-08-27 | allow explicit dis/enable of IndexTargets in sources options | David Kalnischkies | |
While Target{,-Add,-Remove} is available for configuring IndexTargets already, allow Targets to be mentioned explicitely as yes/no options as well, so that the Target 'Contents' can be disabled via 'Contents: no' as well as 'Target-Remove: Contents'. |