[buildbot] phase2: invoke feeds update with -f

LEDE Commits lede-commits at lists.infradead.org
Wed Feb 15 01:08:38 PST 2017


jow pushed a commit to buildbot.git, branch master:
https://git.lede-project.org/6a5b220257edb907695762365638eed1cdb79f9c

commit 6a5b220257edb907695762365638eed1cdb79f9c
Author: Jo-Philipp Wich <jo at mein.io>
AuthorDate: Wed Feb 15 10:08:23 2017 +0100

    phase2: invoke feeds update with -f
    
    Signed-off-by: Jo-Philipp Wich <jo at mein.io>
---
 phase2/master.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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",



More information about the lede-commits mailing list