Bitcoin Forum

Bitcoin => Armory => Topic started by: findftp on August 26, 2015, 07:26:18 PM



Title: Failed to verify deb package signature on linux mint
Post by: findftp on August 26, 2015, 07:26:18 PM
So I followed the tutorial at https://bitcoinarmory.com/download/

I downloaded armory 0.93.2  for ubuntu 32 bit and did what was written.
Everything goes ok, except the last thing

When I do:
Code:
dpkg-sig --verify *.deb

I get:
Code:
Processing armory_0.93.2_ubuntu-32bit.deb...

But no result.

What is going on?
I had no errors while doing
Code:
 sudo apt-get install dpkg-sig


Title: Re: Failed to verify deb package signature on linux mint
Post by: doug_armory on August 26, 2015, 08:04:34 PM
There were some issues with the release scripts that have been fixed (https://github.com/etotheipi/BitcoinArmory/commit/96017bf884775c6f59b55fabf04f4e978c437b41). It needs to be discussed internally but I don't see why these changes can't be added to the next release.


Title: Re: Failed to verify deb package signature on linux mint
Post by: findftp on August 27, 2015, 06:47:53 AM
There were some issues with the release scripts that have been fixed (https://github.com/etotheipi/BitcoinArmory/commit/96017bf884775c6f59b55fabf04f4e978c437b41). It needs to be discussed internally but I don't see why these changes can't be added to the next release.

Ok, I have to wait until next version then.
I really want to make my installation bullet proof. Checking the signature is one of the steps involved.

Thanks for the answer.