From: Jo-Philipp Wich Date: Wed, 4 Jan 2017 12:44:15 +0000 (+0100) Subject: phase2: generate feeds.conf artifact with fixed revision urls X-Git-Tag: v1~200 X-Git-Url: http://git.openwrt.org/?p=buildbot.git;a=commitdiff_plain;h=1aafa860075195dfe83b01b0c64fea2b29e4f0e2 phase2: generate feeds.conf artifact with fixed revision urls Signed-off-by: Jo-Philipp Wich --- diff --git a/phase2/master.cfg b/phase2/master.cfg index c711b09..ce40644 100644 --- a/phase2/master.cfg +++ b/phase2/master.cfg @@ -282,6 +282,12 @@ for arch in arches: workdir = "build/sdk", command = ["make", WithProperties("-j%(jobs)d", jobs=GetNumJobs), "V=s", "IGNORE_ERRORS=n m y", "BUILD_LOG=1", "CONFIG_SIGNED_PACKAGES=y"])) + factory.addStep(ShellCommand( + name = "mkfeedsconf", + description = "Generating pinned feeds.conf", + workdir = "build/sdk", + command = "./scripts/feeds list -s -f > bin/packages/%s/feeds.conf" %(arch[0]))) + if gpg_keyid is not None: factory.addStep(MasterShellCommand( name = "signprepare",