diff --git a/flag-rebuild.py b/flag-rebuild.py index 8fa9cb6..c74b3a7 100755 --- a/flag-rebuild.py +++ b/flag-rebuild.py @@ -75,10 +75,10 @@ except IOError: tiles = set(tiles) for tile in tiles: - status = get_status(tile) + status = get_status(tile, host, port) if status == "done" or status == "packaged": if verbose: print("Flagging " + tile) - send_status(tile, "rebuild") + send_status(tile, "rebuild", host, port) elif verbose: print("Skipping " + tile + ". Not yet build")