D7309: vagrant: update vagrant image to buster from jessie

durin42 (Augie Fackler) phabricator at mercurial-scm.org
Fri Nov 8 14:24:37 EST 2019


Closed by commit rHGe182deb551b7: vagrant: update vagrant image to buster from jessie (authored by durin42).
This revision was automatically updated to reflect the committed changes.

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D7309?vs=17725&id=17800

CHANGES SINCE LAST ACTION
  https://phab.mercurial-scm.org/D7309/new/

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, indygreg
Cc: indygreg, mercurial-devel


More information about the Mercurial-devel mailing list