Skip to content

Commit

Permalink
Use repos list from zynconf
Browse files Browse the repository at this point in the history
  • Loading branch information
riban committed Dec 26, 2024
1 parent 1cc31a2 commit d27d984
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions zyngine/zynthian_state_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -2730,9 +2730,8 @@ def check_for_updates(self):
def update_thread():
logging.debug("************ CHECKING FOR UPDATES... ************")
try:
repos = ["zynthian-ui", "zynthian-sys", "zynthian-webconf", "zynthian-data", "zyncoder"]
# If attached to last stable => Detect if new tag relase available
for repo in repos:
for repo in zynconf.zynthian_repositories:
path = f"/zynthian/{repo}"
zynconf.update_git(path)
local_hash = zynconf.get_git_local_hash(path)
Expand Down

0 comments on commit d27d984

Please sign in to comment.