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