[buildbot] phase2: s/SetProperty/SetPropertyFromCommand/

LEDE Commits lede-commits at lists.infradead.org
Thu Nov 16 03:48:34 PST 2023


ynezz pushed a commit to buildbot.git, branch master:
https://git.openwrt.org/3b2b401e52504a68a4b3b06e196e3aab533e67fe

commit 3b2b401e52504a68a4b3b06e196e3aab533e67fe
Author: Thibaut VARÈNE <hacks at slashdirt.org>
AuthorDate: Sat Nov 11 16:28:07 2023 +0100

    phase2: s/SetProperty/SetPropertyFromCommand/
    
    Align with phase1 (3141c97)
    
    Signed-off-by: Thibaut VARÈNE <hacks at slashdirt.org>
---
 phase2/master.cfg | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/phase2/master.cfg b/phase2/master.cfg
index 7342363..9a0211f 100644
--- a/phase2/master.cfg
+++ b/phase2/master.cfg
@@ -29,7 +29,7 @@ from buildbot.process.properties import WithProperties
 from buildbot.schedulers.basic import SingleBranchScheduler
 from buildbot.schedulers.forcesched import ForceScheduler
 from buildbot.steps.master import MasterShellCommand
-from buildbot.steps.shell import SetProperty
+from buildbot.steps.shell import SetPropertyFromCommand
 from buildbot.steps.shell import ShellCommand
 from buildbot.steps.transfer import FileDownload
 from buildbot.steps.transfer import FileUpload
@@ -435,7 +435,7 @@ for arch in arches:
 		doStepIf = IsSharedWorkdir))
 
 	# find number of cores
-	factory.addStep(SetProperty(
+	factory.addStep(SetPropertyFromCommand(
 		name = "nproc",
 		property = "nproc",
 		description = "Finding number of CPUs",
@@ -517,7 +517,7 @@ for arch in arches:
 		workerdest = "sdk/getversion.mk",
 		mode = 0o755))
 
-	factory.addStep(SetProperty(
+	factory.addStep(SetPropertyFromCommand(
 		name = "getversion",
 		property = "release_version",
 		description = "Finding SDK release version",




More information about the lede-commits mailing list