2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-20 18:20:27 +00:00

change kit framework to 2

This commit is contained in:
nott
2013-10-13 10:38:20 -04:00
parent f229e78a9e
commit d962fc5092

View File

@@ -43,10 +43,10 @@ $::kit_conf = "kit.conf";
$::current_dir = cwd();
# this code will build a kit using framework 1.
$::KITFRAMEWORK ="1";
$::KITFRAMEWORK ="2";
# this code is compatible with other kits that are at framework 0 or 1.
$::COMPATIBLE_KITFRAMEWORKS = "0,1";
$::COMPATIBLE_KITFRAMEWORKS = "0,1,2";
%::buildkit_def = (
kit => { basename => {