[opensuse-packaging] Building against 13.1
Hi, I have branched a package that I need for 13.1. The repo is marked as deleted, but OBS offers to 'Add additional path to this repository' There is for example http://download.opensuse.org/distribution/13.1/repo/oss/ or http://download.opensuse.org/update/13.1/ available which may work - but the OBS website does not accept the entries. Any recommendation? Thanks Axel -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
On Freitag, 10. Februar 2017, 13:20:17 CET wrote Axel Braun:
Hi,
I have branched a package that I need for 13.1. The repo is marked as deleted, but OBS offers to 'Add additional path to this repository' There is for example http://download.opensuse.org/distribution/13.1/repo/oss/ or http://download.opensuse.org/update/13.1/ available which may work - but the OBS website does not accept the entries.
not sure where you looked on OBS website, but it works definitive when you edit the project meta eg via: osc meta prj -e $YOUR_PROJECT openSUSE:13.1/standard repository still exists in OBS.
Any recommendation?
Thanks Axel
-- Adrian Schroeter email: adrian@suse.de SUSE Linux GmbH, GF: Felix Imendörffer, Jane Smithard, Graham Norton, HRB 21284 (AG Nürnberg) Maxfeldstraße 5 90409 Nürnberg Germany -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
Am Freitag, 10. Februar 2017, 13:26:31 CET schrieb Adrian Schröter:
On Freitag, 10. Februar 2017, 13:20:17 CET wrote Axel Braun:
Hi,
I have branched a package that I need for 13.1. The repo is marked as deleted, but OBS offers to 'Add additional path to this repository' There is for example http://download.opensuse.org/distribution/13.1/repo/oss/ or http://download.opensuse.org/update/13.1/ available which may work - but the OBS website does not accept the entries.
not sure where you looked on OBS website, but it works definitive when you edit the project meta eg via:
osc meta prj -e $YOUR_PROJECT
openSUSE:13.1/standard repository still exists in OBS.
I see. The meta of the branched package refers to the configuration of the original project: <repository name="openSUSE_13.1"> <path project="deleted" repository="deleted"/> <arch>i586</arch> <arch>x86_64</arch> </repository> Replaced with <repository name="openSUSE_13.1"> <path project="openSUSE:13.1" repository="standard"/> <arch>i586</arch> <arch>x86_64</arch> </repository> brings back 13.1. Now I need to resolve the missingother packages.... Thanks Axel -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
participants (2)
-
Adrian Schröter
-
Axel Braun