]> git.ipfire.org Git - pbs.git/commitdiff
builds: Disable deprecating builds for now
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 3 May 2025 09:36:16 +0000 (09:36 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 3 May 2025 09:36:16 +0000 (09:36 +0000)
I am not sure we actually want or need this any more. This is quite a
complicated operation and I think this all might happen automatically
anyways.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/buildservice/builds.py

index 93bfccd7bd06e1cc8c318ce2a7b37703402101f1..f4f82c7e5456af62aa9ae7df05a0d106ec5a666a 100644 (file)
@@ -301,7 +301,7 @@ class Builds(base.Object):
 
                if not build.is_test():
                        # Deprecate previous builds
-                       await build._deprecate_others()
+                       #await build._deprecate_others()
 
                        # Add watchers
                        await build._add_watchers()