diff --git a/flag-rebuild.py b/flag-rebuild.py index 2d0b1e4..8774b76 100755 --- a/flag-rebuild.py +++ b/flag-rebuild.py @@ -68,7 +68,7 @@ def get_status(name): msg = sock.recv(128) sock.close() msg = msg.decode() - match = re.match(r"pending|done|rebuild|skip|started", msg) + match = re.match(r"pending|done|rebuild|skip|started|packaged", msg) if match != None: return match.group(0) else: