Interestingly HBS places a “delay” in front of updates placed in repositories:
user@turris:~$ sudo pkgupdate
WARN:There is a newer version available, but update is scheduled after another 273.5 hours. If you want the latest and greatest all the time, switch to one of the development branches.
INFO:Target Turris OS: 7.0.0
Yes it is, it was mentioned somewhere on forum: you have to edit pkgupdate script to comment line producing delay…
Sorry I can’t be more specific for I don’t have access to router momentarily.
Edit:
Sorry again, I was replying in bus and don’t remember the steps good. It’s as follows:
To force update when it is staged edit /etc/updater/conf.d/turris.lua
to comment line “(i.e. inserting characters ‘–’)”: ‘branch = “hbs-old”’,
which is about line 117, i.e.:
‘-- Are we there yet?’
‘if update_go_time > os.time() then’
‘–branch = “hbs-old”’
‘base_url = repo_url … “/” … branch … “/” …’
‘WARN(“There is a newer version available, …”’
‘end’