Skip to content

Commit

Permalink
patch
Browse files Browse the repository at this point in the history
  • Loading branch information
lbr38 committed Sep 28, 2024
1 parent 59078ee commit 307db65
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/controllers/Module/Reposerver/Agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,10 @@ def websocket_on_message(self, ws, message):
with Log(log):
self.packageController.update([], True)

# TODO
# Restart/reload services if the user said so
# Execute reposever post-update actions

# Send a summary to the reposerver, with the summary of the update (number of packages updated or failed)
summary = self.packageController.summary

Expand Down

0 comments on commit 307db65

Please sign in to comment.