D7309: vagrant: update vagrant image to buster from jessie

durin42 (Augie Fackler) phabricator at mercurial-scm.org
Thu Nov 7 19:59:27 UTC 2019


durin42 created this revision.
Herald added a subscriber: mercurial-devel.
Herald added a reviewer: hg-reviewers.

REVISION SUMMARY
  I honestly have no idea if this works since I don't use vagrant, but
  looking around online suggests it should work fine.

REPOSITORY
  rHG Mercurial

BRANCH
  default

REVISION DETAIL
  https://phab.mercurial-scm.org/D7309

AFFECTED FILES
  contrib/vagrant/Vagrantfile

CHANGE DETAILS

diff --git a/contrib/vagrant/Vagrantfile b/contrib/vagrant/Vagrantfile
--- a/contrib/vagrant/Vagrantfile
+++ b/contrib/vagrant/Vagrantfile
@@ -1,8 +1,8 @@
 # -*- mode: ruby -*-
 
 Vagrant.configure('2') do |config|
-  # Debian 8.1 x86_64 without configuration management software
-  config.vm.box = "debian/jessie64"
+  # Debian 10.1 x86_64 without configuration management software
+  config.vm.box = "debian/buster64"
   config.vm.hostname = "tests"
 
   config.vm.define "tests" do |conf|



To: durin42, #hg-reviewers
Cc: mercurial-devel


More information about the Mercurial-devel mailing list