Missing repository metadata Leap 16 Alpha?

Recently installed the Leap 16 Alpha and it is already pretty stable. But I am wondering why I am experiencing errors trying to update

LANG=LC sudo zypper up
Refreshing service 'openSUSE'.
Retrieving repository 'https://download.opensuse.org/distribution/leap/16.0/repo/oss' metadata ........................................................................................................................................[error]
Repository 'https://download.opensuse.org/distribution/leap/16.0/repo/oss' is invalid.
[https-download.opensuse.org-6b310749|https://download.opensuse.org/distribution/leap/16.0/repo/oss] Failed to retrieve new repository metadata.
History:
 - [https-download.opensuse.org-6b310749|https://download.opensuse.org/distribution/leap/16.0/repo/oss] Repository type can't be determined.
Please check if the URIs defined for this repository are pointing to a valid repository.
Warning: Skipping repository 'https://download.opensuse.org/distribution/leap/16.0/repo/oss' because of the above error.
Retrieving repository 'repo-oss (16.0)' metadata ......................................................................................................................................................................................[error]
Repository 'repo-oss (16.0)' is invalid.
[openSUSE:repo-oss|http://cdn.opensuse.org/distribution/leap/16.0/repo/oss] Failed to retrieve new repository metadata.
History:
 - [openSUSE:repo-oss|http://cdn.opensuse.org/distribution/leap/16.0/repo/oss] Repository type can't be determined.
Please check if the URIs defined for this repository are pointing to a valid repository.
Warning: Skipping repository 'repo-oss (16.0)' because of the above error.
Some of the repositories have not been refreshed because of an error.
Loading repository data...
Reading installed packages...
Nothing to do.

Is there another repo i have to use?

PS: A single release tag leap-16-alpha is not possible to select?

Does using https://download.opensuse.org/distribution/leap/16.0/repo/oss/x86_64 work?

Try to add slash at the end:

https://download.opensuse.org/distribution/leap/16.0/repo/oss/

I don’t see “repodata” folder for Leap 16.0 repo https://download.opensuse.org/distribution/leap/16.0/repo/oss/
But I see it for x86_64/
https://download.opensuse.org/distribution/leap/16.0/repo/oss/x86_64/repodata/

You may use https://download.opensuse.org/repositories/openSUSE:/Leap:/16.0/standard/

Thanks for your answers. The repo files are generated by a service and I can´t change the urls.

leap6000:/etc/zypp/repos.d # tail -n +1 openSUSE\:repo-oss*
==> openSUSE:repo-oss-debug.repo <==
[openSUSE:repo-oss-debug]
name=repo-oss-debug (${releasever})
enabled=0
autorefresh=1
baseurl=http://cdn.opensuse.org/debug/distribution/leap/${releasever}/repo/oss
service=openSUSE

==> openSUSE:repo-oss-source.repo <==
[openSUSE:repo-oss-source]
name=repo-oss-source (${releasever})
enabled=0
autorefresh=1
baseurl=http://cdn.opensuse.org/source/distribution/leap/${releasever}/repo/oss
service=openSUSE

==> openSUSE:repo-oss.repo <==
[openSUSE:repo-oss]
name=repo-oss (${releasever})
enabled=1
autorefresh=1
baseurl=http://cdn.opensuse.org/distribution/leap/${releasever}/repo/oss
type=rpm-md
service=openSUSE

What stops you from disabling or removing this service?

I expected the service to know better :wink:

Actually changing to /x86_64 worked. Thanks

With losing support for some packages?
Use solution from reply #4.

BTW the service should have been fixed too.

Before switching to this repo, I had last updated 32 days ago. Afterward, zypper dup only upgraded 21 packages, of which nearly half came from repositories/KDE:/KDE3/16.0/. Are we sure that’s a sensible reconfiguration to employ? http://cdn.opensuse.org/distribution/leap/16.0/repo/oss/repodata/ remains unreachable/non-existent in the web browsers I tried with.

Read the solution to this topic.

I’m typing this while logged on our Leap 16 install - may or may not be helpful:

user@vbox:~ # zypper lr -d
# | Alias                                | Name                                                          | Enabled | GPG Check | Refresh | Priority | Type   | URI                                                            | Service
--+--------------------------------------+---------------------------------------------------------------+---------+-----------+---------+----------+--------+----------------------------------------------------------------+---------
1 | https-download.opensuse.org-e41e07d5 | https://download.opensuse.org/distribution/leap/16.0/repo/oss | Yes     | (r ) Yes  | Yes     |   99     | rpm-md | https://download.opensuse.org/distribution/leap/16.0/repo/oss  |
2 | openSUSE:repo-oss                    | repo-oss (16.0)                                               | Yes     | (r ) Yes  | Yes     |   99     | rpm-md | http://cdn.opensuse.org/distribution/leap/16.0/repo/oss        | openSUSE
3 | openSUSE:repo-oss-debug              | repo-oss-debug (16.0)                                         | No      | ----      | ----    |   99     | N/A    | http://cdn.opensuse.org/debug/distribution/leap/16.0/repo/oss  | openSUSE
4 | openSUSE:repo-oss-source             | repo-oss-source (16.0)                                        | No      | ----      | ----    |   99     | N/A    | http://cdn.opensuse.org/source/distribution/leap/16.0/repo/oss | openSUSE
user@vbox:~ #

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.