[opensuse-buildservice] Ubuntu 16.04
JFYI, The universe repo exists as optional build target now in Ubuntu:16.04 project since ubuntu 16.04 has many critical devel packages moved there. You need to change from "standard" repo to "universe" to use it. The default remains to be standard (aka main) for now. bye adrian -- 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-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
On 29.04.2016 10:31, Adrian Schröter wrote:
You need to change from "standard" repo to "universe" to use it. The default remains to be standard (aka main) for now. Is it possible for standard an universe to coexist? Cheers
-- Mathias Radtke -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
On Freitag, 29. April 2016, 11:00:23 wrote Mathias Radtke:
On 29.04.2016 10:31, Adrian Schröter wrote:
You need to change from "standard" repo to "universe" to use it. The default remains to be standard (aka main) for now. Is it possible for standard an universe to coexist?
I do not really understand the question. Universe is a layer on top of main/standard. Yes, you could build two times, one time for main and another time for universe (which fallsback to main). But it should not make a difference in the result. It would be just a waste of resources. -- 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-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
On 29.04.2016 11:02, Adrian Schröter wrote:
On Freitag, 29. April 2016, 11:00:23 wrote Mathias Radtke:
On 29.04.2016 10:31, Adrian Schröter wrote:
You need to change from "standard" repo to "universe" to use it. The default remains to be standard (aka main) for now. Is it possible for standard an universe to coexist? I do not really understand the question. Universe is a layer on top of main/standard.
Yes, you could build two times, one time for main and another time for universe (which fallsback to main). But it should not make a difference in the result. It would be just a waste of resources.
For now adding updates also fixed my current problem with the package 'ant'. How do I enable other Ubuntu16.04 repositories like universe and updates on our local instance? We have a link to the openSUSE.org project. Cheers -- Mathias Radtke -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
On Freitag, 29. April 2016, 13:49:40 wrote Mathias Radtke:
On 29.04.2016 11:02, Adrian Schröter wrote:
On Freitag, 29. April 2016, 11:00:23 wrote Mathias Radtke:
On 29.04.2016 10:31, Adrian Schröter wrote:
You need to change from "standard" repo to "universe" to use it. The default remains to be standard (aka main) for now. Is it possible for standard an universe to coexist? I do not really understand the question. Universe is a layer on top of main/standard.
Yes, you could build two times, one time for main and another time for universe (which fallsback to main). But it should not make a difference in the result. It would be just a waste of resources.
For now adding updates also fixed my current problem with the package 'ant'.
How do I enable other Ubuntu16.04 repositories like universe and updates on our local instance? We have a link to the openSUSE.org project.
You can refer to anything in openSUSE.org then. Just add the openSUSE.org prefix to your project names. So, for using universe, your repo setup should look like this: <project name="YOUR_LOCAL_PROJECT"> ... <repository name="xUbuntu_16.04"> <path project="openSUSE.org:Ubuntu:16.04" repository="universe"/> ... -- 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-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
On 02.05.2016 09:15, Adrian Schröter wrote:
On Freitag, 29. April 2016, 13:49:40 wrote Mathias Radtke:
On 29.04.2016 11:02, Adrian Schröter wrote:
On Freitag, 29. April 2016, 11:00:23 wrote Mathias Radtke:
On 29.04.2016 10:31, Adrian Schröter wrote:
You need to change from "standard" repo to "universe" to use it. The default remains to be standard (aka main) for now. Is it possible for standard an universe to coexist? I do not really understand the question. Universe is a layer on top of main/standard.
Yes, you could build two times, one time for main and another time for universe (which fallsback to main). But it should not make a difference in the result. It would be just a waste of resources.
For now adding updates also fixed my current problem with the package 'ant'.
How do I enable other Ubuntu16.04 repositories like universe and updates on our local instance? We have a link to the openSUSE.org project. You can refer to anything in openSUSE.org then. Just add the openSUSE.org prefix to your project names.
So, for using universe, your repo setup should look like this:
<project name="YOUR_LOCAL_PROJECT"> ... <repository name="xUbuntu_16.04"> <path project="openSUSE.org:Ubuntu:16.04" repository="universe"/> ... Hi works. Thanks. Was thinking that it sould be possible to do this via standard repository edit. Did it via XML-edit. Cheers
-- Mathias Radtke --- http://uib.de/de/support-schulung/schulung/ --- uib gmbh Bonifaziusplatz 1B 55118 Mainz Tel. 06131 / 27561-16 <phone:061312756116> Fax 06131 / 27561-22 <phone:061312756122> E-Mail: m.radtke@uib.de Internet: www.uib.de Geschäftsführer: dr. detlef oertel & erol ueluekmen Handelsregister: Amtsgericht Mainz HRB 6942 -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
On Montag, 2. Mai 2016, 09:22:50 wrote Mathias Radtke:
On 02.05.2016 09:15, Adrian Schröter wrote:
On Freitag, 29. April 2016, 13:49:40 wrote Mathias Radtke:
On 29.04.2016 11:02, Adrian Schröter wrote:
On Freitag, 29. April 2016, 11:00:23 wrote Mathias Radtke:
On 29.04.2016 10:31, Adrian Schröter wrote:
You need to change from "standard" repo to "universe" to use it. The default remains to be standard (aka main) for now. Is it possible for standard an universe to coexist? I do not really understand the question. Universe is a layer on top of main/standard.
Yes, you could build two times, one time for main and another time for universe (which fallsback to main). But it should not make a difference in the result. It would be just a waste of resources.
For now adding updates also fixed my current problem with the package 'ant'.
How do I enable other Ubuntu16.04 repositories like universe and updates on our local instance? We have a link to the openSUSE.org project. You can refer to anything in openSUSE.org then. Just add the openSUSE.org prefix to your project names.
So, for using universe, your repo setup should look like this:
<project name="YOUR_LOCAL_PROJECT"> ... <repository name="xUbuntu_16.04"> <path project="openSUSE.org:Ubuntu:16.04" repository="universe"/> ... Hi works. Thanks. Was thinking that it sould be possible to do this via standard repository edit. Did it via XML-edit.
You can add local definitions of the simple webui interface by editing osc api -e /distributions -- 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-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
On Fri, Apr 29, 2016 at 10:31:27AM +0200, Adrian Schröter wrote:
The universe repo exists as optional build target now in Ubuntu:16.04 project since ubuntu 16.04 has many critical devel packages moved there.
You need to change from "standard" repo to "universe" to use it. The default remains to be standard (aka main) for now.
Could you please add Prefer: pkg-config to the project config? Universe ships pkgconf, which also provides pkg-config. Regards, Martin -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
On Freitag, 29. April 2016, 22:09:29 wrote Martin Koegler:
On Fri, Apr 29, 2016 at 10:31:27AM +0200, Adrian Schröter wrote:
The universe repo exists as optional build target now in Ubuntu:16.04 project since ubuntu 16.04 has many critical devel packages moved there.
You need to change from "standard" repo to "universe" to use it. The default remains to be standard (aka main) for now.
Could you please add Prefer: pkg-config to the project config?
Universe ships pkgconf, which also provides pkg-config.
Added a de-prefer to pkconf instead. thanks! adrian -- 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-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
participants (3)
-
Adrian Schröter
-
Martin Koegler
-
Mathias Radtke