debian-forge/osbuild/util
Martin Sehnoutka 54d7128d65 util/rhsm: Implement a fallback to the previous behaviour
The problem is that some deployments might not have the redhat.repo
file, yet they might have the key and certificate to access Red Hat CDN.
If that was the case, the new approach would cause a regression compared
to the previous behavior.

This patch uses the previous method if the redhat.repo file is not
found or does not contain any matching URL.
2021-07-21 14:38:18 +02:00
..
__init__.py util: mark as module 2020-04-21 17:00:04 +02:00
checksum.py util: add new checksum related utilities 2021-05-12 14:26:16 +02:00
ctx.py util/ctx: extract suppress_oserror() 2020-05-11 18:05:12 +02:00
jsoncomm.py util/jsoncomm: add send_and_recv helper 2021-06-09 18:37:47 +01:00
linux.py osbuild: fix spelling mistakes found by codespell 2020-10-06 14:41:00 +02:00
lorax.py utils/lorax: add lorax template related helpers 2021-02-19 14:42:32 +00:00
osrelease.py util/osrelease: add default os-release paths 2020-10-21 11:13:28 +02:00
ostree.py utils/ostree: deployment path helper 2021-07-12 18:21:05 +02:00
path.py util/path: add path checker helper function 2021-06-28 19:07:42 +02:00
rhsm.py util/rhsm: Implement a fallback to the previous behaviour 2021-07-21 14:38:18 +02:00
rmrf.py util/rmrf: use immutable helpers 2020-04-21 14:46:02 +02:00
selinux.py util/selinux: add gefilecon helper 2020-06-15 20:36:48 +02:00
types.py util: add types module defining PathLike type 2020-07-27 12:50:38 +01:00