svn commit: r46147 - head/en_US.ISO8859-1/htdocs/news/status

Brad Davis brd at FreeBSD.org
Tue Jan 6 15:13:17 UTC 2015


Author: brd
Date: Tue Jan  6 15:13:15 2015
New Revision: 46147
URL: https://svnweb.freebsd.org/changeset/doc/46147

Log:
  Fix indentation in my report.
  
  Translators please ignore

Modified:
  head/en_US.ISO8859-1/htdocs/news/status/report-2014-10-2014-12.xml

Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2014-10-2014-12.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/news/status/report-2014-10-2014-12.xml	Tue Jan  6 15:09:28 2015	(r46146)
+++ head/en_US.ISO8859-1/htdocs/news/status/report-2014-10-2014-12.xml	Tue Jan  6 15:13:15 2015	(r46147)
@@ -232,41 +232,41 @@
     </help>
   </project>
 
-<project cat='misc'>
-  <title>Creating Vagrant images with Packer</title>
+  <project cat='misc'>
+    <title>Creating Vagrant images with Packer</title>
 
-  <contact>
-    <person>
-      <name>
-	<given>Brad</given>
-	<common>Davis</common>
-      </name>
-      <email>brd at FreeBSD.org</email>
-    </person>
-  </contact>
-
-  <links>
-    <url href="http://blogs.freebsdish.org/brd/2014/12/22/freebsd-packer-vagrant/">Blog Announcement</url>
-    <url href="https://github.com/so14k/packer-freebsd">Git Repo</url>
-  </links>
-
-  <body>
-    <p>We have developed a recipe to use Packer to create FreeBSD Vagrant
-      images to run on VMware and VirtualBox.</p>
-
-    <p><a href="https://www.packer.io/">Packer</a> is a tool for creating
-      identical machine images for multiple platforms from a single
-      source configuration.</p>
-
-    <p><a href="https://www.vagrantup.com/">Vagrant</a> is a tool to
-      create and configure lightweight, reproducible, and portable
-      development environments.</p>
-
-    <p>To get started clone the Git repo and follow the directions in
-      the README.  More information is available from the Packer and
-      Vagrant websites.</p>
-  </body>
-</project>
+    <contact>
+      <person>
+	<name>
+	  <given>Brad</given>
+	  <common>Davis</common>
+	</name>
+	<email>brd at FreeBSD.org</email>
+      </person>
+    </contact>
+
+    <links>
+      <url href="http://blogs.freebsdish.org/brd/2014/12/22/freebsd-packer-vagrant/">Blog Announcement</url>
+      <url href="https://github.com/so14k/packer-freebsd">Git Repo</url>
+    </links>
+
+    <body>
+      <p>We have developed a recipe to use Packer to create FreeBSD
+	Vagrant images to run on VMware and VirtualBox.</p>
+
+      <p><a href="https://www.packer.io/">Packer</a> is a tool for
+	creating identical machine images for multiple platforms from a
+	single source configuration.</p>
+
+      <p><a href="https://www.vagrantup.com/">Vagrant</a> is a tool to
+	create and configure lightweight, reproducible, and portable
+	development environments.</p>
+
+      <p>To get started clone the Git repo and follow the directions in
+	the README.  More information is available from the Packer and
+	Vagrant websites.</p>
+    </body>
+  </project>
 
   <project cat="proj">
     <title>pkg(8)</title>


More information about the svn-doc-all mailing list