github-workflows-kt icon indicating copy to clipboard operation
github-workflows-kt copied to clipboard

fix(abg): Use the release date of the latest version for lastUpdated

Open Vampire opened this issue 1 year ago • 3 comments

This makes the metadata file content more stable and allows to provide a checksum, as Kotlin for example is quite unhappy if it finds no checksum or cannot successfully verify it.

Without this every request would produce a different file and thus also a different checksum file, so the checksum would never match the file contents.

Vampire avatar Aug 19 '24 15:08 Vampire

  • #1613 Graphite
  • #1612 Graphite 👈
  • main

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @Vampire and the rest of your teammates on Graphite Graphite

Vampire avatar Aug 19 '24 15:08 Vampire

Can you show me how to reproduce Kotlin being unhappy by the lack of the checksum/release date? I experienced it for version-specific artifacts, but for this artifact I didn't.

krzema12 avatar Aug 19 '24 15:08 krzema12

If you use a version range, it downloads the metadata file to get the list of versions and wants to validate it, then cries if it cannot.

Vampire avatar Aug 19 '24 18:08 Vampire

Merge activity

  • Sep 9, 1:14 AM EDT: @krzema12 started a stack merge that includes this pull request via Graphite.
  • Sep 9, 1:14 AM EDT: @krzema12 merged this pull request with Graphite.

krzema12 avatar Sep 09 '24 05:09 krzema12