Re: [Tails-dev] TAILS build system with Vagrant 1.7.3

2015-08-04 Thread Adam Burns
On 08/04/2015 11:46 AM, intrigeri wrote: Hi, Adam Burns wrote (23 Jul 2015 10:33:40 GMT) : A *slightly* improved Rakefile patch that is back compatible with older vagrant gem or distribution package environments. Thanks! If the vagrant libraries cannot be found (ie require 'vagrant'

Re: [Tails-dev] TAILS build system with Vagrant 1.7.3

2015-08-04 Thread intrigeri
Hi, Adam Burns wrote (23 Jul 2015 10:33:40 GMT) : A *slightly* improved Rakefile patch that is back compatible with older vagrant gem or distribution package environments. Thanks! If the vagrant libraries cannot be found (ie require 'vagrant' fails), this patch will optimistically add

Re: [Tails-dev] TAILS build system with Vagrant 1.7.3

2015-08-04 Thread intrigeri
Adam Burns wrote (04 Aug 2015 10:37:58 GMT) : I haven't had time to boot jessie from a usb yet but a tip for jessie distributed vagrant 1.6.5+dfsg1-2 , I note from https://packages.debian.org/jessie/all/vagrant/filelist that vagrant.rb files are located under /usr/lib/ruby/vendor_ruby a

Re: [Tails-dev] TAILS build system with Vagrant 1.7.3

2015-07-23 Thread Adam Burns
On 07/19/2015 12:11 PM, Adam Burns wrote: On 07/19/2015 09:37 AM, intrigeri wrote: Adam Burns wrote (18 Jul 2015 21:31:55 GMT) : Bingo. Build now completes from current devel branch and generates iso file! Yay :) May you please share the changes that allowed you to build with Vagrant 1.7+?

Re: [Tails-dev] TAILS build system with Vagrant 1.7.3

2015-07-19 Thread intrigeri
Adam Burns wrote (18 Jul 2015 21:31:55 GMT) : Bingo. Build now completes from current devel branch and generates iso file! Yay :) May you please share the changes that allowed you to build with Vagrant 1.7+? Cheers, -- intrigeri ___ Tails-dev

Re: [Tails-dev] TAILS build system with Vagrant 1.7.3

2015-07-19 Thread Adam Burns
On 07/19/2015 09:37 AM, intrigeri wrote: Adam Burns wrote (18 Jul 2015 21:31:55 GMT) : Bingo. Build now completes from current devel branch and generates iso file! Yay :) May you please share the changes that allowed you to build with Vagrant 1.7+? Tested and working under Fedora 21 with

Re: [Tails-dev] TAILS build system with Vagrant 1.7.3

2015-07-18 Thread Adam Burns
Hi intrigeri and anonym, On 07/17/2015 04:17 PM, intrigeri wrote: Hi, Adam Burns wrote (17 Jul 2015 09:46:19 GMT) : Full log file: http://www.networkcommons.org/files/tails-rake-build.log In there I see: Switched to a new branch '9161-claws-advisory' Branch 9161-claws-advisory

Re: [Tails-dev] TAILS build system with Vagrant 1.7.3

2015-07-17 Thread intrigeri
Hi, Adam Burns wrote (17 Jul 2015 09:46:19 GMT) : Full log file: http://www.networkcommons.org/files/tails-rake-build.log In there I see: Switched to a new branch '9161-claws-advisory' Branch 9161-claws-advisory set up to track remote branch 9161-claws-advisory from origin. There's no

Re: [Tails-dev] TAILS build system with Vagrant 1.7.3

2015-07-17 Thread Adam Burns
On 07/16/2015 03:43 PM, intrigeri wrote: Adam Burns wrote (16 Jul 2015 12:11:39 GMT) : Now cross fingers ... ;) root@tails-builder-20140709:~# apt-get install hopenpgp-tools keyringer linux-image-3.16.0-4-586 linux-image-3.16.0-4-amd64 Reading package lists... Done Building dependency

Re: [Tails-dev] TAILS build system with Vagrant 1.7.3

2015-07-16 Thread intrigeri
Adam Burns wrote (16 Jul 2015 12:11:39 GMT) : Now cross fingers ... ;) root@tails-builder-20140709:~# apt-get install hopenpgp-tools keyringer linux-image-3.16.0-4-586 linux-image-3.16.0-4-amd64 Reading package lists... Done Building dependency tree Reading state information... Done

Re: [Tails-dev] TAILS build system with Vagrant 1.7.3

2015-07-16 Thread anonym
On 07/16/2015 02:11 PM, Adam Burns wrote: On 07/15/2015 09:12 PM, anonym wrote: On 07/13/2015 06:32 PM, Adam Burns wrote: [...] You say that the Vagrant/VirtualBox shell provisioning of the base box fails, but the above error is clearly from the Tails build script, not while running the

Re: [Tails-dev] TAILS build system with Vagrant 1.7.3

2015-07-15 Thread anonym
On 07/13/2015 06:32 PM, Adam Burns wrote: Got Vagrant 1.7.3 to inter-operate with the current TAILS Rakefile by adding explicit paths for some extra require commands. This likely is not needed once ruby/rake system paths for require commands are set correctly (I'm a ruby/rake n00b). The

Re: [Tails-dev] TAILS build system with Vagrant 1.7.3

2015-07-14 Thread Adam Burns
I'm guessing from reading https://tails.boum.org/contribute/design/vagrant/ and the naming of the veewee generated basebox 'tails-builder-20141201' that the basebox is out of date for the current vagrant build scripting? Has anyone successfully built tails recently via vagrant as described in