]> granicus.if.org Git - graphviz/commit
fix: include Windows links in deployment-produced JSON
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 19 Jun 2022 04:06:23 +0000 (21:06 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 22 Jun 2022 00:53:27 +0000 (17:53 -0700)
commit156b57941de82d1d229c0ccf331cf2dc3a9f7e32
tree3b40b615f3d7419b06b3f79710fadb7858ebcfdd
parentff7acbc11f779c72a483f7dbd3f91baa8bc9d160
fix: include Windows links in deployment-produced JSON

This is a second attempt at 6117abe680037824d134149b0de42f589fb24466. It seems
the previous attempt did not account for the fact that the source path of an
artifact has not yet been safely escaped into a filename and contains directory
separators (`/`). This change was made by studying the last deploy.py execution
logs and making a best guess. There is no easy way to test this other than
running the release deployment process, so we should do one soon to validate
this.

Gitlab: fixes #1979 (I hope)
ci/deploy.py