
# liquiderz@gmail.com / 2014-05-13 00:18:14 +0200:
Hi,
Is there a way to have the the built binaries of a subproject published in the main (home) project repositories? Or more generally, to have the built binaries of any project published (copied/symlinked, not separately built) in any other project's repositories (assuming the owner is the same and a single GPG key is valid for both repos)?
is this what you're after? roman@wrench ~ 0 1001 0 > osc help aggregatepac aggregatepac: "Aggregate" a package to another package Aggregation of a package means that the build results (binaries) of a package are basically copied into another project. This can be used to make packages available from building that are needed in a project but available only in a different project. Note that this is done at the expense of disk space. See http://en.opensuse.org/openSUSE:Build_Service_Tips_and_Tricks#link_and_aggre... for more information. The DESTPAC name is optional; the source packages' name will be used if DESTPAC is omitted. usage: osc aggregatepac SOURCEPRJ SOURCEPAC DESTPRJ [DESTPAC] Options: -h, --help show this help message and exit -d, --disable-publish disable publishing of the aggregated package -m SRC=TARGET[,SRC=TARGET], --map-repo=SRC=TARGET[,SRC=TARGET] Allows repository mapping(s) to be given as SRC=TARGET[,SRC=TARGET] --nosources ignore source packages when copying build results to destination project -- roman -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org