phase2: disable slave side package signing
authorJo-Philipp Wich <jo@mein.io>
Tue, 16 Jul 2019 19:28:31 +0000 (21:28 +0200)
committerJo-Philipp Wich <jo@mein.io>
Tue, 16 Jul 2019 19:28:31 +0000 (21:28 +0200)
Since we do not expose secret using keys to buildslaves anymore,
we cannot sign the package indexes on the slave side either.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
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))