From 2401fae6aa82daf0db60b721fc222d6c14e649d8 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Fri, 22 Jun 2018 00:20:44 -0400 Subject: [PATCH] Update Bogaudio build --- manifests/Bogaudio.json | 6 +++--- scripts/build_updates.py | 4 +++- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/manifests/Bogaudio.json b/manifests/Bogaudio.json index 16ae77bc..229f30c5 100644 --- a/manifests/Bogaudio.json +++ b/manifests/Bogaudio.json @@ -4,8 +4,8 @@ "license": "BSD-3-Clause", "manualUrl": "https://github.com/bogaudio/BogaudioModules/blob/master/README.md", "sourceUrl": "https://github.com/bogaudio/BogaudioModules", - "latestVersion": "0.6.6", - "repoVersion": "0.6.6", + "latestVersion": "0.6.7", + "repoVersion": "0.6.7", "status": "available", - "buildTimestamp": 1524688312 + "buildTimestamp": 1529640918 } \ No newline at end of file diff --git a/scripts/build_updates.py b/scripts/build_updates.py index cd36a7f8..1551e283 100644 --- a/scripts/build_updates.py +++ b/scripts/build_updates.py @@ -48,7 +48,9 @@ def delete_package(slug): repos = sys.argv[1:] +force_update = True if not repos: + force_update = False repos = glob.glob("repos/*") built_repos = [] @@ -63,7 +65,7 @@ for repo in repos: if 'repoVersion' not in manifest: continue # Skip if update is not needed - if 'repoVersion' in manifest and 'latestVersion' in manifest and manifest['latestVersion'] == manifest['repoVersion']: + if not force_update and 'repoVersion' in manifest and 'latestVersion' in manifest and manifest['latestVersion'] == manifest['repoVersion']: continue # Build repo