Hi,
we are running a local obs. Our Projects are building fine with Leap 15.2 and older version of openSUSE. RPMs for Leap 15.3 are build, but local repositories for Leap 15.3 are missing the directories repodata and repocache which obs should create and fill. Zypper can't read those repos. An example:
/srv/obs/repos/<project>/openSUSE_Leap_15.2: noarch repocache repodata src x86_64
/srv/obs/repos/<project>/openSUSE_Leap_15.3: noarch src x86_64
Any clue how to fix this?
Thanks and best regards Jan
Am 29.09.21 um 13:31 schrieb Jan Klever:
we are running a local obs. Our Projects are building fine with Leap 15.2 and older version of openSUSE. RPMs for Leap 15.3 are build, but local repositories for Leap 15.3 are missing the directories repodata and repocache which obs should create and fill. Zypper can't read those repos. An example:
/srv/obs/repos/<project>/openSUSE_Leap_15.2: noarch repocache repodata src x86_64
/srv/obs/repos/<project>/openSUSE_Leap_15.3: noarch src x86_64
Any clue how to fix this?
solved. Solution: add following lines to configuration of project/show/openSUSE.org:Leap:15.3
%if "%_project" == "openSUSE:Leap:15.3" Repotype: rpm-md %endif
Seems as if autodetection of repotype doesn't work for 15.3
Regards Jan
buildservice@lists.opensuse.org