Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 881053

Summary: app-admin/doctl: please use existing reproducible download SRC_URI
Product: Gentoo Linux Reporter: cJ <cJ-gentoo>
Component: Current packagesAssignee: Vladimir Pavljuchenkov (SpiderX) <spiderx>
Status: UNCONFIRMED ---    
Severity: minor CC: proxy-maint
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 881037    

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