[GRASS-SVN] r70811 - grass/trunk

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Mar 28 07:29:08 PDT 2017


Author: martinl
Date: 2017-03-28 07:29:08 -0700 (Tue, 28 Mar 2017)
New Revision: 70811

Modified:
   grass/trunk/Vagrantfile
Log:
Vagrantfile cosmentics (fix sed mirrors)

Modified: grass/trunk/Vagrantfile
===================================================================
--- grass/trunk/Vagrantfile	2017-03-28 12:53:51 UTC (rev 70810)
+++ grass/trunk/Vagrantfile	2017-03-28 14:29:08 UTC (rev 70811)
@@ -87,8 +87,7 @@
     end
     
     if Dir.glob("#{File.dirname(__FILE__)}/.vagrant/machines/grass-gis-vagrant/*/id").empty?
-      pkg_cmd = "sed -i 's#deb http://us.archive.ubuntu.com/ubuntu/#deb mirror://mirrors.ubuntu.com/mirrors.txt#' /etc/apt/sources.list; "
-      
+      pkg_cmd = "sed -i 's#deb http://archive.ubuntu.com/ubuntu#deb mirror://mirrors.ubuntu.com/mirrors.txt#' /etc/apt/sources.list; "
       pkg_cmd << "apt-get update -qq; apt-get install -q -y python-software-properties; "
       
       if ppaRepos.length > 0



More information about the grass-commit mailing list