[buildbot] Remove unsupported logEnviron from master command calls

LEDE Commits lede-commits at lists.infradead.org
Tue Nov 15 12:10:55 PST 2016


jow pushed a commit to buildbot.git, branch master:
https://git.lede-project.org/33e3a260d2ae0b55632573d87d54cf18da94e03b

commit 33e3a260d2ae0b55632573d87d54cf18da94e03b
Author: Jo-Philipp Wich <jo at mein.io>
AuthorDate: Tue Nov 15 21:10:48 2016 +0100

    Remove unsupported logEnviron from master command calls
    
    Signed-off-by: Jo-Philipp Wich <jo at mein.io>
---
 phase1/master.cfg | 3 +--
 phase2/master.cfg | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/phase1/master.cfg b/phase1/master.cfg
index 7740840..2e7c195 100644
--- a/phase1/master.cfg
+++ b/phase1/master.cfg
@@ -475,8 +475,7 @@ for target in targets:
 			description = "Signing files",
 			command = ["%s/signall.sh" %(home_dir), "%s/signing/%s.%s.tar.gz" %(home_dir, ts[0], ts[1]), gpg_keyid, gpg_comment],
 			env = {'GNUPGHOME': gpg_home, 'PASSFILE': gpg_passfile},
-			haltOnFailure = True,
-			logEnviron = False
+			haltOnFailure = True
 		))
 
 		factory.addStep(FileDownload(
diff --git a/phase2/master.cfg b/phase2/master.cfg
index 3845854..eb88909 100644
--- a/phase2/master.cfg
+++ b/phase2/master.cfg
@@ -280,8 +280,7 @@ for arch in arches:
 			description = "Signing files",
 			command = ["%s/signall.sh" %(home_dir), "%s/signing/%s.tar.gz" %(home_dir, arch[0]), gpg_keyid, gpg_comment],
 			env = {'GNUPGHOME': gpg_home, 'PASSFILE': gpg_passfile},
-			haltOnFailure = True,
-			logEnviron = False
+			haltOnFailure = True
 		))
 
 		factory.addStep(FileDownload(



More information about the lede-commits mailing list