Compare commits
No commits in common. "f40675f3d28aa6b3f4aedff706da4fc0e5910bbe" and "79a8553e9c52a669acfa4980fd7017ae7f2eace8" have entirely different histories.
f40675f3d2
...
79a8553e9c
@ -24,7 +24,7 @@ class RedisCache:
|
||||
or file_path.endswith("Packages.gz")
|
||||
or file_path.endswith("repomd.xml")
|
||||
or "repodata/" in file_path
|
||||
and file_path.endswith((".xml", ".xml.gz", ".xml.bz2", ".xml.xz", ".xml.zck", ".xml.zst"))
|
||||
and file_path.endswith((".xml", ".xml.gz", ".xml.bz2", ".xml.xz"))
|
||||
)
|
||||
|
||||
def get_index_cache_key(self, remote_name: str, path: str) -> str:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user