[opensuse-buildservice] enable packages for a certain target
![](https://seccdn.libravatar.org/avatar/1dfd44208f79ea277c718b3f78367486.jpg?s=120&d=mm&r=g)
Hi there, wouldn't it make sense to add an <enable> tag along the lines of the <disable> tag that we already introduced some time ago? Being able to disable all targets with one line and then add just the targets that you want to build a package for, would be nice to have IMO. It's getting quite annoying to disable package that you just need on old dists, when you add new targets to your project. Comments, criticism, better ideas? ;) Regards, Christoph --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
![](https://seccdn.libravatar.org/avatar/bc67c2666cfb0f5c7770293291610cc9.jpg?s=120&d=mm&r=g)
On Mon, Oct 09, 2006 at 11:55:08AM +0200, Christoph Thiel wrote:
Hi there,
wouldn't it make sense to add an <enable> tag along the lines of the <disable> tag that we already introduced some time ago? Being able to disable all targets with one line and then add just the targets that you want to build a package for, would be nice to have IMO. It's getting quite annoying to disable package that you just need on old dists, when you add new targets to your project.
Comments, criticism, better ideas? ;)
I've already suggested this to Andreas. The buildservice would build for all repos/archs that are either enabled or not disabled. If there's an enable tag but no disable tag, a "disable" all is added internally. Cheers, Michael. -- Michael Schroeder mls@suse.de main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);} --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
![](https://seccdn.libravatar.org/avatar/d4ea3e88e16cfaf85cd12dcabff1eafa.jpg?s=120&d=mm&r=g)
Michael Schroeder wrote:
I've already suggested this to Andreas. The buildservice would build for all repos/archs that are either enabled or not disabled. If there's an enable tag but no disable tag, a "disable" all is added internally.
I would suggest using a different keyword for that case, "enable" for actualy selecting can potentially cause confusion. Marian --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
![](https://seccdn.libravatar.org/avatar/bc67c2666cfb0f5c7770293291610cc9.jpg?s=120&d=mm&r=g)
On Mon, Oct 09, 2006 at 02:44:39PM +0000, Marian Jancar wrote:
Michael Schroeder wrote:
I've already suggested this to Andreas. The buildservice would build for all repos/archs that are either enabled or not disabled. If there's an enable tag but no disable tag, a "disable" all is added internally.
I would suggest using a different keyword for that case, "enable" for actualy selecting can potentially cause confusion.
Why? It's not "selecting", it's just exception handling. Same as exclude/include rules in rsync. I.e. when both "disable" and "enable" match, enable takes precedence. Cheers, Michael. -- Michael Schroeder mls@suse.de main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);} --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
participants (3)
-
Christoph Thiel
-
Marian Jancar
-
Michael Schroeder