]> gitweb.fluxo.info Git - templater.git/commitdiff
Do not commit automatically
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 27 Oct 2017 12:43:53 +0000 (10:43 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 27 Oct 2017 12:43:53 +0000 (10:43 -0200)
templater

index 497585cd7a76377243a3c566855457da17349022..69c72b91fef9e49a6d7127f2636b469a09200be2 100755 (executable)
--- a/templater
+++ b/templater
@@ -127,7 +127,7 @@ function templater_vagrant {
     #__templater_checkout_develop
     vagrant init
     echo '.vagrant' >> .gitignore
-    git commit -a -m "Adds vagrant support"
+    #git commit -a -m "Adds vagrant support"
   fi
 }
 
@@ -137,7 +137,7 @@ function templater_kvmx {
     echo ""
     echo "Setting up vagrant..."
     kvmx init
-    git commit -a -m "Adds kvmx support"
+    #git commit -a -m "Adds kvmx support"
   fi
 }