View Issue Details

IDProjectCategoryView StatusLast Update
0000418apt-panopticonFeaturepublic2022-03-07 12:00
Reporteronefang Assigned Toonefang  
PriorityhighSeverityfeatureReproducibilityN/A
Status assignedResolutionopen 
Product Version0.1 
Target Version0.1 
Summary0000418: Test for all supported archs.
Descriptioni386, amd64, ppc64el, armel, armhf, and arm64

Pick the smallest recently updated package, see if it's available for all those archs.
TagsNo tags attached.

Activities

onefang

onefang

2022-03-07 12:00

administrator   ~0000551

bb|hcb came up with this :

 for i in $(dig +short deb.devuan.org|grep -v ^deb); do curl --resolve deb.devuan.org:80:$i http://deb.devuan.org/merged/pool/DEBIAN-SECURITY/updates/main/c/cyrus-sasl2/libsasl2-2_2.1.27+dfsg-1+deb10u2_arm64.deb -o $i.file.deb --location; done; md5sum *file.deb

Issue History

Date Modified Username Field Change
2022-03-07 11:57 onefang New Issue
2022-03-07 11:57 onefang Status new => assigned
2022-03-07 11:57 onefang Assigned To => onefang
2022-03-07 12:00 onefang Note Added: 0000551