[opensuse-buildservice] howto aggregate packages from Leap 42.2

Hi. in my project home:rudi_m:musthave-kernel422 I'm trying to aggregate several packages from openSUSE:Leap:42.2:Update. "osc results" looks ok but "osc ls -b" still does not show any binaries. What am I doing wrong? $ osc meta prj home:rudi_m:musthave-kernel422 <project name="home:rudi_m:musthave-kernel422"> <title>musthave-kernel422</title> <description>binary kernel packages from Leap 42.2</description> <person userid="rudi_m" role="maintainer"/> <build> <enable/> </build> <debuginfo> <enable/> </debuginfo> <repository name="standard"> <releasetarget project="openSUSE:Leap:42.2:Update" repository="standard"/> <path project="openSUSE:Leap:42.2:Update" repository="standard"/> <arch>i586</arch> <arch>x86_64</arch> </repository> </project> $ cat home:rudi_m:musthave-kernel422/kernel-default/_aggregate <aggregatelist> <aggregate project="openSUSE:Leap:42.2:Update"> <package>kernel-default</package> </aggregate> </aggregatelist> cu, Rudi -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org

Am 26.09.2016 um 20:18 schrieb Ruediger Meier:
$ cat home:rudi_m:musthave-kernel422/kernel-default/_aggregate <aggregatelist> <aggregate project="openSUSE:Leap:42.2:Update"> <package>kernel-default</package>
Don't you need <binary></binary> and <repository/> options here?
</aggregate> </aggregatelist>
Regards, Andreas -- SUSE Linux GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany GF: Felix Imendörffer, Jane Smithard, Graham Norton HRB 21284 (AG Nürnberg) -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
participants (2)
-
Andreas Färber
-
Ruediger Meier