From b37af9ed4f8cfb6b84e4946eb30c8d094c829665 Mon Sep 17 00:00:00 2001 From: "Dr. Peter Poeml" Date: Thu, 17 Jul 2008 17:46:21 +0000 Subject: [PATCH] add more information about aggregation of packages, and a link to the wiki page about it. --- osc/commandline.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/osc/commandline.py b/osc/commandline.py index 11711312..19f7ba03 100755 --- a/osc/commandline.py +++ b/osc/commandline.py @@ -657,6 +657,14 @@ Please submit there instead, or use --nodevelproject to force direct submission. def do_aggregatepac(self, subcmd, opts, *args): """${cmd_name}: "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/Build_Service/Tips_and_Tricks#_link_and__aggregate + for more information. + The DESTPAC name is optional; the source packages' name will be used if DESTPAC is omitted.