Remove unsupported logEnviron from master command calls
[buildbot.git] / phase2 / master.cfg
index 3845854d2bbe35975efc4e87ad2e73dc2efdb255..eb88909e75231538911ec35864198348223c45ac 100644 (file)
@@ -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(