summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLauri Aarnio <Lauri.Aarnio@iki.fi>2009-01-29 16:46:20 +0200
committerLauri Leukkunen <lle@rahina.org>2009-02-10 08:38:09 +0200
commitdd85d454d21f66191956b2430855006d534de380 (patch)
tree60efd295986c0192fafbee21b00db280eee05b31
parente8e98c831ae06f13f362e983b96f99b4efa5262f (diff)
incremented rule file interface version number
-rw-r--r--lua_scripts/mapping.lua8
-rw-r--r--lua_scripts/pathmaps/devel/00_default.lua2
-rw-r--r--lua_scripts/pathmaps/emulate/00_default.lua2
-rw-r--r--lua_scripts/pathmaps/install/00_default.lua2
-rw-r--r--lua_scripts/pathmaps/simple/00_default.lua2
-rw-r--r--lua_scripts/pathmaps/tools/00_default.lua2
6 files changed, 12 insertions, 6 deletions
diff --git a/lua_scripts/mapping.lua b/lua_scripts/mapping.lua
index 6af7121..4688a4a 100644
--- a/lua_scripts/mapping.lua
+++ b/lua_scripts/mapping.lua
@@ -92,6 +92,12 @@ function load_and_check_rules()
tools = "/"
end
+ -- INTERFACE VERSION between this file, the
+ -- exec mapping code (argvenp.lua) and the
+ -- rule files:
+ --
+ -- (version 19 is in intermediate version;
+ -- several interface changes will follow)
-- Differences between version 17 and 18:
-- - added sb2_procfs_mapper()
-- Differences between version 16 and 17:
@@ -105,7 +111,7 @@ function load_and_check_rules()
-- (previously only one was expected)
-- - variables "esc_tools_root" and "esc_target_root"
-- were removed
- local current_rule_interface_version = "18"
+ local current_rule_interface_version = "19"
do_file(rule_file_path)
diff --git a/lua_scripts/pathmaps/devel/00_default.lua b/lua_scripts/pathmaps/devel/00_default.lua
index 92b2a1e..965372d 100644
--- a/lua_scripts/pathmaps/devel/00_default.lua
+++ b/lua_scripts/pathmaps/devel/00_default.lua
@@ -8,7 +8,7 @@
-- Rule file interface version, mandatory.
--
-rule_file_interface_version = "18"
+rule_file_interface_version = "19"
----------------------------------
tools = tools_root
diff --git a/lua_scripts/pathmaps/emulate/00_default.lua b/lua_scripts/pathmaps/emulate/00_default.lua
index 3e6d336..421fb61 100644
--- a/lua_scripts/pathmaps/emulate/00_default.lua
+++ b/lua_scripts/pathmaps/emulate/00_default.lua
@@ -3,7 +3,7 @@
-- Rule file interface version, mandatory.
--
-rule_file_interface_version = "18"
+rule_file_interface_version = "19"
----------------------------------
sb1_compat_dir = sbox_target_root .. "/scratchbox1-compat"
diff --git a/lua_scripts/pathmaps/install/00_default.lua b/lua_scripts/pathmaps/install/00_default.lua
index 3eddc8a..29fcb81 100644
--- a/lua_scripts/pathmaps/install/00_default.lua
+++ b/lua_scripts/pathmaps/install/00_default.lua
@@ -4,7 +4,7 @@
-- Rule file interface version, mandatory.
--
-rule_file_interface_version = "18"
+rule_file_interface_version = "19"
----------------------------------
if (tools_root and tools_root ~= "/") then
diff --git a/lua_scripts/pathmaps/simple/00_default.lua b/lua_scripts/pathmaps/simple/00_default.lua
index ad260f3..71a7ca2 100644
--- a/lua_scripts/pathmaps/simple/00_default.lua
+++ b/lua_scripts/pathmaps/simple/00_default.lua
@@ -7,7 +7,7 @@
-- Rule file interface version, mandatory.
--
-rule_file_interface_version = "18"
+rule_file_interface_version = "19"
----------------------------------
tools = tools_root
diff --git a/lua_scripts/pathmaps/tools/00_default.lua b/lua_scripts/pathmaps/tools/00_default.lua
index b27f8b4..efbf3bc 100644
--- a/lua_scripts/pathmaps/tools/00_default.lua
+++ b/lua_scripts/pathmaps/tools/00_default.lua
@@ -6,7 +6,7 @@
-- Rule file interface version, mandatory.
--
-rule_file_interface_version = "18"
+rule_file_interface_version = "19"
----------------------------------
tools = tools_root