From 23b8ec4ff8163467d260b572ee7524f5f2046a6b Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 23 Aug 2014 08:19:24 +0200 Subject: Setting default distribution to jessie. --- components/init | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/init b/components/init index fcf5e06ed..c6eb21992 100755 --- a/components/init +++ b/components/init @@ -59,8 +59,8 @@ def main(): if not distribution: # FIXME hardcoded release information - default_distribution = { 'debian' : 'wheezy', - 'progress-linux' : 'baureo', + default_distribution = { 'debian' : 'jessie', + 'progress-linux' : 'cairon', } distribution = default_distribution[project] -- cgit v1.2.3