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=s...
[3]: https://build.opensuse.org/project/repository_state?project=systemsmanagemen...
[4]: https://build.opensuse.org/package/binaries?package=rpm.SLE_11&project=s...
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&proje...
Just enable publishing there and you should be fine,
Andreas
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
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.
buildservice@lists.opensuse.org