[PATCH] vagrant: update to official Debian 8.1 base box

Kevin Bullock kbullock+mercurial at ringworld.org
Wed Sep 2 12:12:42 CDT 2015


> On Sep 2, 2015, at 12:09, Anton Shestakov <engored at ya.ru> wrote:
> 
> 03.09.2015, 00:57, "Kevin Bullock" <kbullock+mercurial at ringworld.org>:
>> # HG changeset patch
>> # User Kevin Bullock <kbullock at ringworld.org>
>> # Date 1441212744 18000
>> # Wed Sep 02 11:52:24 2015 -0500
>> # Node ID 88dafffed34350b06d27058ae05a9b7eeabc09c8
>> # Parent f77a3f27cea533232dc107a72773e90e2de9549d
>> vagrant: update to official Debian 8.1 base box
>> 
>> Debian now rolls their own official Vagrant base boxes, so use that. At
>> the same time, we're updating from Debian 7.4 (wheezy) to 8.1 (jessie),
>> and switching from 32-bit to 64-bit (Debian does not provide 32-bit base
>> boxes).
>> 
>> diff --git a/contrib/vagrant/Vagrantfile b/contrib/vagrant/Vagrantfile
>> --- a/contrib/vagrant/Vagrantfile
>> +++ b/contrib/vagrant/Vagrantfile
>> @@ -1,9 +1,8 @@
>>  # -*- mode: ruby -*-
>> 
>>  Vagrant.configure('2') do |config|
>> - # Debian 7.4 32-bit i386 without configuration management software
>> - config.vm.box = "puppetlabs/debian-7.4-32-nocm"
>> - #config.vm.box = "pnd/debian-wheezy32-basebox"
>> + # Debian 8.1 64-bit i386 without configuration management software
> 
> Shouldn't "64-bit i386" be "x64" or "x86_64" instead?

Yes, good catch, thanks. If the patch is otherwise acceptable (anyone using the Vagrant box for testing?), I (or whoever queues it) can fix in-flight.

pacem in terris / мир / शान्ति / ‎‫سَلاَم‬ / 平和
Kevin R. Bullock



More information about the Mercurial-devel mailing list