[opensuse-buildservice] Built package doesn't appear in the download repository
Hi, In systemsmanagement:chef:master[1] I build the package rpm.SLE_11[2]. The package never appears in the download repository[3] of the project. Why is this and how can I change this? The binary exists and can be downloaded manually[4]. Thanks, Nanuk [1]: https://build.opensuse.org/project/show?project=systemsmanagement%3Achef%3Am... [2]: https://build.opensuse.org/package/binaries?package=rpm.SLE_11&project=systemsmanagement%3Achef%3Amaster&repository=SLE_11_SP2 [3]: https://build.opensuse.org/project/repository_state?project=systemsmanagement%3Achef%3Amaster&repository=SLE_11_SP2 [4]: https://build.opensuse.org/package/binaries?package=rpm.SLE_11&project=systemsmanagement%3Achef%3Amaster&repository=SLE_11_SP2 -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
On Wednesday, January 16, 2013 10:50:35 Nanuk Krinner wrote:
Hi,
In systemsmanagement:chef:master[1] I build the package rpm.SLE_11[2]. The package never appears in the download repository[3] of the project. Why is this and how can I change this?
The binary exists and can be downloaded manually[4].
Thanks, Nanuk
You disabled publishing, check: https://build.opensuse.org/package/repositories?package=rpm.SLE_11&project=systemsmanagement%3Achef%3Amaster Just enable publishing there and you should be fine, Andreas -- Andreas Jaeger aj@{suse.com,opensuse.org} Twitter/Identica: jaegerandi SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany GF: Jeff Hawn,Jennifer Guild,Felix Imendörffer,HRB16746 (AG Nürnberg) GPG fingerprint = 93A3 365E CE47 B889 DF7F FED1 389A 563C C272 A126 -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
Hi, On 01/16/2013 11:02 AM, Andreas Jaeger wrote: [...]
You disabled publishing, check:
Ouch, I totally forgot to check that. Thanks Andreas and Andreas. Regards, Nanuk -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
Nanuk Krinner <nkrinner@suse.de> writes:
In systemsmanagement:chef:master[1] I build the package rpm.SLE_11[2]. The package never appears in the download repository[3] of the project. Why is this
You have explicitly disabled publishing. $ osc meta pkg systemsmanagement:chef:master/rpm.SLE_11 <package name="rpm.SLE_11" project="systemsmanagement:chef:master"> <title></title> <description></description> <build> <disable/> <enable repository="SLE_11_SP2"/> <enable repository="SLE_11"/> </build> <publish> <disable/> </publish> </package> Andreas. -- Andreas Schwab, SUSE Labs, schwab@suse.de GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7 "And now for something completely different." -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
participants (3)
-
Andreas Jaeger
-
Andreas Schwab
-
Nanuk Krinner