Rudi Heitbaum
2414f891a0
tools/update-scan: drop special handling for icu
2023-10-15 03:15:30 +00:00
Rudi Heitbaum
dbb762a46a
tools/update-scan: custom handler for aspnet as release monitoring does handle major release versioning
2023-10-15 03:14:10 +00:00
Rudi Heitbaum
013261ccab
tools/update-scan: set API timeout to 5 seconds
2023-10-14 01:05:05 +00:00
Rudi Heitbaum
a239329685
tools/update-scan: handle api calls to get version
2023-10-14 01:03:13 +00:00
Rudi Heitbaum
8b54768614
Update tools/update-scan
...
Co-authored-by: CvH <1355173+CvH@users.noreply.github.com>
2023-07-17 07:49:12 +10:00
Rudi Heitbaum
ea747fa19f
tools/update-scan: include short (7 digit) githash when Commit date displayed
2023-07-16 14:29:51 +00:00
Rudi Heitbaum
e84901061e
tools/update-scan: always check github for version if pkg_version is a githash
...
examples of before and after:
before change:
Package | LE git master | upstream location
--------------------------------------------------------------------------------------------------------------------------------------------
connman | 9971144ae862e83f1f5d8cb84c0b62f2542dcdec | 1.41
crossguid | ca1bf4b810e2d188d04cb6286f957008ee1b7681 | 0.2.2
dbussy | 691a8a8a1914416b7ea1545fb931d74f2e381f09 | 1.3
dvblast | 4270dcae7b754b25ad27332bb1c55b6b23b85b0d | 3.4
dvbsnoop | 72a64d59b6b00272fbfbeebdc9da9d6e8ace67da | 1.4.50
enet | 8d69c5abe4b699e7077395e01927bd102b3ba597 | 1.3.17
heimdal | f4faaeaba371fff3f8d1bc14389f5e6d70ca8e17 | 7.8.0
after change:
Package | LE git master | upstream location
--------------------------------------------------------------------------------------------------------------------------------------------
connman | 24180d1243bf005c721be6f9d8d6da67bb669c55 | 1.41
dvblast | 4270dcae7b754b25ad27332bb1c55b6b23b85b0d | 3.4
enet | Commit date: 2021-06-12 | 1.3.17 | GitHead: 2023-07-08 | TAG: v1.3.17 (2020-11-15)
heimdal | Commit date: 2022-11-17 | 7.8.0 | GitHead: 2023-06-24 | TAG: upstream-1.4.0+git20110220.dfsg.1 (2011-02-12)
notes:
connman, dbussy, dvbsnoop - not listed as they are at the latest githash on github
enet, heimdal - showing the LE git master date | the release-monitoring version | the github default branch date | the github latest tag
2023-07-16 14:29:51 +00:00
Rudi Heitbaum
02ea65daa6
tools/update-scan: handle some corner cases
...
fix parse error: Invalid numeric literal at line 1, column 20
when PKG_VERSION="$(get_pkg_version ....)" ignore the package
for icu change the version returned by release-monitoring from yy-y
to yy.y to match the version documented at https://icu.unicode.org
lm_sensors change y-y-y to y.y.y as above
dont assume default_branch is master
scan
2023-07-16 14:29:51 +00:00
heitbaum
cc7745575d
tools/update-scan: minor cleanup
2021-10-17 08:43:43 +11:00
CvH
35ffeff098
updatescript: initial commit
...
Co-authored-by: Ian Leonard <antonlacon@gmail.com>
Co-authored-by: heitbaum <rudi@heitbaum.com>
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2021-09-14 23:12:52 +10:00