From: Michael Tremer Date: Sat, 3 May 2025 09:36:16 +0000 (+0000) Subject: builds: Disable deprecating builds for now X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06250e764bd961d781fe16e85e33edc2efeeb19a;p=pbs.git builds: Disable deprecating builds for now 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 --- diff --git a/src/buildservice/builds.py b/src/buildservice/builds.py index 93bfccd7..f4f82c7e 100644 --- a/src/buildservice/builds.py +++ b/src/buildservice/builds.py @@ -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()