CentOS 8 EOL and OBS
Hi, with CentOS 8 being EOL, and the binary repositories now gone: * will building packages for CentOS 8 keep working in the public OBS? * will building packages for CentOS 8 keep working in private instances for OBS? Right now, both are still working. I guess this is because of cached packages, that will expire at some point and then it starts failing? Or is the public OBS possibly building all of the CentOS packages and that gets used instead of the official repositories, and it will keep on working for some years? If that assumption is true, is that also where the private OBS instances download packages from? Thanks! Best, Oliver
On Freitag, 18. Februar 2022, 09:18:09 CET Oliver Smith wrote:
Hi,
with CentOS 8 being EOL, and the binary repositories now gone:
* will building packages for CentOS 8 keep working in the public OBS?
* will building packages for CentOS 8 keep working in private instances for OBS?
Right now, both are still working. I guess this is because of cached packages, that will expire at some point and then it starts failing?
Yes, this will happen. We can configure any public mirror of these repositories though.
Or is the public OBS possibly building all of the CentOS packages and that gets used instead of the official repositories, and it will keep on working for some years? If that assumption is true, is that also where the private OBS instances download packages from?
You can not really depend on caches, they can go away. However, as said before, if someone provides a mirror, which we can also verify (eg. original signed rpm repository), it can remain. Questions is of course what it is helping. You shouldn't run it anymore, when there are no official updates anymore... -- Adrian Schroeter <adrian@suse.de> Build Infrastructure Project Manager SUSE Software Solutions Germany GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany (HRB 36809, AG Nürnberg) Geschäftsführer: Ivo Totev
On Freitag, 18. Februar 2022, 09:46:40 CET Adrian Schröter wrote:
On Freitag, 18. Februar 2022, 09:18:09 CET Oliver Smith wrote:
Hi,
with CentOS 8 being EOL, and the binary repositories now gone:
* will building packages for CentOS 8 keep working in the public OBS?
* will building packages for CentOS 8 keep working in private instances for OBS?
Right now, both are still working. I guess this is because of cached packages, that will expire at some point and then it starts failing?
Yes, this will happen. We can configure any public mirror of these repositories though.
and this actually already happend for CentOS 8... -- Adrian Schroeter <adrian@suse.de> Build Infrastructure Project Manager SUSE Software Solutions Germany GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany (HRB 36809, AG Nürnberg) Geschäftsführer: Ivo Totev
On Fri, Feb 18, 2022 at 09:59:34AM +0100, Adrian Schröter wrote:
On Freitag, 18. Februar 2022, 09:46:40 CET Adrian Schröter wrote:
On Freitag, 18. Februar 2022, 09:18:09 CET Oliver Smith wrote:
Hi,
with CentOS 8 being EOL, and the binary repositories now gone:
* will building packages for CentOS 8 keep working in the public OBS?
* will building packages for CentOS 8 keep working in private instances for OBS?
Right now, both are still working. I guess this is because of cached packages, that will expire at some point and then it starts failing?
Yes, this will happen. We can configure any public mirror of these repositories though.
and this actually already happend for CentOS 8...
(I.e. we changed to urls to "https://vault.centos.org/8.5.2111".) Cheers, Michael. -- Michael Schroeder SUSE Software Solutions Germany GmbH mls@suse.de GF: Felix Imendoerffer HRB 36809, AG Nuernberg main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);}
Hi Adrian, Hi Michael, thank you very much for the answers! Best, Oliver On 2/18/22 10:03, Michael Schroeder wrote:
On Fri, Feb 18, 2022 at 09:59:34AM +0100, Adrian Schröter wrote:
On Freitag, 18. Februar 2022, 09:46:40 CET Adrian Schröter wrote:
On Freitag, 18. Februar 2022, 09:18:09 CET Oliver Smith wrote:
Hi,
with CentOS 8 being EOL, and the binary repositories now gone:
* will building packages for CentOS 8 keep working in the public OBS?
* will building packages for CentOS 8 keep working in private instances for OBS?
Right now, both are still working. I guess this is because of cached packages, that will expire at some point and then it starts failing?
Yes, this will happen. We can configure any public mirror of these repositories though.
and this actually already happend for CentOS 8...
(I.e. we changed to urls to "https://vault.centos.org/8.5.2111".)
Cheers, Michael.
-- - Oliver Smith <osmith@sysmocom.de> https://www.sysmocom.de/ ======================================================================= * sysmocom - systems for mobile communications GmbH * Alt-Moabit 93 * 10559 Berlin, Germany * Sitz / Registered office: Berlin, HRB 134158 B * Geschaeftsfuehrer / Managing Director: Harald Welte
Where does one configure an alternative mirror (in a private OBS instance)? I've tried to find this on my own, but couldn't find it so far. Where I've looked: * documentation * project config: https://build.opensuse.org/projects/CentOS:CentOS-8/prjconf * grep for centos.org in /srv/obs (found a 404 in the scheduler log though, trying to download a package) * grep in various other obs related directories * grep in open-build-service.git Thanks! On 2/18/22 15:13, Oliver Smith wrote:
Hi Adrian, Hi Michael,
thank you very much for the answers!
Best, Oliver
On 2/18/22 10:03, Michael Schroeder wrote:
On Fri, Feb 18, 2022 at 09:59:34AM +0100, Adrian Schröter wrote:
On Freitag, 18. Februar 2022, 09:46:40 CET Adrian Schröter wrote:
On Freitag, 18. Februar 2022, 09:18:09 CET Oliver Smith wrote:
Hi,
with CentOS 8 being EOL, and the binary repositories now gone:
* will building packages for CentOS 8 keep working in the public OBS?
* will building packages for CentOS 8 keep working in private instances for OBS?
Right now, both are still working. I guess this is because of cached packages, that will expire at some point and then it starts failing?
Yes, this will happen. We can configure any public mirror of these repositories though.
and this actually already happend for CentOS 8...
(I.e. we changed to urls to "https://vault.centos.org/8.5.2111".)
Cheers, Michael.
-- - Oliver Smith <osmith@sysmocom.de> https://www.sysmocom.de/ ======================================================================= * sysmocom - systems for mobile communications GmbH * Alt-Moabit 93 * 10559 Berlin, Germany * Sitz / Registered office: Berlin, HRB 134158 B * Geschaeftsfuehrer / Managing Director: Harald Welte
On Dienstag, 22. Februar 2022, 13:08:18 CET Oliver Smith wrote:
Where does one configure an alternative mirror (in a private OBS instance)?
I've tried to find this on my own, but couldn't find it so far. Where I've looked: * documentation
Here? https://openbuildservice.org/help/manuals/obs-user-guide/cha.obs.concepts.ht...
* project config: https://build.opensuse.org/projects/CentOS:CentOS-8/prjconf * grep for centos.org in /srv/obs (found a 404 in the scheduler log though, trying to download a package) * grep in various other obs related directories * grep in open-build-service.git
Thanks!
On 2/18/22 15:13, Oliver Smith wrote:
Hi Adrian, Hi Michael,
thank you very much for the answers!
Best, Oliver
On 2/18/22 10:03, Michael Schroeder wrote:
On Fri, Feb 18, 2022 at 09:59:34AM +0100, Adrian Schröter wrote:
On Freitag, 18. Februar 2022, 09:46:40 CET Adrian Schröter wrote:
On Freitag, 18. Februar 2022, 09:18:09 CET Oliver Smith wrote:
Hi,
with CentOS 8 being EOL, and the binary repositories now gone:
* will building packages for CentOS 8 keep working in the public OBS?
* will building packages for CentOS 8 keep working in private instances for OBS?
Right now, both are still working. I guess this is because of cached packages, that will expire at some point and then it starts failing?
Yes, this will happen. We can configure any public mirror of these repositories though.
and this actually already happend for CentOS 8...
(I.e. we changed to urls to "https://vault.centos.org/8.5.2111".)
Cheers, Michael.
-- Adrian Schroeter <adrian@suse.de> Build Infrastructure Project Manager SUSE Software Solutions Germany GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany (HRB 36809, AG Nürnberg) Geschäftsführer: Ivo Totev
Thanks again, Adrian! On 2/22/22 13:33, Adrian Schröter wrote:
On Dienstag, 22. Februar 2022, 13:08:18 CET Oliver Smith wrote:
Where does one configure an alternative mirror (in a private OBS instance)?
I've tried to find this on my own, but couldn't find it so far. Where I've looked: * documentation
Here?
https://openbuildservice.org/help/manuals/obs-user-guide/cha.obs.concepts.ht...
* project config: https://build.opensuse.org/projects/CentOS:CentOS-8/prjconf * grep for centos.org in /srv/obs (found a 404 in the scheduler log though, trying to download a package) * grep in various other obs related directories * grep in open-build-service.git
Thanks!
On 2/18/22 15:13, Oliver Smith wrote:
Hi Adrian, Hi Michael,
thank you very much for the answers!
Best, Oliver
On 2/18/22 10:03, Michael Schroeder wrote:
On Fri, Feb 18, 2022 at 09:59:34AM +0100, Adrian Schröter wrote:
On Freitag, 18. Februar 2022, 09:46:40 CET Adrian Schröter wrote:
On Freitag, 18. Februar 2022, 09:18:09 CET Oliver Smith wrote: > Hi, > > with CentOS 8 being EOL, and the binary repositories now gone: > > * will building packages for CentOS 8 keep working in the public OBS? > > * will building packages for CentOS 8 keep working in private > instances for OBS? > > Right now, both are still working. I guess this is because of > cached packages, that will expire at some point and then it starts > failing?
Yes, this will happen. We can configure any public mirror of these repositories though.
and this actually already happend for CentOS 8...
(I.e. we changed to urls to "https://vault.centos.org/8.5.2111".)
Cheers, Michael.
-- - Oliver Smith <osmith@sysmocom.de> https://www.sysmocom.de/ ======================================================================= * sysmocom - systems for mobile communications GmbH * Alt-Moabit 93 * 10559 Berlin, Germany * Sitz / Registered office: Berlin, HRB 134158 B * Geschaeftsfuehrer / Managing Director: Harald Welte
participants (3)
-
Adrian Schröter
-
Michael Schroeder
-
Oliver Smith