On Fri, 11 Feb 2022 at 08:44, Pavel Zhukov <[email protected]> wrote: > + for uri in test_uris: > + try: > + if check_all: > + fetcher = bb.fetch2.Fetch(test_uris, data) > + else: > + fetcher = bb.fetch2.Fetch([uri], data) > + fetcher.checkstatus() > + return retval
This seems like it's overcomplicating things to me. example.com was having uptime issues, and we can change it to www.yoctoproject.org so that we know in advance of expected downtime, and have direct contact with the people responsible for keeping it up. So let's just change the URL to www.yoctoproject.org instead of adding more variables and non-trivial logic. Ross
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#161641): https://lists.openembedded.org/g/openembedded-core/message/161641 Mute This Topic: https://lists.openembedded.org/mt/89066994/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
