phase2: disable slave side package signing
[buildbot.git] / phase2 / master.cfg
index 753fca845cdb732e567639d8017f049b86b3502f..2cfd557feb81f7c22d4777ef7b28597869d811c4 100644 (file)
@@ -435,7 +435,7 @@ for arch in arches:
                description = "Building packages",
                workdir = "build/sdk",
                timeout = 3600,
-               command = ["make", WithProperties("-j%(jobs)d", jobs=GetNumJobs), "IGNORE_ERRORS=n m y", "BUILD_LOG=1", "CONFIG_AUTOREMOVE=y"],
+               command = ["make", WithProperties("-j%(jobs)d", jobs=GetNumJobs), "IGNORE_ERRORS=n m y", "BUILD_LOG=1", "CONFIG_AUTOREMOVE=y", "CONFIG_SIGNED_PACKAGES="],
                env = {'CCACHE_BASEDIR': WithProperties("%(cwd)s", cwd=GetCwd)},
                haltOnFailure = True))