X-Git-Url: http://git.openwrt.org/?p=buildbot.git;a=blobdiff_plain;f=phase2%2Fmaster.cfg;h=ce406449b2d212a42caabd2885c261d34491267f;hp=c711b09deeb7a9db47731f4365a4a9dfe91861bb;hb=1aafa860075195dfe83b01b0c64fea2b29e4f0e2;hpb=1d1afc70dfce1e3bc2cd30fb0401be51f18dbde1 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",