Commit Graph

14 Commits

Author SHA1 Message Date
Eric Fahlgren 60833653ff owut: update to 2024.10.25
Enhancements:
    efahl/owut@8c8907c owut: more ux improvements
    efahl/owut@00de355 owut: improve aesthetics of build monitor

Signed-off-by: Eric Fahlgren <ericfahlgren@gmail.com>
2024-10-26 14:52:40 +08:00
Eric Fahlgren 547557d56f owut: update to 2024.10.15
Enhancements:
    efahl/owut@cdfbc24 owut: rework build status monitor to use HEAD requests
    efahl/owut@6704884 owut: rework download statistics

Signed-off-by: Eric Fahlgren <ericfahlgren@gmail.com>
2024-10-22 17:52:44 +08:00
Eric Fahlgren 3ab468be20 owut: update to 2024.10.11
Bug fixes:
    efahl/owut@f3f5c10 owut: retain full result from download response
    efahl/owut@c43712f owut: use exception handlers for failed json parsing

Enhancements:
    efahl/owut@e17c906 owut: add poll-interval option
    efahl/owut@7119199 owut: better error message output

Signed-off-by: Eric Fahlgren <ericfahlgren@gmail.com>
2024-10-12 18:29:17 +08:00
Eric Fahlgren 3724047164 owut: update to 2024.09.28
Bug fixes:
    efahl/owut@20d5afb owut: translate mapped names from platform 'supported_devices'

Signed-off-by: Eric Fahlgren <ericfahlgren@gmail.com>
2024-09-30 18:53:11 +08:00
Eric Fahlgren 04fbeb9dd2 owut: update to 2024.09.21
Bug fixes:
    efahl/owut@e791bd2 owut: more robust handling of build errors
Enhancements:
    efahl/owut@853f5ab owut: don't use "extra" versions
    efahl/owut@4629b0f owut: minor cleanups

Signed-off-by: Eric Fahlgren <ericfahlgren@gmail.com>
2024-09-23 18:22:03 +08:00
Eric Fahlgren 3db4fff567 owut: update to 2024.09.07
Bug fixes:
    efahl/owut@6564aa2 owut: handle non-JSON responses
Enhancements:
    efahl/owut@e0a0c49 owut: add age to build time output
    efahl/owut@d811a24 examples: compress the manifest

Signed-off-by: Eric Fahlgren <ericfahlgren@gmail.com>
2024-09-08 23:52:27 +08:00
Eric Fahlgren 0a7e87b437 owut: update to 2024.08.09
Bug fixes:
  efahl/owut@9ecbea5 owut: ensure shell exit status is correct

Signed-off-by: Eric Fahlgren <ericfahlgren@gmail.com>
2024-08-13 16:22:51 +08:00
Eric Fahlgren 54fbafe26f owut: update to 2024.07.31
Bug fixes:
  efahl/owut@e329cb9 owut: allow user to specify 'version_code' for build
  efahl/owut@fbafbf1 owut: improve image selection
  efahl/owut@6352b2c config: fix wrong directory in example

Signed-off-by: Eric Fahlgren <ericfahlgren@gmail.com>
2024-08-02 18:38:59 -07:00
Eric Fahlgren 57f962b4e2 owut: update to 2024.07.24
The internal package list order fix depends on openwrt/asu@b7c8a426

Bug fixes:
  efahl/owut@d8af324 maintain internal package list in installation order
  efahl/owut@5bc21c6 armsr platform not detected properly
  efahl/owut@b0570d4 documentation link fixes for ASU server changes

Enhancements:
  efahl/owut@3a213f3 better download rate calculation

Signed-off-by: Eric Fahlgren <ericfahlgren@gmail.com>
2024-07-29 12:44:42 +08:00
Eric Fahlgren 3e75212807 owut: update to 2024.07.21
A couple of minor bug fixes, and several enhancements.

The major addition is the pre-install hook, which allows user to
intercept processing between the download and install.  This allows,
for example, copying the download artifacts (firmware-manifest.json)
to persistent storage and saving it for later reference.  Other
uses include automating backups as part of the upgrade process.
See /etc/owut.d/pre-install.sh for examples.

- bugs
  https://github.com/efahl/owut/commit/dc521b2 version list bug fix
  https://github.com/efahl/owut/commit/75faac2 fix OpenWRT firmware version comparisons
- enhancements
  https://github.com/efahl/owut/commit/0937933 add '--pre-install' hook
  https://github.com/efahl/owut/commit/23c2066 reduce 'dump' output verbosity
  https://github.com/efahl/owut/commit/cc9618d tweak the undocumented '--device' option handling
  https://github.com/efahl/owut/commit/2ec138b improve help

Signed-off-by: Eric Fahlgren <ericfahlgren@gmail.com>
2024-07-22 18:51:38 -07:00
Eric Fahlgren 21a2936458 owut: update to 2024.07.14
- bugs
  980156399e properly handle 'package_changes' entries with build breakages
  119c7194b7 deal with stdout being chopped off when output is piped
  75faac2167 fix ordering of '-rcN' version numbers
- issues
  0aefe77e47 warn and stop on package downgrades
- enhancements
  a23ea2c1ef report file download rates in verbose output
  112afd07a5 report broken packages when using 'list' or 'blob'

Signed-off-by: Eric Fahlgren <ericfahlgren@gmail.com>
2024-07-14 21:09:27 +01:00
Eric Fahlgren ed1bd0b386 owut: update to 2024.07.01
- bugs
  1ed0c8d6c6 partial fix for 'what-provides'
  189b27210f bad sutype

Signed-off-by: Eric Fahlgren <ericfahlgren@gmail.com>
2024-07-02 19:01:49 +08:00
Eric Fahlgren 7225d73251 owut: update to 2024.06.24
- fix up versioning in Makefile
- change package description doc link to wiki entry instead of github
- changes
  73b70e52e9
  714c462cc8
  1b222bdcb8

Signed-off-by: Eric Fahlgren <ericfahlgren@gmail.com>
2024-06-24 15:28:49 -07:00
Eric Fahlgren dab1efaf08 owut: add new package
owut (OpenWrt Update Tool) is a command line program that gathers
information from the various openwrt.org build sites and reports
status on various aspects of builds and package availability.
It also shows many details about your current configuration and
installed packages, allowing it to create, download, verify and
install new images containing the user-installed packages.

It is written completely in 'ucode', allowing for user customization
on the installed device, without the need for compilers and linkers.

Documentation is available at https://github.com/efahl/owut
Forum thread at https://forum.openwrt.org/t/owut-openwrt-upgrade-tool/200035

Signed-off-by: Eric Fahlgren <ericfahlgren@gmail.com>
2024-06-23 11:13:14 -07:00