phase2: invoke feeds update with -f
[buildbot.git] / phase2 / master.cfg
index b60417a9e1096b03d3f273c91fe2947dbc3a06d9..df0146f412f1814768eddf1afa7468c5152778d6 100644 (file)
@@ -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",