[Scummvm-git-logs] scummvm-sites director-buildbot -> 9aa50abc47de1894a2144a5e31e0484bb198ea22
sev-
noreply at scummvm.org
Sun Apr 2 23:57:51 UTC 2023
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-sites' repo located at https://github.com/scummvm/scummvm-sites .
Summary:
9aa50abc47 DIRECTOR-BUILDBOT: Comment out environment setting
Commit: 9aa50abc47de1894a2144a5e31e0484bb198ea22
https://github.com/scummvm/scummvm-sites/commit/9aa50abc47de1894a2144a5e31e0484bb198ea22
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2023-04-03T01:57:28+02:00
Commit Message:
DIRECTOR-BUILDBOT: Comment out environment setting
Changed paths:
director/build_factory.py
diff --git a/director/build_factory.py b/director/build_factory.py
index be789f0..5dcc98c 100644
--- a/director/build_factory.py
+++ b/director/build_factory.py
@@ -3,7 +3,7 @@
import os.path
from typing import Any
-from buildbot.plugins import steps, builds, util
+from buildbot.plugins import steps, util
from .env import settings
@@ -13,7 +13,7 @@ default_env: dict[str, str] = {
"SDL_VIDEODRIVER": "dummy",
"SDL_AUDIODRIVER": "dummy",
"ASAN_OPTIONS": "detect_leaks=1:abort_on_error=1:disable_coredump=0:unmap_shadow_on_exit=1",
- "BUILD_NUMBER": str(builds.buildnumber),
+ #"BUILD_NUMBER": str(steps.getProperty("buildnumber")),
}
More information about the Scummvm-git-logs
mailing list