Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 881053 - app-admin/doctl: please use existing reproducible download SRC_URI
Summary: app-admin/doctl: please use existing reproducible download SRC_URI
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal minor (vote)
Assignee: Vladimir Pavljuchenkov (SpiderX)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 881037
  Show dependency tree
 
Reported: 2022-11-12 07:29 UTC by cJ
Modified: 2022-11-12 07:33 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description cJ 2022-11-12 07:29:04 UTC
https://github.com/digitalocean/doctl/releases provides manually uploaded artifacts that can be downloaded many times and giving bitwise-identical files, which is not the case of automatic on-the-fly ones generated by github.

Essentially:
-SRC_URI="https://github.com/digitalocean/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/digitalocean/doctl/releases/download/v${PV}/${P}-source.tar.gz"

See https://bugs.gentoo.org/881037