Skip to content

Commit

Permalink
fixed: auto downloads can happen even when off (introduced in v8.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwindrem committed May 17, 2024
1 parent ba70b4e commit d094454
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 4 deletions.
5 changes: 3 additions & 2 deletions PackageManager.py
Original file line number Diff line number Diff line change
Expand Up @@ -3729,14 +3729,15 @@ def mainLoop ():
bootInstall = True
packageIndex = 0
logging.warning ("starting boot-time reinstall")
currentDownloadMode = AUTO_DOWNLOADS_OFF
autoInstall = True
elif WaitForGitHubVersions:
currentDownloadMode = AUTO_DOWNLOADS_OFF
scanForActions = False

# don't look for new actions if uninstalling all packages or uninstalling SetupHelper
# uses defaults above
elif MediaScan.AutoUninstall or SetupHelperUninstall:
pass
currentDownloadMode = AUTO_DOWNLOADS_OFF

# not doing something special - use dbus values
else:
Expand Down
2 changes: 1 addition & 1 deletion blindInstall/SetupHelperVersion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v8.1
v8.2
3 changes: 3 additions & 0 deletions changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v8.2:
fixed: auto downloads can happen even when off (introduced in v8.1)

v8.1:
fixed: GitHub version refresses occuring too fast (~10 seconds vs 10 minutes)

Expand Down
Binary file modified venus-data-UninstallPackages.tgz
Binary file not shown.
Binary file modified venus-data.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v8.1
v8.2

0 comments on commit d094454

Please sign in to comment.