[opensuse-buildservice] aggregate only certain subpackages
Hi, is it possible to aggregate only certain subpackages? devel:libraries:c_c++/curl builds curl.rpm, libcurl-devel.rpm, libcurl4.rpm and curl-ca-bundle.rpm. devel:languages:python needs libcurl-devel.rpm and libcurl4.rpm, but not curl (because we don't want to update this package on users' systems). Peter tried: cat devel:languages:python/curl/_aggregate <aggregatelist> <aggregate project="devel:libraries:c_c++"> <package>libcurl-devel</package> <package>libcurl4</package> </aggregate> </aggregatelist> but this doesn't seem to work. The webui shows "succeeded" for 10.1..10.3, but there are no rpms on the api or in the download repo (it's been ~ 1 hour since the change). There's always the option of not building curl.rpm in devel:libraries:c_c++ at all, but I'd have to find another place for this package then. Michal --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
On Tue, Feb 12, 2008 at 12:26:45PM +0100, Michal Marek wrote:
Hi,
is it possible to aggregate only certain subpackages? devel:libraries:c_c++/curl builds curl.rpm, libcurl-devel.rpm, libcurl4.rpm and curl-ca-bundle.rpm. devel:languages:python needs libcurl-devel.rpm and libcurl4.rpm, but not curl (because we don't want to update this package on users' systems).
Try <binary> instead of <package>. (You can also use both if you want to select a specific package.) Cheers, Michael. -- Michael Schroeder mls@suse.de SUSE LINUX Products GmbH, GF Markus Rex, HRB 16746 AG Nuernberg 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
Michael Schroeder wrote:
On Tue, Feb 12, 2008 at 12:26:45PM +0100, Michal Marek wrote:
is it possible to aggregate only certain subpackages?
Try <binary> instead of <package>. (You can also use both if you want to select a specific package.)
Thanks! That did the trick. Michal --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
participants (2)
-
Michael Schroeder
-
Michal Marek