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

Augie Fackler raf at durin42.com
Wed Sep 2 12:16:20 CDT 2015


On Wed, Sep 02, 2015 at 11:55:49AM -0500, Kevin Bullock wrote:
> # 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

queued, thanks

>
> 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
> +  config.vm.box = "debian/jessie64"
>    config.vm.hostname = "tests"
>
>    config.vm.define "tests" do |conf|
> _______________________________________________
> Mercurial-devel mailing list
> Mercurial-devel at selenic.com
> https://selenic.com/mailman/listinfo/mercurial-devel


More information about the Mercurial-devel mailing list