Mailinglist Archive: opensuse-buildservice (214 mails)
| < Previous | Next > |
Re: [opensuse-buildservice] macro to get current build project
- From: Marcus Hüwe <suse-tux@xxxxxx>
- Date: Sun, 26 Feb 2012 20:41:08 +0100
- Message-id: <20120226194107.GA2298@linux.uni-paderborn.de>
On 2012-02-26 13:05:54 -0500, Dominique Leuenberger a.k.a DimStar wrote:
Marcus
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@xxxxxxxxxxxx
To contact the owner, e-mail: opensuse-buildservice+owner@xxxxxxxxxxxx
It should be "PublishFilter" instead of "ExportFilter".
Quoting Jan Engelhardt <jengelh@xxxxxxxxxx>:
On Sunday 2012-02-26 17:46, Ruediger Meier wrote:
On Sunday 26 February 2012, Jan Engelhardt wrote:
However maybe it would be better to not publish these tarball rpms. It's
a bit pity that you cant't unpublish just a sub-package or is this
possible nowadays?
Wasn't it <publish><disable/></publish> combined with `osc
wipebinaries`?
Unpublishing a sub package only is not possible. It's all binaries
of the package that get wiped.
BUT: you can create a project filter to not have packages published at all.
osc meta -e prjconf <yourProject>
then add something like this to the config:
ExportFilter: ^MyNiftyPackage-.*\.rpm$ .
This is a simply regexp matching what you do not want published, all
other packages will get published (if so enabled).
Marcus
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@xxxxxxxxxxxx
To contact the owner, e-mail: opensuse-buildservice+owner@xxxxxxxxxxxx
| < Previous | Next > |