From: Jo-Philipp Wich Date: Wed, 15 Feb 2017 09:08:23 +0000 (+0100) Subject: phase2: invoke feeds update with -f X-Git-Tag: v1~174 X-Git-Url: http://git.openwrt.org/?p=buildbot.git;a=commitdiff_plain;h=6a5b220257edb907695762365638eed1cdb79f9c phase2: invoke feeds update with -f Signed-off-by: Jo-Philipp Wich --- diff --git a/phase2/master.cfg b/phase2/master.cfg index b60417a..df0146f 100644 --- a/phase2/master.cfg +++ b/phase2/master.cfg @@ -316,7 +316,7 @@ for arch in arches: name = "updatefeeds", description = "Updating feeds", workdir = "build/sdk", - command = ["./scripts/feeds", "update"])) + command = ["./scripts/feeds", "update", "-f"])) factory.addStep(ShellCommand( name = "installfeeds",