Adding respository to build flags in OBS

I would like to add Leap 42.2 to the build flags for a package on OBS. The package in question is:

https://build.opensuse.org/repositories/home:boehringers/ogs

I could not find an option/instructions as to how to achieve this.

Thank you very much in advance.

Hi
You need to be logged in and up a level;

From here select 'Add repositories; then hit the checkbox for openSUSE 42.2.

This adds to the project, this will propagate to the packages in the project, or if you disable at the top level, you can then enable on a per package basis.

I usually do it on command line with “osc meta prj -e”. It is XML file with more or less self-explanatory content. Just copy any existing repository definition.

Thank you very much. That solved the issue.