]> git.ipfire.org Git - ipfire.org.git/commitdiff
releases: Ignore Blake2 checksum files
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 28 Apr 2022 16:20:49 +0000 (16:20 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 28 Jun 2023 10:03:11 +0000 (10:03 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/backend/releases.py

index eeab2d9f394da81f939c6b3c7f3788d7d18df442..e399613ef640d19213e2fc27d069e8253d6d007a 100644 (file)
@@ -318,7 +318,7 @@ class Release(Object):
                        if _filename in files:
                                continue
 
-                       if filename.endswith(".md5"):
+                       if filename.endswith(".b2") or filename.endswith(".md5"):
                                continue
 
                        logging.info("Hashing %s..." % filename)