[GRASS-SVN] r70812 - grass/branches/releasebranch_7_2

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Mar 28 07:30:11 PDT 2017


Author: martinl
Date: 2017-03-28 07:30:11 -0700 (Tue, 28 Mar 2017)
New Revision: 70812

Modified:
   grass/branches/releasebranch_7_2/Vagrantfile
Log:
Vagrantfile cosmentics (fix sed mirrors) (merge r70811 from trunk)

Modified: grass/branches/releasebranch_7_2/Vagrantfile
===================================================================
--- grass/branches/releasebranch_7_2/Vagrantfile	2017-03-28 14:29:08 UTC (rev 70811)
+++ grass/branches/releasebranch_7_2/Vagrantfile	2017-03-28 14:30:11 UTC (rev 70812)
@@ -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