From 0e382b9a3ddcad39b45dd31fcfc5778b4c9e9e73 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Fri, 2 Jan 2015 16:10:06 +0100 Subject: [PATCH] Support building Ubuntu 14.10 (utopic) boxes. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3f92549..521045c 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -UBUNTU_BOXES= precise quantal raring saucy trusty +UBUNTU_BOXES= precise quantal raring saucy trusty utopic DEBIAN_BOXES= squeeze wheezy sid jessie CENTOS_BOXES= 6 TODAY=$(shell date -u +"%Y-%m-%d")