Loading buildstream/_stream.py +3 −0 Original line number Diff line number Diff line Loading @@ -509,6 +509,9 @@ class Stream(): with target.timed_activity("Staging sources to {}".format(directory)): target._open_workspace() workspace_local = workspaces.create_workspace_local(directory) workspace_local.write() workspaces.save_config() self._message(MessageType.INFO, "Saved workspace configuration") Loading Loading
buildstream/_stream.py +3 −0 Original line number Diff line number Diff line Loading @@ -509,6 +509,9 @@ class Stream(): with target.timed_activity("Staging sources to {}".format(directory)): target._open_workspace() workspace_local = workspaces.create_workspace_local(directory) workspace_local.write() workspaces.save_config() self._message(MessageType.INFO, "Saved workspace configuration") Loading