[Reproducible-builds] uploading .buildinfo files… (from Debian reproducible builds…)

Holger Levsen holger at layer-acht.org
Fri Mar 18 14:46:59 UTC 2016


Hi,

On Fri, Mar 18, 2016 at 03:18:30PM +0100, Linus Nordberg wrote:
> That's correct. Let's call it preparation for future verification of
> SCT's and STH's. :D  (In reality, I forgot adding info about that and
> now I've decided to wait until someone asks for it.)

ah, ok.
 
> Should've rejected it ("blob" is magic and required). What did curl tell
> you? I bet it was 4xx rather than 200.

curl spews lots of base encoded output at me, as well as "add-blob:
missing input: blob"
 
> Sorry for using sloppy language. You might want to put something
> hopefully unique in the _value_ of the name/value pair with the name
> "blob".

so I tried 

printf "{\"blob=test-h01ger\": \"$(cat /etc/motd | base64)\"}" | curl -A
"" -x socks4a://127.0.0.1:9050/ --data @-
http://mvkhztpvqcxpdbn3.onion/open/gaol/v1/add-blob

and 

printf "{\"blob/test-h01ger\": \"$(cat /etc/motd | base64)\"}" | curl -A
"" -x socks4a://127.0.0.1:9050/ --data @-
http://mvkhztpvqcxpdbn3.onion/open/gaol/v1/add-blob

but both didnt work and failed as before. What did work though was 

printf "{\"blob\": \"$(cat /etc/motd | base64)\"}" | curl -A "" -x
socks4a://127.0.0.1:9050/ --data @-
http://mvkhztpvqcxpdbn3.onion/open/gaol/v1/add-blob

but that doesnt have the unique identifier…(?)


-- 
cheers,
	Holger
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 811 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/reproducible-builds/attachments/20160318/baf99627/attachment.sig>


More information about the Reproducible-builds mailing list