packer/Vagrant: make jessie the new default Debian release
authorMichael Prokop <mika@grml.org>
Fri, 5 Jun 2015 13:19:18 +0000 (15:19 +0200)
committerMichael Prokop <mika@grml.org>
Fri, 5 Jun 2015 21:42:48 +0000 (23:42 +0200)
Makefile
Vagrantfile

index 059e19b..9ca8a43 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -62,7 +62,7 @@ clean:
        rm -rf grml-debootstrap.8.html grml-debootstrap.8.xml grml-debootstrap.8 html-stamp man-stamp
 
 testrun:
        rm -rf grml-debootstrap.8.html grml-debootstrap.8.xml grml-debootstrap.8 html-stamp man-stamp
 
 testrun:
-       cd ./packer && $(MAKE) compile && $(MAKE) packer
+       cd ./packer && $(MAKE) compile && $(MAKE) jessie
 
 vagrant:
        vagrant up
 
 vagrant:
        vagrant up
index a14cc93..19a73b8 100644 (file)
@@ -10,7 +10,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
   # please see the online documentation at vagrantup.com.
 
   # Every Vagrant virtual environment requires a box to build off of.
   # please see the online documentation at vagrantup.com.
 
   # Every Vagrant virtual environment requires a box to build off of.
-  config.vm.box = "packer/debian64_wheezy.box"
+  config.vm.box = "packer/debian64_jessie.box"
 
   # Disable automatic box update checking. If you disable this, then
   # boxes will only be checked for updates when the user runs
 
   # Disable automatic box update checking. If you disable this, then
   # boxes will only be checked for updates when the user runs