Re: [Tails-dev] Building with Vagrant (doc update)

Delete this message

Reply to this message
Author: anonym
Date:  
To: The Tails public development discussion list
Subject: Re: [Tails-dev] Building with Vagrant (doc update)
On 01/12/14 08:09, intrigeri wrote:
> anonym wrote (30 Nov 2014 21:19:35 GMT) :
>>> A working Vagrant can be installed from snapshot.d.o. Perhaps the
>>> attached patch against master would be a decent way to address this
>>> problem until either Tails' vagrant setup is updated (or replaced?).
>
>> Thanks! I applied it, [...]
>
> I'm concerned that we're suggesting people to install .deb's
> downloaded over plain HTTP, on the system they're using to develop
> Tails, without even a warning that it might be dangerous.


What about:

* pin the specific versions of vagrant and ruby-net-ssh
* add http://snapshot.debian.org/archive/debian/20141010T042049Z as a
Debian source
* apt-get -o Acquire::Check-Valid-Until=false update
* apt-get install vagrant ruby-net-ssh
* remove http://snapshot.debian.org/... source
* apt-get update

?

Cheers!